Skip to content

Commit c5ea922

Browse files
authored
Update to Rails 8 official release (#522)
Use Rails 8 official release
1 parent 6580aa6 commit c5ea922

File tree

3 files changed

+68
-70
lines changed

3 files changed

+68
-70
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gem "rubocop-sorbet", "~> 0.8", require: false
1717
gem "sorbet-static-and-runtime", platforms: :ruby
1818
gem "tapioca", "~> 0.13", require: false, platforms: :ruby
1919
gem "psych", "~> 5.1", require: false
20-
gem "rails", "8.0.0.beta1"
20+
gem "rails", "8.0.0"
2121

2222
platforms :mingw, :x64_mingw, :mswin, :jruby do
2323
gem "tzinfo"

Gemfile.lock

Lines changed: 66 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -7,65 +7,65 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actioncable (8.0.0.beta1)
11-
actionpack (= 8.0.0.beta1)
12-
activesupport (= 8.0.0.beta1)
10+
actioncable (8.0.0)
11+
actionpack (= 8.0.0)
12+
activesupport (= 8.0.0)
1313
nio4r (~> 2.0)
1414
websocket-driver (>= 0.6.1)
1515
zeitwerk (~> 2.6)
16-
actionmailbox (8.0.0.beta1)
17-
actionpack (= 8.0.0.beta1)
18-
activejob (= 8.0.0.beta1)
19-
activerecord (= 8.0.0.beta1)
20-
activestorage (= 8.0.0.beta1)
21-
activesupport (= 8.0.0.beta1)
16+
actionmailbox (8.0.0)
17+
actionpack (= 8.0.0)
18+
activejob (= 8.0.0)
19+
activerecord (= 8.0.0)
20+
activestorage (= 8.0.0)
21+
activesupport (= 8.0.0)
2222
mail (>= 2.8.0)
23-
actionmailer (8.0.0.beta1)
24-
actionpack (= 8.0.0.beta1)
25-
actionview (= 8.0.0.beta1)
26-
activejob (= 8.0.0.beta1)
27-
activesupport (= 8.0.0.beta1)
23+
actionmailer (8.0.0)
24+
actionpack (= 8.0.0)
25+
actionview (= 8.0.0)
26+
activejob (= 8.0.0)
27+
activesupport (= 8.0.0)
2828
mail (>= 2.8.0)
2929
rails-dom-testing (~> 2.2)
30-
actionpack (8.0.0.beta1)
31-
actionview (= 8.0.0.beta1)
32-
activesupport (= 8.0.0.beta1)
30+
actionpack (8.0.0)
31+
actionview (= 8.0.0)
32+
activesupport (= 8.0.0)
3333
nokogiri (>= 1.8.5)
3434
rack (>= 2.2.4)
3535
rack-session (>= 1.0.1)
3636
rack-test (>= 0.6.3)
3737
rails-dom-testing (~> 2.2)
3838
rails-html-sanitizer (~> 1.6)
3939
useragent (~> 0.16)
40-
actiontext (8.0.0.beta1)
41-
actionpack (= 8.0.0.beta1)
42-
activerecord (= 8.0.0.beta1)
43-
activestorage (= 8.0.0.beta1)
44-
activesupport (= 8.0.0.beta1)
40+
actiontext (8.0.0)
41+
actionpack (= 8.0.0)
42+
activerecord (= 8.0.0)
43+
activestorage (= 8.0.0)
44+
activesupport (= 8.0.0)
4545
globalid (>= 0.6.0)
4646
nokogiri (>= 1.8.5)
47-
actionview (8.0.0.beta1)
48-
activesupport (= 8.0.0.beta1)
47+
actionview (8.0.0)
48+
activesupport (= 8.0.0)
4949
builder (~> 3.1)
5050
erubi (~> 1.11)
5151
rails-dom-testing (~> 2.2)
5252
rails-html-sanitizer (~> 1.6)
53-
activejob (8.0.0.beta1)
54-
activesupport (= 8.0.0.beta1)
53+
activejob (8.0.0)
54+
activesupport (= 8.0.0)
5555
globalid (>= 0.3.6)
56-
activemodel (8.0.0.beta1)
57-
activesupport (= 8.0.0.beta1)
58-
activerecord (8.0.0.beta1)
59-
activemodel (= 8.0.0.beta1)
60-
activesupport (= 8.0.0.beta1)
56+
activemodel (8.0.0)
57+
activesupport (= 8.0.0)
58+
activerecord (8.0.0)
59+
activemodel (= 8.0.0)
60+
activesupport (= 8.0.0)
6161
timeout (>= 0.4.0)
62-
activestorage (8.0.0.beta1)
63-
actionpack (= 8.0.0.beta1)
64-
activejob (= 8.0.0.beta1)
65-
activerecord (= 8.0.0.beta1)
66-
activesupport (= 8.0.0.beta1)
62+
activestorage (8.0.0)
63+
actionpack (= 8.0.0)
64+
activejob (= 8.0.0)
65+
activerecord (= 8.0.0)
66+
activesupport (= 8.0.0)
6767
marcel (~> 1.0)
68-
activesupport (8.0.0.beta1)
68+
activesupport (8.0.0)
6969
base64
7070
benchmark (>= 0.3)
7171
bigdecimal
@@ -80,13 +80,13 @@ GEM
8080
uri (>= 0.13.1)
8181
ast (2.4.2)
8282
base64 (0.2.0)
83-
benchmark (0.3.0)
83+
benchmark (0.4.0)
8484
bigdecimal (3.1.8)
8585
builder (3.3.0)
8686
concurrent-ruby (1.3.4)
8787
connection_pool (2.4.1)
8888
crass (1.0.6)
89-
date (3.3.4)
89+
date (3.4.0)
9090
debug (1.9.2)
9191
irb (~> 1.10)
9292
reline (>= 0.3.8)
@@ -103,7 +103,7 @@ GEM
103103
json (2.7.6)
104104
language_server-protocol (3.17.0.3)
105105
logger (1.6.1)
106-
loofah (2.22.0)
106+
loofah (2.23.1)
107107
crass (~> 1.0.2)
108108
nokogiri (>= 1.12.0)
109109
mail (2.8.1)
@@ -116,7 +116,7 @@ GEM
116116
minitest (5.25.1)
117117
mocha (2.3.0)
118118
ruby2_keywords (>= 0.0.5)
119-
net-imap (0.4.16)
119+
net-imap (0.5.0)
120120
date
121121
net-protocol
122122
net-pop (0.1.2)
@@ -126,7 +126,7 @@ GEM
126126
net-smtp (0.5.0)
127127
net-protocol
128128
netrc (0.11.0)
129-
nio4r (2.7.3)
129+
nio4r (2.7.4)
130130
nokogiri (1.16.7-arm64-darwin)
131131
racc (~> 1.4)
132132
nokogiri (1.16.7-x64-mingw-ucrt)
@@ -140,43 +140,42 @@ GEM
140140
ast (~> 2.4.1)
141141
racc
142142
prism (1.2.0)
143-
psych (5.1.2)
143+
psych (5.2.0)
144144
stringio
145145
puma (6.4.3)
146146
nio4r (~> 2.0)
147147
racc (1.8.1)
148-
rack (3.1.7)
148+
rack (3.1.8)
149149
rack-session (2.0.0)
150150
rack (>= 3.0.0)
151151
rack-test (2.1.0)
152152
rack (>= 1.3)
153-
rackup (2.1.0)
153+
rackup (2.2.0)
154154
rack (>= 3)
155-
webrick (~> 1.8)
156-
rails (8.0.0.beta1)
157-
actioncable (= 8.0.0.beta1)
158-
actionmailbox (= 8.0.0.beta1)
159-
actionmailer (= 8.0.0.beta1)
160-
actionpack (= 8.0.0.beta1)
161-
actiontext (= 8.0.0.beta1)
162-
actionview (= 8.0.0.beta1)
163-
activejob (= 8.0.0.beta1)
164-
activemodel (= 8.0.0.beta1)
165-
activerecord (= 8.0.0.beta1)
166-
activestorage (= 8.0.0.beta1)
167-
activesupport (= 8.0.0.beta1)
155+
rails (8.0.0)
156+
actioncable (= 8.0.0)
157+
actionmailbox (= 8.0.0)
158+
actionmailer (= 8.0.0)
159+
actionpack (= 8.0.0)
160+
actiontext (= 8.0.0)
161+
actionview (= 8.0.0)
162+
activejob (= 8.0.0)
163+
activemodel (= 8.0.0)
164+
activerecord (= 8.0.0)
165+
activestorage (= 8.0.0)
166+
activesupport (= 8.0.0)
168167
bundler (>= 1.15.0)
169-
railties (= 8.0.0.beta1)
168+
railties (= 8.0.0)
170169
rails-dom-testing (2.2.0)
171170
activesupport (>= 5.0.0)
172171
minitest
173172
nokogiri (>= 1.6)
174173
rails-html-sanitizer (1.6.0)
175174
loofah (~> 2.21)
176175
nokogiri (~> 1.14)
177-
railties (8.0.0.beta1)
178-
actionpack (= 8.0.0.beta1)
179-
activesupport (= 8.0.0.beta1)
176+
railties (8.0.0)
177+
actionpack (= 8.0.0)
178+
activesupport (= 8.0.0)
180179
irb (~> 1.13)
181180
rackup (>= 1.0.0)
182181
rake (>= 12.2)
@@ -192,7 +191,7 @@ GEM
192191
rdoc (6.7.0)
193192
psych (>= 4.0.0)
194193
regexp_parser (2.9.2)
195-
reline (0.5.10)
194+
reline (0.5.11)
196195
io-console (~> 0.5)
197196
rubocop (1.68.0)
198197
json (~> 2.3)
@@ -240,7 +239,7 @@ GEM
240239
sqlite3 (2.1.0-x64-mingw-ucrt)
241240
sqlite3 (2.1.0-x86_64-darwin)
242241
sqlite3 (2.1.0-x86_64-linux-gnu)
243-
stringio (3.1.1)
242+
stringio (3.1.2)
244243
tapioca (0.16.3)
245244
bundler (>= 2.2.25)
246245
netrc (>= 0.11.0)
@@ -251,15 +250,14 @@ GEM
251250
thor (>= 1.2.0)
252251
yard-sorbet
253252
thor (1.3.2)
254-
timeout (0.4.1)
253+
timeout (0.4.2)
255254
tzinfo (2.0.6)
256255
concurrent-ruby (~> 1.0)
257256
tzinfo-data (1.2024.1)
258257
tzinfo (>= 1.0.0)
259258
unicode-display_width (2.6.0)
260-
uri (0.13.1)
259+
uri (1.0.1)
261260
useragent (0.16.10)
262-
webrick (1.8.2)
263261
websocket-driver (0.7.6)
264262
websocket-extensions (>= 0.1.0)
265263
websocket-extensions (0.1.5)
@@ -280,7 +278,7 @@ DEPENDENCIES
280278
mocha
281279
psych (~> 5.1)
282280
puma
283-
rails (= 8.0.0.beta1)
281+
rails (= 8.0.0)
284282
rubocop-minitest (~> 0.36.0)
285283
rubocop-rake (~> 0.6.0)
286284
rubocop-shopify (~> 2.15)

test/dummy/app/views/layouts/application.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<link rel="icon" href="/icon.svg" type="image/svg+xml">
1818
<link rel="apple-touch-icon" href="/icon.png">
1919

20-
<%# Includes all stylesheet files in app/views/stylesheets %>
20+
<%# Includes all stylesheet files in app/assets/stylesheets %>
2121
<%= stylesheet_link_tag "application" %>
2222
</head>
2323

0 commit comments

Comments
 (0)