Skip to content

Commit 1c3c873

Browse files
Update dependency rails to '~> 7.2.0', '>= 7.2.2.1'
1 parent 0c3b60f commit 1c3c873

2 files changed

Lines changed: 97 additions & 81 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
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

Lines changed: 96 additions & 80 deletions
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.3)
7278
awesome_spawn (1.6.0)
7379
base64 (0.1.2)
80+
benchmark (0.4.1)
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.6.2)
9097
docile (1.4.1)
98+
drb (2.2.3)
9199
erubi (1.13.1)
92100
et-orbi (1.2.11)
93101
tzinfo
@@ -159,7 +167,6 @@ GEM
159167
rubocop-performance
160168
rubocop-rails
161169
marcel (1.0.4)
162-
method_source (1.1.0)
163170
mini_mime (1.1.5)
164171
mini_portile2 (2.8.9)
165172
minigit (0.0.4)
@@ -169,14 +176,14 @@ GEM
169176
sync
170177
net-http (0.6.0)
171178
uri
172-
net-imap (0.5.7)
179+
net-imap (0.5.9)
173180
date
174181
net-protocol
175182
net-pop (0.1.2)
176183
net-protocol
177184
net-protocol (0.2.2)
178185
timeout
179-
net-smtp (0.5.0)
186+
net-smtp (0.5.1)
180187
net-protocol
181188
net-ssh (7.3.0)
182189
nio4r (2.7.4)
@@ -209,38 +216,44 @@ GEM
209216
raabro (1.4.0)
210217
racc (1.8.1)
211218
rack (2.2.17)
219+
rack-session (1.0.2)
220+
rack (< 3)
212221
rack-test (2.2.0)
213222
rack (>= 1.3)
214-
rails (7.0.8.7)
215-
actioncable (= 7.0.8.7)
216-
actionmailbox (= 7.0.8.7)
217-
actionmailer (= 7.0.8.7)
218-
actionpack (= 7.0.8.7)
219-
actiontext (= 7.0.8.7)
220-
actionview (= 7.0.8.7)
221-
activejob (= 7.0.8.7)
222-
activemodel (= 7.0.8.7)
223-
activerecord (= 7.0.8.7)
224-
activestorage (= 7.0.8.7)
225-
activesupport (= 7.0.8.7)
223+
rackup (1.0.1)
224+
rack (< 3)
225+
webrick
226+
rails (7.2.2.1)
227+
actioncable (= 7.2.2.1)
228+
actionmailbox (= 7.2.2.1)
229+
actionmailer (= 7.2.2.1)
230+
actionpack (= 7.2.2.1)
231+
actiontext (= 7.2.2.1)
232+
actionview (= 7.2.2.1)
233+
activejob (= 7.2.2.1)
234+
activemodel (= 7.2.2.1)
235+
activerecord (= 7.2.2.1)
236+
activestorage (= 7.2.2.1)
237+
activesupport (= 7.2.2.1)
226238
bundler (>= 1.15.0)
227-
railties (= 7.0.8.7)
239+
railties (= 7.2.2.1)
228240
rails-dom-testing (2.3.0)
229241
activesupport (>= 5.0.0)
230242
minitest
231243
nokogiri (>= 1.6)
232244
rails-html-sanitizer (1.6.2)
233245
loofah (~> 2.21)
234246
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)
235-
railties (7.0.8.7)
236-
actionpack (= 7.0.8.7)
237-
activesupport (= 7.0.8.7)
238-
method_source
247+
railties (7.2.2.1)
248+
actionpack (= 7.2.2.1)
249+
activesupport (= 7.2.2.1)
250+
irb (~> 1.13)
251+
rackup (>= 1.0.0)
239252
rake (>= 12.2)
240-
thor (~> 1.0)
241-
zeitwerk (~> 2.5)
253+
thor (~> 1.0, >= 1.2.2)
254+
zeitwerk (~> 2.6)
242255
rainbow (3.1.1)
243-
rake (13.2.1)
256+
rake (13.3.0)
244257
rb-fsevent (0.11.2)
245258
rb-inotify (0.11.1)
246259
ffi (~> 1.0)
@@ -315,6 +328,7 @@ GEM
315328
sawyer (0.9.2)
316329
addressable (>= 2.3.5)
317330
faraday (>= 0.17.3, < 3)
331+
securerandom (0.4.1)
318332
sidecloq (0.5.0)
319333
concurrent-ruby
320334
redis-client (>= 0.14.0)
@@ -356,11 +370,13 @@ GEM
356370
concurrent-ruby (~> 1.0)
357371
unicode-display_width (2.6.0)
358372
uri (1.0.3)
373+
useragent (0.16.11)
359374
webmock (3.25.1)
360375
addressable (>= 2.8.0)
361376
crack (>= 0.3.2)
362377
hashdiff (>= 0.4.0, < 2.0.0)
363-
websocket-driver (0.7.7)
378+
webrick (1.9.1)
379+
websocket-driver (0.8.0)
364380
base64
365381
websocket-extensions (>= 0.1.0)
366382
websocket-extensions (0.1.5)
@@ -392,7 +408,7 @@ DEPENDENCIES
392408
octokit (~> 4.25.0)
393409
pg
394410
puma
395-
rails (~> 7.0.8, >= 7.0.8.7)
411+
rails (~> 7.2.0, >= 7.2.2.1)
396412
rspec
397413
rspec-rails
398414
rugged

0 commit comments

Comments
 (0)