Skip to content

Commit 1f4af39

Browse files
Update dependency rails to '~> 7.2.0'
1 parent c402956 commit 1f4af39

2 files changed

Lines changed: 76 additions & 80 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ruby "~> 3.3.10"
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.1.6'
9+
gem 'rails', '~> 7.2.0'
1010

1111
# Use PostgreSQL as the database for Active Record
1212
gem 'pg'

Gemfile.lock

Lines changed: 75 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,79 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.1.6)
5-
actionpack (= 7.1.6)
6-
activesupport (= 7.1.6)
4+
actioncable (7.2.3)
5+
actionpack (= 7.2.3)
6+
activesupport (= 7.2.3)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.1.6)
11-
actionpack (= 7.1.6)
12-
activejob (= 7.1.6)
13-
activerecord (= 7.1.6)
14-
activestorage (= 7.1.6)
15-
activesupport (= 7.1.6)
16-
mail (>= 2.7.1)
17-
net-imap
18-
net-pop
19-
net-smtp
20-
actionmailer (7.1.6)
21-
actionpack (= 7.1.6)
22-
actionview (= 7.1.6)
23-
activejob (= 7.1.6)
24-
activesupport (= 7.1.6)
25-
mail (~> 2.5, >= 2.5.4)
26-
net-imap
27-
net-pop
28-
net-smtp
10+
actionmailbox (7.2.3)
11+
actionpack (= 7.2.3)
12+
activejob (= 7.2.3)
13+
activerecord (= 7.2.3)
14+
activestorage (= 7.2.3)
15+
activesupport (= 7.2.3)
16+
mail (>= 2.8.0)
17+
actionmailer (7.2.3)
18+
actionpack (= 7.2.3)
19+
actionview (= 7.2.3)
20+
activejob (= 7.2.3)
21+
activesupport (= 7.2.3)
22+
mail (>= 2.8.0)
2923
rails-dom-testing (~> 2.2)
30-
actionpack (7.1.6)
31-
actionview (= 7.1.6)
32-
activesupport (= 7.1.6)
24+
actionpack (7.2.3)
25+
actionview (= 7.2.3)
26+
activesupport (= 7.2.3)
3327
cgi
3428
nokogiri (>= 1.8.5)
3529
racc
36-
rack (>= 2.2.4)
30+
rack (>= 2.2.4, < 3.3)
3731
rack-session (>= 1.0.1)
3832
rack-test (>= 0.6.3)
3933
rails-dom-testing (~> 2.2)
4034
rails-html-sanitizer (~> 1.6)
41-
actiontext (7.1.6)
42-
actionpack (= 7.1.6)
43-
activerecord (= 7.1.6)
44-
activestorage (= 7.1.6)
45-
activesupport (= 7.1.6)
35+
useragent (~> 0.16)
36+
actiontext (7.2.3)
37+
actionpack (= 7.2.3)
38+
activerecord (= 7.2.3)
39+
activestorage (= 7.2.3)
40+
activesupport (= 7.2.3)
4641
globalid (>= 0.6.0)
4742
nokogiri (>= 1.8.5)
48-
actionview (7.1.6)
49-
activesupport (= 7.1.6)
43+
actionview (7.2.3)
44+
activesupport (= 7.2.3)
5045
builder (~> 3.1)
5146
cgi
5247
erubi (~> 1.11)
5348
rails-dom-testing (~> 2.2)
5449
rails-html-sanitizer (~> 1.6)
55-
activejob (7.1.6)
56-
activesupport (= 7.1.6)
50+
activejob (7.2.3)
51+
activesupport (= 7.2.3)
5752
globalid (>= 0.3.6)
58-
activemodel (7.1.6)
59-
activesupport (= 7.1.6)
60-
activerecord (7.1.6)
61-
activemodel (= 7.1.6)
62-
activesupport (= 7.1.6)
53+
activemodel (7.2.3)
54+
activesupport (= 7.2.3)
55+
activerecord (7.2.3)
56+
activemodel (= 7.2.3)
57+
activesupport (= 7.2.3)
6358
timeout (>= 0.4.0)
64-
activestorage (7.1.6)
65-
actionpack (= 7.1.6)
66-
activejob (= 7.1.6)
67-
activerecord (= 7.1.6)
68-
activesupport (= 7.1.6)
59+
activestorage (7.2.3)
60+
actionpack (= 7.2.3)
61+
activejob (= 7.2.3)
62+
activerecord (= 7.2.3)
63+
activesupport (= 7.2.3)
6964
marcel (~> 1.0)
70-
activesupport (7.1.6)
65+
activesupport (7.2.3)
7166
base64
7267
benchmark (>= 0.3)
7368
bigdecimal
74-
concurrent-ruby (~> 1.0, >= 1.0.2)
69+
concurrent-ruby (~> 1.0, >= 1.3.1)
7570
connection_pool (>= 2.2.5)
7671
drb
7772
i18n (>= 1.6, < 2)
7873
logger (>= 1.4.2)
7974
minitest (>= 5.1)
80-
mutex_m
8175
securerandom (>= 0.3)
82-
tzinfo (~> 2.0)
76+
tzinfo (~> 2.0, >= 2.0.5)
8377
addressable (2.8.8)
8478
public_suffix (>= 2.0.2, < 8.0)
8579
ast (2.4.3)
@@ -132,7 +126,7 @@ GEM
132126
fugit (1.11.1)
133127
et-orbi (~> 1, >= 1.2.11)
134128
raabro (~> 1.4)
135-
globalid (1.2.1)
129+
globalid (1.3.0)
136130
activesupport (>= 6.1)
137131
haml (6.4.0)
138132
temple (>= 0.8.2)
@@ -166,7 +160,8 @@ GEM
166160
loofah (2.25.0)
167161
crass (~> 1.0.2)
168162
nokogiri (>= 1.12.0)
169-
mail (2.8.1)
163+
mail (2.9.0)
164+
logger
170165
mini_mime (>= 0.1.1)
171166
net-imap
172167
net-pop
@@ -180,7 +175,7 @@ GEM
180175
rubocop-ast (~> 1.40.0)
181176
rubocop-performance
182177
rubocop-rails
183-
marcel (1.0.4)
178+
marcel (1.1.0)
184179
mini_mime (1.1.5)
185180
minigit (0.0.4)
186181
minitest (5.27.0)
@@ -190,20 +185,20 @@ GEM
190185
mutex_m (0.3.0)
191186
net-http (0.9.1)
192187
uri (>= 0.11.1)
193-
net-imap (0.5.7)
188+
net-imap (0.6.2)
194189
date
195190
net-protocol
196191
net-pop (0.1.2)
197192
net-protocol
198193
net-protocol (0.2.2)
199194
timeout
200-
net-smtp (0.5.0)
195+
net-smtp (0.5.1)
201196
net-protocol
202197
net-ssh (7.3.0)
203198
nio4r (2.7.5)
204-
nokogiri (1.18.10-arm64-darwin)
199+
nokogiri (1.19.0-arm64-darwin)
205200
racc (~> 1.4)
206-
nokogiri (1.18.10-x86_64-linux-gnu)
201+
nokogiri (1.19.0-x86_64-linux-gnu)
207202
racc (~> 1.4)
208203
octokit (4.25.1)
209204
faraday (>= 1, < 3)
@@ -219,7 +214,7 @@ GEM
219214
pp (0.6.3)
220215
prettyprint
221216
prettyprint (0.2.0)
222-
psych (5.3.0)
217+
psych (5.3.1)
223218
date
224219
stringio
225220
public_suffix (6.0.2)
@@ -235,32 +230,32 @@ GEM
235230
rackup (1.0.1)
236231
rack (< 3)
237232
webrick
238-
rails (7.1.6)
239-
actioncable (= 7.1.6)
240-
actionmailbox (= 7.1.6)
241-
actionmailer (= 7.1.6)
242-
actionpack (= 7.1.6)
243-
actiontext (= 7.1.6)
244-
actionview (= 7.1.6)
245-
activejob (= 7.1.6)
246-
activemodel (= 7.1.6)
247-
activerecord (= 7.1.6)
248-
activestorage (= 7.1.6)
249-
activesupport (= 7.1.6)
233+
rails (7.2.3)
234+
actioncable (= 7.2.3)
235+
actionmailbox (= 7.2.3)
236+
actionmailer (= 7.2.3)
237+
actionpack (= 7.2.3)
238+
actiontext (= 7.2.3)
239+
actionview (= 7.2.3)
240+
activejob (= 7.2.3)
241+
activemodel (= 7.2.3)
242+
activerecord (= 7.2.3)
243+
activestorage (= 7.2.3)
244+
activesupport (= 7.2.3)
250245
bundler (>= 1.15.0)
251-
railties (= 7.1.6)
246+
railties (= 7.2.3)
252247
rails-dom-testing (2.3.0)
253248
activesupport (>= 5.0.0)
254249
minitest
255250
nokogiri (>= 1.6)
256251
rails-html-sanitizer (1.6.2)
257252
loofah (~> 2.21)
258253
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)
259-
railties (7.1.6)
260-
actionpack (= 7.1.6)
261-
activesupport (= 7.1.6)
254+
railties (7.2.3)
255+
actionpack (= 7.2.3)
256+
activesupport (= 7.2.3)
262257
cgi
263-
irb
258+
irb (~> 1.13)
264259
rackup (>= 1.0.0)
265260
rake (>= 12.2)
266261
thor (~> 1.0, >= 1.2.2)
@@ -371,14 +366,14 @@ GEM
371366
actionpack (>= 6.1)
372367
activesupport (>= 6.1)
373368
sprockets (>= 3.0.0)
374-
stringio (3.1.9)
369+
stringio (3.2.0)
375370
sync (0.5.0)
376371
sysexits (1.2.0)
377372
temple (0.10.4)
378373
thor (1.5.0)
379374
tilt (2.7.0)
380375
timecop (0.9.10)
381-
timeout (0.4.3)
376+
timeout (0.6.0)
382377
tsort (0.2.0)
383378
turbolinks (5.2.1)
384379
turbolinks-source (~> 5.2)
@@ -387,16 +382,17 @@ GEM
387382
concurrent-ruby (~> 1.0)
388383
unicode-display_width (2.6.0)
389384
uri (1.1.1)
385+
useragent (0.16.11)
390386
webmock (3.26.1)
391387
addressable (>= 2.8.0)
392388
crack (>= 0.3.2)
393389
hashdiff (>= 0.4.0, < 2.0.0)
394390
webrick (1.9.2)
395-
websocket-driver (0.7.7)
391+
websocket-driver (0.8.0)
396392
base64
397393
websocket-extensions (>= 0.1.0)
398394
websocket-extensions (0.1.5)
399-
zeitwerk (2.6.18)
395+
zeitwerk (2.7.4)
400396

401397
PLATFORMS
402398
arm64-darwin
@@ -425,7 +421,7 @@ DEPENDENCIES
425421
octokit (~> 4.25.0)
426422
pg
427423
puma
428-
rails (~> 7.1.6)
424+
rails (~> 7.2.0)
429425
rspec
430426
rspec-rails
431427
rugged

0 commit comments

Comments
 (0)