Skip to content

Commit ef80a9b

Browse files
committed
Gemfile: use Rails 8.0.4
This is the last of the 8.0 series.
1 parent 9ecd58b commit ef80a9b

File tree

2 files changed

+58
-57
lines changed

2 files changed

+58
-57
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 file: '.ruby-version'
33

4-
gem 'rails', '~> 7.2.2.2' # LOCKED: It is Rails.
4+
gem 'rails', '~> 8.0.4' # 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: 57 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -9,66 +9,65 @@ GIT
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actioncable (7.2.2.2)
13-
actionpack (= 7.2.2.2)
14-
activesupport (= 7.2.2.2)
12+
actioncable (8.0.4)
13+
actionpack (= 8.0.4)
14+
activesupport (= 8.0.4)
1515
nio4r (~> 2.0)
1616
websocket-driver (>= 0.6.1)
1717
zeitwerk (~> 2.6)
18-
actionmailbox (7.2.2.2)
19-
actionpack (= 7.2.2.2)
20-
activejob (= 7.2.2.2)
21-
activerecord (= 7.2.2.2)
22-
activestorage (= 7.2.2.2)
23-
activesupport (= 7.2.2.2)
18+
actionmailbox (8.0.4)
19+
actionpack (= 8.0.4)
20+
activejob (= 8.0.4)
21+
activerecord (= 8.0.4)
22+
activestorage (= 8.0.4)
23+
activesupport (= 8.0.4)
2424
mail (>= 2.8.0)
25-
actionmailer (7.2.2.2)
26-
actionpack (= 7.2.2.2)
27-
actionview (= 7.2.2.2)
28-
activejob (= 7.2.2.2)
29-
activesupport (= 7.2.2.2)
25+
actionmailer (8.0.4)
26+
actionpack (= 8.0.4)
27+
actionview (= 8.0.4)
28+
activejob (= 8.0.4)
29+
activesupport (= 8.0.4)
3030
mail (>= 2.8.0)
3131
rails-dom-testing (~> 2.2)
32-
actionpack (7.2.2.2)
33-
actionview (= 7.2.2.2)
34-
activesupport (= 7.2.2.2)
32+
actionpack (8.0.4)
33+
actionview (= 8.0.4)
34+
activesupport (= 8.0.4)
3535
nokogiri (>= 1.8.5)
36-
racc
37-
rack (>= 2.2.4, < 3.2)
36+
rack (>= 2.2.4)
3837
rack-session (>= 1.0.1)
3938
rack-test (>= 0.6.3)
4039
rails-dom-testing (~> 2.2)
4140
rails-html-sanitizer (~> 1.6)
4241
useragent (~> 0.16)
43-
actiontext (7.2.2.2)
44-
actionpack (= 7.2.2.2)
45-
activerecord (= 7.2.2.2)
46-
activestorage (= 7.2.2.2)
47-
activesupport (= 7.2.2.2)
42+
actiontext (8.0.4)
43+
actionpack (= 8.0.4)
44+
activerecord (= 8.0.4)
45+
activestorage (= 8.0.4)
46+
activesupport (= 8.0.4)
4847
globalid (>= 0.6.0)
4948
nokogiri (>= 1.8.5)
50-
actionview (7.2.2.2)
51-
activesupport (= 7.2.2.2)
49+
actionview (8.0.4)
50+
activesupport (= 8.0.4)
5251
builder (~> 3.1)
5352
erubi (~> 1.11)
5453
rails-dom-testing (~> 2.2)
5554
rails-html-sanitizer (~> 1.6)
56-
activejob (7.2.2.2)
57-
activesupport (= 7.2.2.2)
55+
activejob (8.0.4)
56+
activesupport (= 8.0.4)
5857
globalid (>= 0.3.6)
59-
activemodel (7.2.2.2)
60-
activesupport (= 7.2.2.2)
61-
activerecord (7.2.2.2)
62-
activemodel (= 7.2.2.2)
63-
activesupport (= 7.2.2.2)
58+
activemodel (8.0.4)
59+
activesupport (= 8.0.4)
60+
activerecord (8.0.4)
61+
activemodel (= 8.0.4)
62+
activesupport (= 8.0.4)
6463
timeout (>= 0.4.0)
65-
activestorage (7.2.2.2)
66-
actionpack (= 7.2.2.2)
67-
activejob (= 7.2.2.2)
68-
activerecord (= 7.2.2.2)
69-
activesupport (= 7.2.2.2)
64+
activestorage (8.0.4)
65+
actionpack (= 8.0.4)
66+
activejob (= 8.0.4)
67+
activerecord (= 8.0.4)
68+
activesupport (= 8.0.4)
7069
marcel (~> 1.0)
71-
activesupport (7.2.2.2)
70+
activesupport (8.0.4)
7271
base64
7372
benchmark (>= 0.3)
7473
bigdecimal
@@ -80,6 +79,7 @@ GEM
8079
minitest (>= 5.1)
8180
securerandom (>= 0.3)
8281
tzinfo (~> 2.0, >= 2.0.5)
82+
uri (>= 0.13.1)
8383
acts-as-taggable-on (12.0.0)
8484
activerecord (>= 7.1, < 8.1)
8585
zeitwerk (>= 2.4, < 3.0)
@@ -391,20 +391,20 @@ GEM
391391
rack (>= 1.3)
392392
rackup (2.2.1)
393393
rack (>= 3)
394-
rails (7.2.2.2)
395-
actioncable (= 7.2.2.2)
396-
actionmailbox (= 7.2.2.2)
397-
actionmailer (= 7.2.2.2)
398-
actionpack (= 7.2.2.2)
399-
actiontext (= 7.2.2.2)
400-
actionview (= 7.2.2.2)
401-
activejob (= 7.2.2.2)
402-
activemodel (= 7.2.2.2)
403-
activerecord (= 7.2.2.2)
404-
activestorage (= 7.2.2.2)
405-
activesupport (= 7.2.2.2)
394+
rails (8.0.4)
395+
actioncable (= 8.0.4)
396+
actionmailbox (= 8.0.4)
397+
actionmailer (= 8.0.4)
398+
actionpack (= 8.0.4)
399+
actiontext (= 8.0.4)
400+
actionview (= 8.0.4)
401+
activejob (= 8.0.4)
402+
activemodel (= 8.0.4)
403+
activerecord (= 8.0.4)
404+
activestorage (= 8.0.4)
405+
activesupport (= 8.0.4)
406406
bundler (>= 1.15.0)
407-
railties (= 7.2.2.2)
407+
railties (= 8.0.4)
408408
rails-dom-testing (2.3.0)
409409
activesupport (>= 5.0.0)
410410
minitest
@@ -418,13 +418,14 @@ GEM
418418
rack
419419
railties (>= 5.1)
420420
semantic_logger (~> 4.16)
421-
railties (7.2.2.2)
422-
actionpack (= 7.2.2.2)
423-
activesupport (= 7.2.2.2)
421+
railties (8.0.4)
422+
actionpack (= 8.0.4)
423+
activesupport (= 8.0.4)
424424
irb (~> 1.13)
425425
rackup (>= 1.0.0)
426426
rake (>= 12.2)
427427
thor (~> 1.0, >= 1.2.2)
428+
tsort (>= 0.2)
428429
zeitwerk (~> 2.6)
429430
rainbow (3.1.1)
430431
rake (13.3.0)
@@ -646,7 +647,7 @@ DEPENDENCIES
646647
puma (~> 6.6)
647648
pundit
648649
rack-mini-profiler (~> 4.0)
649-
rails (~> 7.2.2.2)
650+
rails (~> 8.0.4)
650651
rails-html-sanitizer (~> 1.6.2)
651652
rails4-autocomplete
652653
rails_semantic_logger

0 commit comments

Comments
 (0)