Skip to content

Commit 1378d40

Browse files
Update dependency rails to '~> 7.2.0', '>= 7.2.2.1'
1 parent 764b59c commit 1378d40

File tree

2 files changed

+94
-78
lines changed

2 files changed

+94
-78
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ruby "~> 3.1.4"
66
plugin 'bundler-inject'
77
require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundler-inject") rescue nil
88

9-
gem 'rails', '~> 7.0.8', '>= 7.0.8.7'
9+
gem 'rails', '~> 7.2.0', '>= 7.2.2.1'
1010
gem 'concurrent-ruby', '< 1.3.5' # Temporary pin down as concurrent-ruby 1.3.5 breaks Rails 7.0, and rails-core doesn't
1111
# plan to ship a new 7.0 to fix it. See https://github.com/rails/rails/pull/54264
1212

Gemfile.lock

+93-77
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,83 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.8.7)
5-
actionpack (= 7.0.8.7)
6-
activesupport (= 7.0.8.7)
4+
actioncable (7.2.2.1)
5+
actionpack (= 7.2.2.1)
6+
activesupport (= 7.2.2.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.8.7)
10-
actionpack (= 7.0.8.7)
11-
activejob (= 7.0.8.7)
12-
activerecord (= 7.0.8.7)
13-
activestorage (= 7.0.8.7)
14-
activesupport (= 7.0.8.7)
15-
mail (>= 2.7.1)
16-
net-imap
17-
net-pop
18-
net-smtp
19-
actionmailer (7.0.8.7)
20-
actionpack (= 7.0.8.7)
21-
actionview (= 7.0.8.7)
22-
activejob (= 7.0.8.7)
23-
activesupport (= 7.0.8.7)
24-
mail (~> 2.5, >= 2.5.4)
25-
net-imap
26-
net-pop
27-
net-smtp
28-
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.8.7)
30-
actionview (= 7.0.8.7)
31-
activesupport (= 7.0.8.7)
32-
rack (~> 2.0, >= 2.2.4)
9+
zeitwerk (~> 2.6)
10+
actionmailbox (7.2.2.1)
11+
actionpack (= 7.2.2.1)
12+
activejob (= 7.2.2.1)
13+
activerecord (= 7.2.2.1)
14+
activestorage (= 7.2.2.1)
15+
activesupport (= 7.2.2.1)
16+
mail (>= 2.8.0)
17+
actionmailer (7.2.2.1)
18+
actionpack (= 7.2.2.1)
19+
actionview (= 7.2.2.1)
20+
activejob (= 7.2.2.1)
21+
activesupport (= 7.2.2.1)
22+
mail (>= 2.8.0)
23+
rails-dom-testing (~> 2.2)
24+
actionpack (7.2.2.1)
25+
actionview (= 7.2.2.1)
26+
activesupport (= 7.2.2.1)
27+
nokogiri (>= 1.8.5)
28+
racc
29+
rack (>= 2.2.4, < 3.2)
30+
rack-session (>= 1.0.1)
3331
rack-test (>= 0.6.3)
34-
rails-dom-testing (~> 2.0)
35-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.8.7)
37-
actionpack (= 7.0.8.7)
38-
activerecord (= 7.0.8.7)
39-
activestorage (= 7.0.8.7)
40-
activesupport (= 7.0.8.7)
32+
rails-dom-testing (~> 2.2)
33+
rails-html-sanitizer (~> 1.6)
34+
useragent (~> 0.16)
35+
actiontext (7.2.2.1)
36+
actionpack (= 7.2.2.1)
37+
activerecord (= 7.2.2.1)
38+
activestorage (= 7.2.2.1)
39+
activesupport (= 7.2.2.1)
4140
globalid (>= 0.6.0)
4241
nokogiri (>= 1.8.5)
43-
actionview (7.0.8.7)
44-
activesupport (= 7.0.8.7)
42+
actionview (7.2.2.1)
43+
activesupport (= 7.2.2.1)
4544
builder (~> 3.1)
46-
erubi (~> 1.4)
47-
rails-dom-testing (~> 2.0)
48-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.8.7)
50-
activesupport (= 7.0.8.7)
45+
erubi (~> 1.11)
46+
rails-dom-testing (~> 2.2)
47+
rails-html-sanitizer (~> 1.6)
48+
activejob (7.2.2.1)
49+
activesupport (= 7.2.2.1)
5150
globalid (>= 0.3.6)
52-
activemodel (7.0.8.7)
53-
activesupport (= 7.0.8.7)
54-
activerecord (7.0.8.7)
55-
activemodel (= 7.0.8.7)
56-
activesupport (= 7.0.8.7)
57-
activestorage (7.0.8.7)
58-
actionpack (= 7.0.8.7)
59-
activejob (= 7.0.8.7)
60-
activerecord (= 7.0.8.7)
61-
activesupport (= 7.0.8.7)
51+
activemodel (7.2.2.1)
52+
activesupport (= 7.2.2.1)
53+
activerecord (7.2.2.1)
54+
activemodel (= 7.2.2.1)
55+
activesupport (= 7.2.2.1)
56+
timeout (>= 0.4.0)
57+
activestorage (7.2.2.1)
58+
actionpack (= 7.2.2.1)
59+
activejob (= 7.2.2.1)
60+
activerecord (= 7.2.2.1)
61+
activesupport (= 7.2.2.1)
6262
marcel (~> 1.0)
63-
mini_mime (>= 1.1.0)
64-
activesupport (7.0.8.7)
65-
concurrent-ruby (~> 1.0, >= 1.0.2)
63+
activesupport (7.2.2.1)
64+
base64
65+
benchmark (>= 0.3)
66+
bigdecimal
67+
concurrent-ruby (~> 1.0, >= 1.3.1)
68+
connection_pool (>= 2.2.5)
69+
drb
6670
i18n (>= 1.6, < 2)
71+
logger (>= 1.4.2)
6772
minitest (>= 5.1)
68-
tzinfo (~> 2.0)
73+
securerandom (>= 0.3)
74+
tzinfo (~> 2.0, >= 2.0.5)
6975
addressable (2.8.7)
7076
public_suffix (>= 2.0.2, < 7.0)
7177
ast (2.4.2)
7278
awesome_spawn (1.6.0)
7379
base64 (0.1.2)
80+
benchmark (0.4.0)
7481
bigdecimal (3.1.9)
7582
builder (3.3.0)
7683
concurrent-ruby (1.3.4)
@@ -88,6 +95,7 @@ GEM
8895
activerecord (>= 6.1, < 8.1)
8996
diff-lcs (1.5.1)
9097
docile (1.4.1)
98+
drb (2.2.1)
9199
erubi (1.13.1)
92100
et-orbi (1.2.11)
93101
tzinfo
@@ -157,7 +165,6 @@ GEM
157165
rubocop-performance
158166
rubocop-rails
159167
marcel (1.0.4)
160-
method_source (1.1.0)
161168
mini_mime (1.1.5)
162169
mini_portile2 (2.8.8)
163170
minigit (0.0.4)
@@ -174,7 +181,7 @@ GEM
174181
net-protocol
175182
net-protocol (0.2.2)
176183
timeout
177-
net-smtp (0.5.0)
184+
net-smtp (0.5.1)
178185
net-protocol
179186
net-ssh (7.3.0)
180187
nio4r (2.7.4)
@@ -207,36 +214,42 @@ GEM
207214
raabro (1.4.0)
208215
racc (1.8.1)
209216
rack (2.2.13)
217+
rack-session (1.0.2)
218+
rack (< 3)
210219
rack-test (2.2.0)
211220
rack (>= 1.3)
212-
rails (7.0.8.7)
213-
actioncable (= 7.0.8.7)
214-
actionmailbox (= 7.0.8.7)
215-
actionmailer (= 7.0.8.7)
216-
actionpack (= 7.0.8.7)
217-
actiontext (= 7.0.8.7)
218-
actionview (= 7.0.8.7)
219-
activejob (= 7.0.8.7)
220-
activemodel (= 7.0.8.7)
221-
activerecord (= 7.0.8.7)
222-
activestorage (= 7.0.8.7)
223-
activesupport (= 7.0.8.7)
221+
rackup (1.0.1)
222+
rack (< 3)
223+
webrick
224+
rails (7.2.2.1)
225+
actioncable (= 7.2.2.1)
226+
actionmailbox (= 7.2.2.1)
227+
actionmailer (= 7.2.2.1)
228+
actionpack (= 7.2.2.1)
229+
actiontext (= 7.2.2.1)
230+
actionview (= 7.2.2.1)
231+
activejob (= 7.2.2.1)
232+
activemodel (= 7.2.2.1)
233+
activerecord (= 7.2.2.1)
234+
activestorage (= 7.2.2.1)
235+
activesupport (= 7.2.2.1)
224236
bundler (>= 1.15.0)
225-
railties (= 7.0.8.7)
237+
railties (= 7.2.2.1)
226238
rails-dom-testing (2.2.0)
227239
activesupport (>= 5.0.0)
228240
minitest
229241
nokogiri (>= 1.6)
230242
rails-html-sanitizer (1.6.2)
231243
loofah (~> 2.21)
232244
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
233-
railties (7.0.8.7)
234-
actionpack (= 7.0.8.7)
235-
activesupport (= 7.0.8.7)
236-
method_source
245+
railties (7.2.2.1)
246+
actionpack (= 7.2.2.1)
247+
activesupport (= 7.2.2.1)
248+
irb (~> 1.13)
249+
rackup (>= 1.0.0)
237250
rake (>= 12.2)
238-
thor (~> 1.0)
239-
zeitwerk (~> 2.5)
251+
thor (~> 1.0, >= 1.2.2)
252+
zeitwerk (~> 2.6)
240253
rainbow (3.1.1)
241254
rake (13.2.1)
242255
rb-fsevent (0.11.2)
@@ -313,6 +326,7 @@ GEM
313326
sawyer (0.9.2)
314327
addressable (>= 2.3.5)
315328
faraday (>= 0.17.3, < 3)
329+
securerandom (0.4.1)
316330
sidecloq (0.5.0)
317331
concurrent-ruby
318332
redis-client (>= 0.14.0)
@@ -354,10 +368,12 @@ GEM
354368
concurrent-ruby (~> 1.0)
355369
unicode-display_width (2.6.0)
356370
uri (1.0.3)
371+
useragent (0.16.11)
357372
webmock (3.24.0)
358373
addressable (>= 2.8.0)
359374
crack (>= 0.3.2)
360375
hashdiff (>= 0.4.0, < 2.0.0)
376+
webrick (1.9.1)
361377
websocket-driver (0.7.7)
362378
base64
363379
websocket-extensions (>= 0.1.0)
@@ -390,7 +406,7 @@ DEPENDENCIES
390406
octokit (~> 4.25.0)
391407
pg
392408
puma
393-
rails (~> 7.0.8, >= 7.0.8.7)
409+
rails (~> 7.2.0, >= 7.2.2.1)
394410
rspec
395411
rspec-rails
396412
rugged

0 commit comments

Comments
 (0)