Skip to content

Commit 6434835

Browse files
Bump rails from 7.1.3.4 to 7.2.1
Bumps [rails](https://github.com/rails/rails) from 7.1.3.4 to 7.2.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.1.3.4...v7.2.1) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a578518 commit 6434835

File tree

2 files changed

+69
-72
lines changed

2 files changed

+69
-72
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source "https://rubygems.org"
44
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
55

66
ruby "3.3.4"
7-
gem "rails", "~> 7.1.3"
7+
gem "rails", "~> 7.2.1"
88

99
gem "activerecord-import"
1010
gem "audited", git: "https://github.com/tvararu/audited", branch: "encryption"

Gemfile.lock

Lines changed: 68 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -18,82 +18,78 @@ GIT
1818
GEM
1919
remote: https://rubygems.org/
2020
specs:
21-
actioncable (7.1.3.4)
22-
actionpack (= 7.1.3.4)
23-
activesupport (= 7.1.3.4)
21+
actioncable (7.2.1)
22+
actionpack (= 7.2.1)
23+
activesupport (= 7.2.1)
2424
nio4r (~> 2.0)
2525
websocket-driver (>= 0.6.1)
2626
zeitwerk (~> 2.6)
27-
actionmailbox (7.1.3.4)
28-
actionpack (= 7.1.3.4)
29-
activejob (= 7.1.3.4)
30-
activerecord (= 7.1.3.4)
31-
activestorage (= 7.1.3.4)
32-
activesupport (= 7.1.3.4)
33-
mail (>= 2.7.1)
34-
net-imap
35-
net-pop
36-
net-smtp
37-
actionmailer (7.1.3.4)
38-
actionpack (= 7.1.3.4)
39-
actionview (= 7.1.3.4)
40-
activejob (= 7.1.3.4)
41-
activesupport (= 7.1.3.4)
42-
mail (~> 2.5, >= 2.5.4)
43-
net-imap
44-
net-pop
45-
net-smtp
27+
actionmailbox (7.2.1)
28+
actionpack (= 7.2.1)
29+
activejob (= 7.2.1)
30+
activerecord (= 7.2.1)
31+
activestorage (= 7.2.1)
32+
activesupport (= 7.2.1)
33+
mail (>= 2.8.0)
34+
actionmailer (7.2.1)
35+
actionpack (= 7.2.1)
36+
actionview (= 7.2.1)
37+
activejob (= 7.2.1)
38+
activesupport (= 7.2.1)
39+
mail (>= 2.8.0)
4640
rails-dom-testing (~> 2.2)
47-
actionpack (7.1.3.4)
48-
actionview (= 7.1.3.4)
49-
activesupport (= 7.1.3.4)
41+
actionpack (7.2.1)
42+
actionview (= 7.2.1)
43+
activesupport (= 7.2.1)
5044
nokogiri (>= 1.8.5)
5145
racc
52-
rack (>= 2.2.4)
46+
rack (>= 2.2.4, < 3.2)
5347
rack-session (>= 1.0.1)
5448
rack-test (>= 0.6.3)
5549
rails-dom-testing (~> 2.2)
5650
rails-html-sanitizer (~> 1.6)
57-
actiontext (7.1.3.4)
58-
actionpack (= 7.1.3.4)
59-
activerecord (= 7.1.3.4)
60-
activestorage (= 7.1.3.4)
61-
activesupport (= 7.1.3.4)
51+
useragent (~> 0.16)
52+
actiontext (7.2.1)
53+
actionpack (= 7.2.1)
54+
activerecord (= 7.2.1)
55+
activestorage (= 7.2.1)
56+
activesupport (= 7.2.1)
6257
globalid (>= 0.6.0)
6358
nokogiri (>= 1.8.5)
64-
actionview (7.1.3.4)
65-
activesupport (= 7.1.3.4)
59+
actionview (7.2.1)
60+
activesupport (= 7.2.1)
6661
builder (~> 3.1)
6762
erubi (~> 1.11)
6863
rails-dom-testing (~> 2.2)
6964
rails-html-sanitizer (~> 1.6)
70-
activejob (7.1.3.4)
71-
activesupport (= 7.1.3.4)
65+
activejob (7.2.1)
66+
activesupport (= 7.2.1)
7267
globalid (>= 0.3.6)
73-
activemodel (7.1.3.4)
74-
activesupport (= 7.1.3.4)
75-
activerecord (7.1.3.4)
76-
activemodel (= 7.1.3.4)
77-
activesupport (= 7.1.3.4)
68+
activemodel (7.2.1)
69+
activesupport (= 7.2.1)
70+
activerecord (7.2.1)
71+
activemodel (= 7.2.1)
72+
activesupport (= 7.2.1)
7873
timeout (>= 0.4.0)
7974
activerecord-import (1.7.0)
8075
activerecord (>= 4.2)
81-
activestorage (7.1.3.4)
82-
actionpack (= 7.1.3.4)
83-
activejob (= 7.1.3.4)
84-
activerecord (= 7.1.3.4)
85-
activesupport (= 7.1.3.4)
76+
activestorage (7.2.1)
77+
actionpack (= 7.2.1)
78+
activejob (= 7.2.1)
79+
activerecord (= 7.2.1)
80+
activesupport (= 7.2.1)
8681
marcel (~> 1.0)
87-
activesupport (7.1.3.4)
82+
activesupport (7.2.1)
8883
base64
8984
bigdecimal
90-
concurrent-ruby (~> 1.0, >= 1.0.2)
85+
concurrent-ruby (~> 1.0, >= 1.3.1)
9186
connection_pool (>= 2.2.5)
9287
drb
9388
i18n (>= 1.6, < 2)
89+
logger (>= 1.4.2)
9490
minitest (>= 5.1)
95-
mutex_m
96-
tzinfo (~> 2.0)
91+
securerandom (>= 0.3)
92+
tzinfo (~> 2.0, >= 2.0.5)
9793
addressable (2.8.7)
9894
public_suffix (>= 2.0.2, < 7.0)
9995
aes_key_wrap (1.1.0)
@@ -324,13 +320,12 @@ GEM
324320
mini_mime (1.1.5)
325321
minitest (5.25.1)
326322
msgpack (1.7.2)
327-
mutex_m (0.2.0)
328323
net-http (0.4.1)
329324
uri
330325
net-http-digest_auth (1.4.1)
331326
net-http-persistent (4.0.2)
332327
connection_pool (~> 2.2)
333-
net-imap (0.4.14)
328+
net-imap (0.4.15)
334329
date
335330
net-protocol
336331
net-pop (0.1.2)
@@ -418,20 +413,20 @@ GEM
418413
rackup (2.1.0)
419414
rack (>= 3)
420415
webrick (~> 1.8)
421-
rails (7.1.3.4)
422-
actioncable (= 7.1.3.4)
423-
actionmailbox (= 7.1.3.4)
424-
actionmailer (= 7.1.3.4)
425-
actionpack (= 7.1.3.4)
426-
actiontext (= 7.1.3.4)
427-
actionview (= 7.1.3.4)
428-
activejob (= 7.1.3.4)
429-
activemodel (= 7.1.3.4)
430-
activerecord (= 7.1.3.4)
431-
activestorage (= 7.1.3.4)
432-
activesupport (= 7.1.3.4)
416+
rails (7.2.1)
417+
actioncable (= 7.2.1)
418+
actionmailbox (= 7.2.1)
419+
actionmailer (= 7.2.1)
420+
actionpack (= 7.2.1)
421+
actiontext (= 7.2.1)
422+
actionview (= 7.2.1)
423+
activejob (= 7.2.1)
424+
activemodel (= 7.2.1)
425+
activerecord (= 7.2.1)
426+
activestorage (= 7.2.1)
427+
activesupport (= 7.2.1)
433428
bundler (>= 1.15.0)
434-
railties (= 7.1.3.4)
429+
railties (= 7.2.1)
435430
rails-dom-testing (2.2.0)
436431
activesupport (>= 5.0.0)
437432
minitest
@@ -444,10 +439,10 @@ GEM
444439
rails-html-sanitizer (1.6.0)
445440
loofah (~> 2.21)
446441
nokogiri (~> 1.14)
447-
railties (7.1.3.4)
448-
actionpack (= 7.1.3.4)
449-
activesupport (= 7.1.3.4)
450-
irb
442+
railties (7.2.1)
443+
actionpack (= 7.2.1)
444+
activesupport (= 7.2.1)
445+
irb (~> 1.13)
451446
rackup (>= 1.0.0)
452447
rake (>= 12.2)
453448
thor (~> 1.0, >= 1.2.2)
@@ -537,6 +532,7 @@ GEM
537532
sanitize (6.1.0)
538533
crass (~> 1.0.2)
539534
nokogiri (>= 1.12.0)
535+
securerandom (0.3.1)
540536
sentry-rails (5.19.0)
541537
railties (>= 5.0)
542538
sentry-ruby (~> 5.19.0)
@@ -591,7 +587,7 @@ GEM
591587
rbs
592588
syntax_tree (>= 2.0.1)
593589
temple (0.10.0)
594-
thor (1.3.1)
590+
thor (1.3.2)
595591
tilt (2.3.0)
596592
timeout (0.4.1)
597593
turbo-rails (2.0.6)
@@ -603,6 +599,7 @@ GEM
603599
uk_postcode (2.1.8)
604600
unicode-display_width (2.5.0)
605601
uri (0.13.0)
602+
useragent (0.16.10)
606603
validate_url (1.0.15)
607604
activemodel (>= 3.0.0)
608605
public_suffix
@@ -635,7 +632,7 @@ GEM
635632
xpath (3.2.0)
636633
nokogiri (~> 1.8)
637634
yard (0.9.36)
638-
zeitwerk (2.6.17)
635+
zeitwerk (2.6.18)
639636

640637
PLATFORMS
641638
arm64-darwin-22
@@ -688,7 +685,7 @@ DEPENDENCIES
688685
pry-rails
689686
puma (~> 6.4)
690687
pundit
691-
rails (~> 7.1.3)
688+
rails (~> 7.2.1)
692689
rails-erd
693690
rainbow
694691
rladr

0 commit comments

Comments
 (0)