Skip to content

Commit 5fb683d

Browse files
committed
bumped to Rails 7.2
1 parent 1a2a589 commit 5fb683d

File tree

2 files changed

+67
-73
lines changed

2 files changed

+67
-73
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git_source(:github) { |repo| 'https://github.com/#{repo}.git' }
66

77
# Ruby on Rails
88
ruby '3.3.6'
9-
gem 'rails', '~> 7.1.0'
9+
gem 'rails', '~> 7.2'
1010

1111
# Database for Active Record
1212
gem 'pg'

Gemfile.lock

Lines changed: 66 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,58 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.1.5.1)
5-
actionpack (= 7.1.5.1)
6-
activesupport (= 7.1.5.1)
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)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.1.5.1)
11-
actionpack (= 7.1.5.1)
12-
activejob (= 7.1.5.1)
13-
activerecord (= 7.1.5.1)
14-
activestorage (= 7.1.5.1)
15-
activesupport (= 7.1.5.1)
16-
mail (>= 2.7.1)
17-
net-imap
18-
net-pop
19-
net-smtp
20-
actionmailer (7.1.5.1)
21-
actionpack (= 7.1.5.1)
22-
actionview (= 7.1.5.1)
23-
activejob (= 7.1.5.1)
24-
activesupport (= 7.1.5.1)
25-
mail (~> 2.5, >= 2.5.4)
26-
net-imap
27-
net-pop
28-
net-smtp
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)
2923
rails-dom-testing (~> 2.2)
30-
actionpack (7.1.5.1)
31-
actionview (= 7.1.5.1)
32-
activesupport (= 7.1.5.1)
24+
actionpack (7.2.2.1)
25+
actionview (= 7.2.2.1)
26+
activesupport (= 7.2.2.1)
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.1)
41-
actionpack (= 7.1.5.1)
42-
activerecord (= 7.1.5.1)
43-
activestorage (= 7.1.5.1)
44-
activesupport (= 7.1.5.1)
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)
4540
globalid (>= 0.6.0)
4641
nokogiri (>= 1.8.5)
47-
actionview (7.1.5.1)
48-
activesupport (= 7.1.5.1)
42+
actionview (7.2.2.1)
43+
activesupport (= 7.2.2.1)
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.1)
54-
activesupport (= 7.1.5.1)
48+
activejob (7.2.2.1)
49+
activesupport (= 7.2.2.1)
5550
globalid (>= 0.3.6)
56-
activemodel (7.1.5.1)
57-
activesupport (= 7.1.5.1)
58-
activerecord (7.1.5.1)
59-
activemodel (= 7.1.5.1)
60-
activesupport (= 7.1.5.1)
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)
6156
timeout (>= 0.4.0)
6257
activerecord-session_store (2.1.0)
6358
actionpack (>= 6.1)
@@ -66,25 +61,24 @@ GEM
6661
multi_json (~> 1.11, >= 1.11.2)
6762
rack (>= 2.0.8, < 4)
6863
railties (>= 6.1)
69-
activestorage (7.1.5.1)
70-
actionpack (= 7.1.5.1)
71-
activejob (= 7.1.5.1)
72-
activerecord (= 7.1.5.1)
73-
activesupport (= 7.1.5.1)
64+
activestorage (7.2.2.1)
65+
actionpack (= 7.2.2.1)
66+
activejob (= 7.2.2.1)
67+
activerecord (= 7.2.2.1)
68+
activesupport (= 7.2.2.1)
7469
marcel (~> 1.0)
75-
activesupport (7.1.5.1)
70+
activesupport (7.2.2.1)
7671
base64
7772
benchmark (>= 0.3)
7873
bigdecimal
79-
concurrent-ruby (~> 1.0, >= 1.0.2)
74+
concurrent-ruby (~> 1.0, >= 1.3.1)
8075
connection_pool (>= 2.2.5)
8176
drb
8277
i18n (>= 1.6, < 2)
8378
logger (>= 1.4.2)
8479
minitest (>= 5.1)
85-
mutex_m
8680
securerandom (>= 0.3)
87-
tzinfo (~> 2.0)
81+
tzinfo (~> 2.0, >= 2.0.5)
8882
addressable (2.8.7)
8983
public_suffix (>= 2.0.2, < 7.0)
9084
annotate (3.2.0)
@@ -272,13 +266,12 @@ GEM
272266
minitest (5.25.4)
273267
multi_json (1.15.0)
274268
multi_xml (0.6.0)
275-
mutex_m (0.3.0)
276269
namae (1.2.0)
277270
racc (~> 1.7)
278271
nenv (0.3.0)
279272
net-http (0.6.0)
280273
uri
281-
net-imap (0.4.18)
274+
net-imap (0.5.1)
282275
date
283276
net-protocol
284277
net-pop (0.1.2)
@@ -344,31 +337,31 @@ GEM
344337
rack (>= 1.3)
345338
rackup (2.2.1)
346339
rack (>= 3)
347-
rails (7.1.5.1)
348-
actioncable (= 7.1.5.1)
349-
actionmailbox (= 7.1.5.1)
350-
actionmailer (= 7.1.5.1)
351-
actionpack (= 7.1.5.1)
352-
actiontext (= 7.1.5.1)
353-
actionview (= 7.1.5.1)
354-
activejob (= 7.1.5.1)
355-
activemodel (= 7.1.5.1)
356-
activerecord (= 7.1.5.1)
357-
activestorage (= 7.1.5.1)
358-
activesupport (= 7.1.5.1)
340+
rails (7.2.2.1)
341+
actioncable (= 7.2.2.1)
342+
actionmailbox (= 7.2.2.1)
343+
actionmailer (= 7.2.2.1)
344+
actionpack (= 7.2.2.1)
345+
actiontext (= 7.2.2.1)
346+
actionview (= 7.2.2.1)
347+
activejob (= 7.2.2.1)
348+
activemodel (= 7.2.2.1)
349+
activerecord (= 7.2.2.1)
350+
activestorage (= 7.2.2.1)
351+
activesupport (= 7.2.2.1)
359352
bundler (>= 1.15.0)
360-
railties (= 7.1.5.1)
353+
railties (= 7.2.2.1)
361354
rails-dom-testing (2.2.0)
362355
activesupport (>= 5.0.0)
363356
minitest
364357
nokogiri (>= 1.6)
365358
rails-html-sanitizer (1.6.2)
366359
loofah (~> 2.21)
367360
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)
368-
railties (7.1.5.1)
369-
actionpack (= 7.1.5.1)
370-
activesupport (= 7.1.5.1)
371-
irb
361+
railties (7.2.2.1)
362+
actionpack (= 7.2.2.1)
363+
activesupport (= 7.2.2.1)
364+
irb (~> 1.13)
372365
rackup (>= 1.0.0)
373366
rake (>= 12.2)
374367
thor (~> 1.0, >= 1.2.2)
@@ -378,7 +371,7 @@ GEM
378371
rb-fsevent (0.11.2)
379372
rb-inotify (0.11.1)
380373
ffi (~> 1.0)
381-
rdoc (6.8.1)
374+
rdoc (6.9.0)
382375
psych (>= 4.0.0)
383376
redis (4.8.1)
384377
regexp_parser (2.9.3)
@@ -437,7 +430,7 @@ GEM
437430
scenic (1.8.0)
438431
activerecord (>= 4.0.0)
439432
railties (>= 4.0.0)
440-
securerandom (0.3.2)
433+
securerandom (0.4.0)
441434
selenium-webdriver (4.26.0)
442435
base64 (~> 0.2)
443436
logger (~> 1.4)
@@ -480,6 +473,7 @@ GEM
480473
unicode-emoji (4.0.4)
481474
uniform_notifier (1.16.0)
482475
uri (1.0.2)
476+
useragent (0.16.11)
483477
validate_url (1.0.15)
484478
activemodel (>= 3.0.0)
485479
public_suffix
@@ -499,7 +493,7 @@ GEM
499493
chronic (>= 0.6.3)
500494
xpath (3.2.0)
501495
nokogiri (~> 1.8)
502-
zeitwerk (2.6.18)
496+
zeitwerk (2.7.1)
503497

504498
PLATFORMS
505499
arm64-darwin-23
@@ -553,7 +547,7 @@ DEPENDENCIES
553547
propshaft (>= 0.6.2)
554548
puma
555549
rack-brotli
556-
rails (~> 7.1.0)
550+
rails (~> 7.2)
557551
redis (~> 4.0)
558552
rspec-rails (~> 7.0.0)
559553
rubocop

0 commit comments

Comments
 (0)