Skip to content

Commit dade0f6

Browse files
committed
Gemfile: Update Rails gem to 7.2.2.2
1 parent 2dbf7c1 commit dade0f6

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 '3.4.4'
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
@@ -1,83 +1,77 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.1.5.2)
5-
actionpack (= 7.1.5.2)
6-
activesupport (= 7.1.5.2)
4+
actioncable (7.2.2.2)
5+
actionpack (= 7.2.2.2)
6+
activesupport (= 7.2.2.2)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.1.5.2)
11-
actionpack (= 7.1.5.2)
12-
activejob (= 7.1.5.2)
13-
activerecord (= 7.1.5.2)
14-
activestorage (= 7.1.5.2)
15-
activesupport (= 7.1.5.2)
16-
mail (>= 2.7.1)
17-
net-imap
18-
net-pop
19-
net-smtp
20-
actionmailer (7.1.5.2)
21-
actionpack (= 7.1.5.2)
22-
actionview (= 7.1.5.2)
23-
activejob (= 7.1.5.2)
24-
activesupport (= 7.1.5.2)
25-
mail (~> 2.5, >= 2.5.4)
26-
net-imap
27-
net-pop
28-
net-smtp
10+
actionmailbox (7.2.2.2)
11+
actionpack (= 7.2.2.2)
12+
activejob (= 7.2.2.2)
13+
activerecord (= 7.2.2.2)
14+
activestorage (= 7.2.2.2)
15+
activesupport (= 7.2.2.2)
16+
mail (>= 2.8.0)
17+
actionmailer (7.2.2.2)
18+
actionpack (= 7.2.2.2)
19+
actionview (= 7.2.2.2)
20+
activejob (= 7.2.2.2)
21+
activesupport (= 7.2.2.2)
22+
mail (>= 2.8.0)
2923
rails-dom-testing (~> 2.2)
30-
actionpack (7.1.5.2)
31-
actionview (= 7.1.5.2)
32-
activesupport (= 7.1.5.2)
24+
actionpack (7.2.2.2)
25+
actionview (= 7.2.2.2)
26+
activesupport (= 7.2.2.2)
3327
nokogiri (>= 1.8.5)
3428
racc
35-
rack (>= 2.2.4)
29+
rack (>= 2.2.4, < 3.2)
3630
rack-session (>= 1.0.1)
3731
rack-test (>= 0.6.3)
3832
rails-dom-testing (~> 2.2)
3933
rails-html-sanitizer (~> 1.6)
40-
actiontext (7.1.5.2)
41-
actionpack (= 7.1.5.2)
42-
activerecord (= 7.1.5.2)
43-
activestorage (= 7.1.5.2)
44-
activesupport (= 7.1.5.2)
34+
useragent (~> 0.16)
35+
actiontext (7.2.2.2)
36+
actionpack (= 7.2.2.2)
37+
activerecord (= 7.2.2.2)
38+
activestorage (= 7.2.2.2)
39+
activesupport (= 7.2.2.2)
4540
globalid (>= 0.6.0)
4641
nokogiri (>= 1.8.5)
47-
actionview (7.1.5.2)
48-
activesupport (= 7.1.5.2)
42+
actionview (7.2.2.2)
43+
activesupport (= 7.2.2.2)
4944
builder (~> 3.1)
5045
erubi (~> 1.11)
5146
rails-dom-testing (~> 2.2)
5247
rails-html-sanitizer (~> 1.6)
53-
activejob (7.1.5.2)
54-
activesupport (= 7.1.5.2)
48+
activejob (7.2.2.2)
49+
activesupport (= 7.2.2.2)
5550
globalid (>= 0.3.6)
56-
activemodel (7.1.5.2)
57-
activesupport (= 7.1.5.2)
58-
activerecord (7.1.5.2)
59-
activemodel (= 7.1.5.2)
60-
activesupport (= 7.1.5.2)
51+
activemodel (7.2.2.2)
52+
activesupport (= 7.2.2.2)
53+
activerecord (7.2.2.2)
54+
activemodel (= 7.2.2.2)
55+
activesupport (= 7.2.2.2)
6156
timeout (>= 0.4.0)
62-
activestorage (7.1.5.2)
63-
actionpack (= 7.1.5.2)
64-
activejob (= 7.1.5.2)
65-
activerecord (= 7.1.5.2)
66-
activesupport (= 7.1.5.2)
57+
activestorage (7.2.2.2)
58+
actionpack (= 7.2.2.2)
59+
activejob (= 7.2.2.2)
60+
activerecord (= 7.2.2.2)
61+
activesupport (= 7.2.2.2)
6762
marcel (~> 1.0)
68-
activesupport (7.1.5.2)
63+
activesupport (7.2.2.2)
6964
base64
7065
benchmark (>= 0.3)
7166
bigdecimal
72-
concurrent-ruby (~> 1.0, >= 1.0.2)
67+
concurrent-ruby (~> 1.0, >= 1.3.1)
7368
connection_pool (>= 2.2.5)
7469
drb
7570
i18n (>= 1.6, < 2)
7671
logger (>= 1.4.2)
7772
minitest (>= 5.1)
78-
mutex_m
7973
securerandom (>= 0.3)
80-
tzinfo (~> 2.0)
74+
tzinfo (~> 2.0, >= 2.0.5)
8175
acts-as-taggable-on (12.0.0)
8276
activerecord (>= 7.1, < 8.1)
8377
zeitwerk (>= 2.4, < 3.0)
@@ -281,7 +275,7 @@ GEM
281275
mutex_m (0.3.0)
282276
net-http (0.6.0)
283277
uri
284-
net-imap (0.5.9)
278+
net-imap (0.5.10)
285279
date
286280
net-protocol
287281
net-pop (0.1.2)
@@ -361,7 +355,7 @@ GEM
361355
pundit (2.5.1)
362356
activesupport (>= 3.0.0)
363357
racc (1.8.1)
364-
rack (3.2.0)
358+
rack (3.1.16)
365359
rack-mini-profiler (4.0.1)
366360
rack (>= 1.2.0)
367361
rack-protection (4.1.1)
@@ -375,20 +369,20 @@ GEM
375369
rack (>= 1.3)
376370
rackup (2.2.1)
377371
rack (>= 3)
378-
rails (7.1.5.2)
379-
actioncable (= 7.1.5.2)
380-
actionmailbox (= 7.1.5.2)
381-
actionmailer (= 7.1.5.2)
382-
actionpack (= 7.1.5.2)
383-
actiontext (= 7.1.5.2)
384-
actionview (= 7.1.5.2)
385-
activejob (= 7.1.5.2)
386-
activemodel (= 7.1.5.2)
387-
activerecord (= 7.1.5.2)
388-
activestorage (= 7.1.5.2)
389-
activesupport (= 7.1.5.2)
372+
rails (7.2.2.2)
373+
actioncable (= 7.2.2.2)
374+
actionmailbox (= 7.2.2.2)
375+
actionmailer (= 7.2.2.2)
376+
actionpack (= 7.2.2.2)
377+
actiontext (= 7.2.2.2)
378+
actionview (= 7.2.2.2)
379+
activejob (= 7.2.2.2)
380+
activemodel (= 7.2.2.2)
381+
activerecord (= 7.2.2.2)
382+
activestorage (= 7.2.2.2)
383+
activesupport (= 7.2.2.2)
390384
bundler (>= 1.15.0)
391-
railties (= 7.1.5.2)
385+
railties (= 7.2.2.2)
392386
rails-dom-testing (2.3.0)
393387
activesupport (>= 5.0.0)
394388
minitest
@@ -402,10 +396,10 @@ GEM
402396
rack
403397
railties (>= 5.1)
404398
semantic_logger (~> 4.16)
405-
railties (7.1.5.2)
406-
actionpack (= 7.1.5.2)
407-
activesupport (= 7.1.5.2)
408-
irb
399+
railties (7.2.2.2)
400+
actionpack (= 7.2.2.2)
401+
activesupport (= 7.2.2.2)
402+
irb (~> 1.13)
409403
rackup (>= 1.0.0)
410404
rake (>= 12.2)
411405
thor (~> 1.0, >= 1.2.2)
@@ -547,6 +541,7 @@ GEM
547541
unicode-emoji (4.0.4)
548542
uniform_notifier (1.17.0)
549543
uri (1.0.3)
544+
useragent (0.16.11)
550545
version_gem (1.1.3)
551546
web-console (4.2.1)
552547
actionview (>= 6.0.0)
@@ -621,7 +616,7 @@ DEPENDENCIES
621616
puma (~> 6.6)
622617
pundit
623618
rack-mini-profiler (~> 4.0)
624-
rails (~> 7.1.5.1)
619+
rails (~> 7.2.2.2)
625620
rails-html-sanitizer (~> 1.6.2)
626621
rails4-autocomplete
627622
rails_semantic_logger

0 commit comments

Comments
 (0)