Skip to content

Commit 7c9542d

Browse files
committed
Gemfile: Update Rails gem to 7.2.2.2
1 parent e8ff0e2 commit 7c9542d

File tree

2 files changed

+65
-70
lines changed

2 files changed

+65
-70
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
ruby file: '.ruby-version'
33

4-
gem 'rails', '~> 7.1.5.1' # LOCKED: It is Rails.
4+
gem 'rails', '~> 7.2.2.2' # LOCKED: It is Rails.
55
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
66
gem 'sprockets-rails'
77

Gemfile.lock

Lines changed: 64 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -9,83 +9,77 @@ GIT
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actioncable (7.1.5.2)
13-
actionpack (= 7.1.5.2)
14-
activesupport (= 7.1.5.2)
12+
actioncable (7.2.2.2)
13+
actionpack (= 7.2.2.2)
14+
activesupport (= 7.2.2.2)
1515
nio4r (~> 2.0)
1616
websocket-driver (>= 0.6.1)
1717
zeitwerk (~> 2.6)
18-
actionmailbox (7.1.5.2)
19-
actionpack (= 7.1.5.2)
20-
activejob (= 7.1.5.2)
21-
activerecord (= 7.1.5.2)
22-
activestorage (= 7.1.5.2)
23-
activesupport (= 7.1.5.2)
24-
mail (>= 2.7.1)
25-
net-imap
26-
net-pop
27-
net-smtp
28-
actionmailer (7.1.5.2)
29-
actionpack (= 7.1.5.2)
30-
actionview (= 7.1.5.2)
31-
activejob (= 7.1.5.2)
32-
activesupport (= 7.1.5.2)
33-
mail (~> 2.5, >= 2.5.4)
34-
net-imap
35-
net-pop
36-
net-smtp
18+
actionmailbox (7.2.2.2)
19+
actionpack (= 7.2.2.2)
20+
activejob (= 7.2.2.2)
21+
activerecord (= 7.2.2.2)
22+
activestorage (= 7.2.2.2)
23+
activesupport (= 7.2.2.2)
24+
mail (>= 2.8.0)
25+
actionmailer (7.2.2.2)
26+
actionpack (= 7.2.2.2)
27+
actionview (= 7.2.2.2)
28+
activejob (= 7.2.2.2)
29+
activesupport (= 7.2.2.2)
30+
mail (>= 2.8.0)
3731
rails-dom-testing (~> 2.2)
38-
actionpack (7.1.5.2)
39-
actionview (= 7.1.5.2)
40-
activesupport (= 7.1.5.2)
32+
actionpack (7.2.2.2)
33+
actionview (= 7.2.2.2)
34+
activesupport (= 7.2.2.2)
4135
nokogiri (>= 1.8.5)
4236
racc
43-
rack (>= 2.2.4)
37+
rack (>= 2.2.4, < 3.2)
4438
rack-session (>= 1.0.1)
4539
rack-test (>= 0.6.3)
4640
rails-dom-testing (~> 2.2)
4741
rails-html-sanitizer (~> 1.6)
48-
actiontext (7.1.5.2)
49-
actionpack (= 7.1.5.2)
50-
activerecord (= 7.1.5.2)
51-
activestorage (= 7.1.5.2)
52-
activesupport (= 7.1.5.2)
42+
useragent (~> 0.16)
43+
actiontext (7.2.2.2)
44+
actionpack (= 7.2.2.2)
45+
activerecord (= 7.2.2.2)
46+
activestorage (= 7.2.2.2)
47+
activesupport (= 7.2.2.2)
5348
globalid (>= 0.6.0)
5449
nokogiri (>= 1.8.5)
55-
actionview (7.1.5.2)
56-
activesupport (= 7.1.5.2)
50+
actionview (7.2.2.2)
51+
activesupport (= 7.2.2.2)
5752
builder (~> 3.1)
5853
erubi (~> 1.11)
5954
rails-dom-testing (~> 2.2)
6055
rails-html-sanitizer (~> 1.6)
61-
activejob (7.1.5.2)
62-
activesupport (= 7.1.5.2)
56+
activejob (7.2.2.2)
57+
activesupport (= 7.2.2.2)
6358
globalid (>= 0.3.6)
64-
activemodel (7.1.5.2)
65-
activesupport (= 7.1.5.2)
66-
activerecord (7.1.5.2)
67-
activemodel (= 7.1.5.2)
68-
activesupport (= 7.1.5.2)
59+
activemodel (7.2.2.2)
60+
activesupport (= 7.2.2.2)
61+
activerecord (7.2.2.2)
62+
activemodel (= 7.2.2.2)
63+
activesupport (= 7.2.2.2)
6964
timeout (>= 0.4.0)
70-
activestorage (7.1.5.2)
71-
actionpack (= 7.1.5.2)
72-
activejob (= 7.1.5.2)
73-
activerecord (= 7.1.5.2)
74-
activesupport (= 7.1.5.2)
65+
activestorage (7.2.2.2)
66+
actionpack (= 7.2.2.2)
67+
activejob (= 7.2.2.2)
68+
activerecord (= 7.2.2.2)
69+
activesupport (= 7.2.2.2)
7570
marcel (~> 1.0)
76-
activesupport (7.1.5.2)
71+
activesupport (7.2.2.2)
7772
base64
7873
benchmark (>= 0.3)
7974
bigdecimal
80-
concurrent-ruby (~> 1.0, >= 1.0.2)
75+
concurrent-ruby (~> 1.0, >= 1.3.1)
8176
connection_pool (>= 2.2.5)
8277
drb
8378
i18n (>= 1.6, < 2)
8479
logger (>= 1.4.2)
8580
minitest (>= 5.1)
86-
mutex_m
8781
securerandom (>= 0.3)
88-
tzinfo (~> 2.0)
82+
tzinfo (~> 2.0, >= 2.0.5)
8983
acts-as-taggable-on (12.0.0)
9084
activerecord (>= 7.1, < 8.1)
9185
zeitwerk (>= 2.4, < 3.0)
@@ -117,7 +111,7 @@ GEM
117111
erubi (>= 1.0.0)
118112
rack (>= 0.9.0)
119113
rouge (>= 1.0.0)
120-
bigdecimal (3.3.1)
114+
bigdecimal (3.2.3)
121115
bindex (0.8.1)
122116
binding_of_caller (1.0.1)
123117
debug_inspector (>= 1.2.0)
@@ -294,7 +288,7 @@ GEM
294288
mutex_m (0.3.0)
295289
net-http (0.6.0)
296290
uri
297-
net-imap (0.5.9)
291+
net-imap (0.5.10)
298292
date
299293
net-protocol
300294
net-pop (0.1.2)
@@ -397,20 +391,20 @@ GEM
397391
rack (>= 1.3)
398392
rackup (2.2.1)
399393
rack (>= 3)
400-
rails (7.1.5.2)
401-
actioncable (= 7.1.5.2)
402-
actionmailbox (= 7.1.5.2)
403-
actionmailer (= 7.1.5.2)
404-
actionpack (= 7.1.5.2)
405-
actiontext (= 7.1.5.2)
406-
actionview (= 7.1.5.2)
407-
activejob (= 7.1.5.2)
408-
activemodel (= 7.1.5.2)
409-
activerecord (= 7.1.5.2)
410-
activestorage (= 7.1.5.2)
411-
activesupport (= 7.1.5.2)
394+
rails (7.2.2.2)
395+
actioncable (= 7.2.2.2)
396+
actionmailbox (= 7.2.2.2)
397+
actionmailer (= 7.2.2.2)
398+
actionpack (= 7.2.2.2)
399+
actiontext (= 7.2.2.2)
400+
actionview (= 7.2.2.2)
401+
activejob (= 7.2.2.2)
402+
activemodel (= 7.2.2.2)
403+
activerecord (= 7.2.2.2)
404+
activestorage (= 7.2.2.2)
405+
activesupport (= 7.2.2.2)
412406
bundler (>= 1.15.0)
413-
railties (= 7.1.5.2)
407+
railties (= 7.2.2.2)
414408
rails-dom-testing (2.3.0)
415409
activesupport (>= 5.0.0)
416410
minitest
@@ -424,10 +418,10 @@ GEM
424418
rack
425419
railties (>= 5.1)
426420
semantic_logger (~> 4.16)
427-
railties (7.1.5.2)
428-
actionpack (= 7.1.5.2)
429-
activesupport (= 7.1.5.2)
430-
irb
421+
railties (7.2.2.2)
422+
actionpack (= 7.2.2.2)
423+
activesupport (= 7.2.2.2)
424+
irb (~> 1.13)
431425
rackup (>= 1.0.0)
432426
rake (>= 12.2)
433427
thor (~> 1.0, >= 1.2.2)
@@ -573,6 +567,7 @@ GEM
573567
unicode-emoji (4.1.0)
574568
uniform_notifier (1.17.0)
575569
uri (1.0.3)
570+
useragent (0.16.11)
576571
version_gem (1.1.3)
577572
web-console (4.2.1)
578573
actionview (>= 6.0.0)
@@ -651,7 +646,7 @@ DEPENDENCIES
651646
puma (~> 6.6)
652647
pundit
653648
rack-mini-profiler (~> 4.0)
654-
rails (~> 7.1.5.1)
649+
rails (~> 7.2.2.2)
655650
rails-html-sanitizer (~> 1.6.2)
656651
rails4-autocomplete
657652
rails_semantic_logger

0 commit comments

Comments
 (0)