Skip to content

Commit 8eca54b

Browse files
author
David Heinemeier Hansson
committed
Use latest Rails
1 parent 2394d3d commit 8eca54b

File tree

2 files changed

+170
-126
lines changed

2 files changed

+170
-126
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
# Specify your gem's dependencies in importmap-rails.gemspec.
55
gemspec
66

7-
rails_version = ENV["RAILS_VERSION"] || "6.1.0"
7+
rails_version = ENV["RAILS_VERSION"] || "8.0.1"
88
gem "rails", "~> #{rails_version}"
99

1010
gem "sqlite3"

Gemfile.lock

+169-125
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,88 @@
11
PATH
22
remote: .
33
specs:
4-
cssbundling-rails (1.4.2)
4+
cssbundling-rails (1.4.3)
55
railties (>= 6.0.0)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actioncable (6.1.7.8)
11-
actionpack (= 6.1.7.8)
12-
activesupport (= 6.1.7.8)
10+
actioncable (8.0.1)
11+
actionpack (= 8.0.1)
12+
activesupport (= 8.0.1)
1313
nio4r (~> 2.0)
1414
websocket-driver (>= 0.6.1)
15-
actionmailbox (6.1.7.8)
16-
actionpack (= 6.1.7.8)
17-
activejob (= 6.1.7.8)
18-
activerecord (= 6.1.7.8)
19-
activestorage (= 6.1.7.8)
20-
activesupport (= 6.1.7.8)
21-
mail (>= 2.7.1)
22-
actionmailer (6.1.7.8)
23-
actionpack (= 6.1.7.8)
24-
actionview (= 6.1.7.8)
25-
activejob (= 6.1.7.8)
26-
activesupport (= 6.1.7.8)
27-
mail (~> 2.5, >= 2.5.4)
28-
rails-dom-testing (~> 2.0)
29-
actionpack (6.1.7.8)
30-
actionview (= 6.1.7.8)
31-
activesupport (= 6.1.7.8)
32-
rack (~> 2.0, >= 2.0.9)
15+
zeitwerk (~> 2.6)
16+
actionmailbox (8.0.1)
17+
actionpack (= 8.0.1)
18+
activejob (= 8.0.1)
19+
activerecord (= 8.0.1)
20+
activestorage (= 8.0.1)
21+
activesupport (= 8.0.1)
22+
mail (>= 2.8.0)
23+
actionmailer (8.0.1)
24+
actionpack (= 8.0.1)
25+
actionview (= 8.0.1)
26+
activejob (= 8.0.1)
27+
activesupport (= 8.0.1)
28+
mail (>= 2.8.0)
29+
rails-dom-testing (~> 2.2)
30+
actionpack (8.0.1)
31+
actionview (= 8.0.1)
32+
activesupport (= 8.0.1)
33+
nokogiri (>= 1.8.5)
34+
rack (>= 2.2.4)
35+
rack-session (>= 1.0.1)
3336
rack-test (>= 0.6.3)
34-
rails-dom-testing (~> 2.0)
35-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (6.1.7.8)
37-
actionpack (= 6.1.7.8)
38-
activerecord (= 6.1.7.8)
39-
activestorage (= 6.1.7.8)
40-
activesupport (= 6.1.7.8)
37+
rails-dom-testing (~> 2.2)
38+
rails-html-sanitizer (~> 1.6)
39+
useragent (~> 0.16)
40+
actiontext (8.0.1)
41+
actionpack (= 8.0.1)
42+
activerecord (= 8.0.1)
43+
activestorage (= 8.0.1)
44+
activesupport (= 8.0.1)
45+
globalid (>= 0.6.0)
4146
nokogiri (>= 1.8.5)
42-
actionview (6.1.7.8)
43-
activesupport (= 6.1.7.8)
47+
actionview (8.0.1)
48+
activesupport (= 8.0.1)
4449
builder (~> 3.1)
45-
erubi (~> 1.4)
46-
rails-dom-testing (~> 2.0)
47-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
48-
activejob (6.1.7.8)
49-
activesupport (= 6.1.7.8)
50+
erubi (~> 1.11)
51+
rails-dom-testing (~> 2.2)
52+
rails-html-sanitizer (~> 1.6)
53+
activejob (8.0.1)
54+
activesupport (= 8.0.1)
5055
globalid (>= 0.3.6)
51-
activemodel (6.1.7.8)
52-
activesupport (= 6.1.7.8)
53-
activerecord (6.1.7.8)
54-
activemodel (= 6.1.7.8)
55-
activesupport (= 6.1.7.8)
56-
activestorage (6.1.7.8)
57-
actionpack (= 6.1.7.8)
58-
activejob (= 6.1.7.8)
59-
activerecord (= 6.1.7.8)
60-
activesupport (= 6.1.7.8)
56+
activemodel (8.0.1)
57+
activesupport (= 8.0.1)
58+
activerecord (8.0.1)
59+
activemodel (= 8.0.1)
60+
activesupport (= 8.0.1)
61+
timeout (>= 0.4.0)
62+
activestorage (8.0.1)
63+
actionpack (= 8.0.1)
64+
activejob (= 8.0.1)
65+
activerecord (= 8.0.1)
66+
activesupport (= 8.0.1)
6167
marcel (~> 1.0)
62-
mini_mime (>= 1.1.0)
63-
activesupport (6.1.7.8)
64-
concurrent-ruby (~> 1.0, >= 1.0.2)
68+
activesupport (8.0.1)
69+
base64
70+
benchmark (>= 0.3)
71+
bigdecimal
72+
concurrent-ruby (~> 1.0, >= 1.3.1)
73+
connection_pool (>= 2.2.5)
74+
drb
6575
i18n (>= 1.6, < 2)
76+
logger (>= 1.4.2)
6677
minitest (>= 5.1)
67-
tzinfo (~> 2.0)
68-
zeitwerk (~> 2.3)
78+
securerandom (>= 0.3)
79+
tzinfo (~> 2.0, >= 2.0.5)
80+
uri (>= 0.13.1)
6981
addressable (2.8.7)
7082
public_suffix (>= 2.0.2, < 7.0)
83+
base64 (0.2.0)
84+
benchmark (0.4.0)
85+
bigdecimal (3.1.9)
7186
builder (3.3.0)
7287
byebug (11.1.3)
7388
capybara (3.40.0)
@@ -79,15 +94,23 @@ GEM
7994
rack-test (>= 0.6.3)
8095
regexp_parser (>= 1.5, < 3.0)
8196
xpath (~> 3.2)
82-
concurrent-ruby (1.3.3)
97+
concurrent-ruby (1.3.5)
98+
connection_pool (2.5.0)
8399
crass (1.0.6)
84-
date (3.3.4)
85-
erubi (1.13.0)
100+
date (3.4.1)
101+
drb (2.2.1)
102+
erubi (1.13.1)
86103
globalid (1.2.1)
87104
activesupport (>= 6.1)
88-
i18n (1.14.5)
105+
i18n (1.14.7)
89106
concurrent-ruby (~> 1.0)
90-
loofah (2.22.0)
107+
io-console (0.8.0)
108+
irb (1.15.1)
109+
pp (>= 0.6.0)
110+
rdoc (>= 4.0.0)
111+
reline (>= 0.4.2)
112+
logger (1.6.6)
113+
loofah (2.24.0)
91114
crass (~> 1.0.2)
92115
nokogiri (>= 1.12.0)
93116
mail (2.8.1)
@@ -97,119 +120,140 @@ GEM
97120
net-smtp
98121
marcel (1.0.4)
99122
matrix (0.4.2)
100-
method_source (1.1.0)
101123
mini_mime (1.1.5)
102-
minitest (5.24.1)
103-
net-imap (0.4.14)
124+
minitest (5.25.4)
125+
net-imap (0.5.6)
104126
date
105127
net-protocol
106128
net-pop (0.1.2)
107129
net-protocol
108130
net-protocol (0.2.2)
109131
timeout
110-
net-smtp (0.5.0)
132+
net-smtp (0.5.1)
111133
net-protocol
112-
nio4r (2.7.3)
113-
nokogiri (1.16.7-aarch64-linux)
134+
nio4r (2.7.4)
135+
nokogiri (1.18.3-aarch64-linux-gnu)
136+
racc (~> 1.4)
137+
nokogiri (1.18.3-aarch64-linux-musl)
138+
racc (~> 1.4)
139+
nokogiri (1.18.3-arm-linux-gnu)
140+
racc (~> 1.4)
141+
nokogiri (1.18.3-arm-linux-musl)
142+
racc (~> 1.4)
143+
nokogiri (1.18.3-arm64-darwin)
114144
racc (~> 1.4)
115-
nokogiri (1.16.7-arm64-darwin)
145+
nokogiri (1.18.3-x86_64-darwin)
116146
racc (~> 1.4)
117-
nokogiri (1.16.7-x86_64-darwin)
147+
nokogiri (1.18.3-x86_64-linux-gnu)
118148
racc (~> 1.4)
119-
nokogiri (1.16.7-x86_64-linux)
149+
nokogiri (1.18.3-x86_64-linux-musl)
120150
racc (~> 1.4)
151+
pp (0.6.2)
152+
prettyprint
153+
prettyprint (0.2.0)
154+
psych (5.2.3)
155+
date
156+
stringio
121157
public_suffix (6.0.1)
122-
racc (1.8.0)
123-
rack (2.2.9)
124-
rack-test (2.1.0)
158+
racc (1.8.1)
159+
rack (3.1.10)
160+
rack-session (2.1.0)
161+
base64 (>= 0.1.0)
162+
rack (>= 3.0.0)
163+
rack-test (2.2.0)
125164
rack (>= 1.3)
126-
rails (6.1.7.8)
127-
actioncable (= 6.1.7.8)
128-
actionmailbox (= 6.1.7.8)
129-
actionmailer (= 6.1.7.8)
130-
actionpack (= 6.1.7.8)
131-
actiontext (= 6.1.7.8)
132-
actionview (= 6.1.7.8)
133-
activejob (= 6.1.7.8)
134-
activemodel (= 6.1.7.8)
135-
activerecord (= 6.1.7.8)
136-
activestorage (= 6.1.7.8)
137-
activesupport (= 6.1.7.8)
165+
rackup (2.2.1)
166+
rack (>= 3)
167+
rails (8.0.1)
168+
actioncable (= 8.0.1)
169+
actionmailbox (= 8.0.1)
170+
actionmailer (= 8.0.1)
171+
actionpack (= 8.0.1)
172+
actiontext (= 8.0.1)
173+
actionview (= 8.0.1)
174+
activejob (= 8.0.1)
175+
activemodel (= 8.0.1)
176+
activerecord (= 8.0.1)
177+
activestorage (= 8.0.1)
178+
activesupport (= 8.0.1)
138179
bundler (>= 1.15.0)
139-
railties (= 6.1.7.8)
140-
sprockets-rails (>= 2.0.0)
180+
railties (= 8.0.1)
141181
rails-dom-testing (2.2.0)
142182
activesupport (>= 5.0.0)
143183
minitest
144184
nokogiri (>= 1.6)
145-
rails-html-sanitizer (1.6.0)
185+
rails-html-sanitizer (1.6.2)
146186
loofah (~> 2.21)
147-
nokogiri (~> 1.14)
148-
railties (6.1.7.8)
149-
actionpack (= 6.1.7.8)
150-
activesupport (= 6.1.7.8)
151-
method_source
187+
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)
188+
railties (8.0.1)
189+
actionpack (= 8.0.1)
190+
activesupport (= 8.0.1)
191+
irb (~> 1.13)
192+
rackup (>= 1.0.0)
152193
rake (>= 12.2)
153-
thor (~> 1.0)
194+
thor (~> 1.0, >= 1.2.2)
195+
zeitwerk (~> 2.6)
154196
rake (13.2.1)
155-
regexp_parser (2.9.2)
156-
rexml (3.3.2)
157-
strscan
158-
rubyzip (2.3.2)
197+
rdoc (6.12.0)
198+
psych (>= 4.0.0)
199+
regexp_parser (2.10.0)
200+
reline (0.6.0)
201+
io-console (~> 0.5)
202+
rexml (3.4.1)
203+
rubyzip (2.4.1)
204+
securerandom (0.4.1)
159205
selenium-webdriver (4.10.0)
160206
rexml (~> 3.2, >= 3.2.5)
161207
rubyzip (>= 1.2.2, < 3.0)
162208
websocket (~> 1.0)
163-
sprockets (4.2.1)
164-
concurrent-ruby (~> 1.0)
165-
rack (>= 2.2.4, < 4)
166-
sprockets-rails (3.5.1)
167-
actionpack (>= 6.1)
168-
activesupport (>= 6.1)
169-
sprockets (>= 3.0.0)
170-
sqlite3 (2.0.2-aarch64-linux-gnu)
171-
sqlite3 (2.0.2-arm64-darwin)
172-
sqlite3 (2.0.2-x86_64-darwin)
173-
sqlite3 (2.0.2-x86_64-linux-gnu)
174-
stimulus-rails (1.3.3)
175-
railties (>= 6.0.0)
176-
strscan (3.1.0)
177-
thor (1.3.1)
178-
timeout (0.4.1)
179-
turbo-rails (2.0.6)
180-
actionpack (>= 6.0.0)
181-
activejob (>= 6.0.0)
209+
sqlite3 (2.6.0-aarch64-linux-gnu)
210+
sqlite3 (2.6.0-aarch64-linux-musl)
211+
sqlite3 (2.6.0-arm-linux-gnu)
212+
sqlite3 (2.6.0-arm-linux-musl)
213+
sqlite3 (2.6.0-arm64-darwin)
214+
sqlite3 (2.6.0-x86_64-darwin)
215+
sqlite3 (2.6.0-x86_64-linux-gnu)
216+
sqlite3 (2.6.0-x86_64-linux-musl)
217+
stimulus-rails (1.3.4)
182218
railties (>= 6.0.0)
219+
stringio (3.1.5)
220+
thor (1.3.2)
221+
timeout (0.4.3)
222+
turbo-rails (2.0.13)
223+
actionpack (>= 7.1.0)
224+
railties (>= 7.1.0)
183225
tzinfo (2.0.6)
184226
concurrent-ruby (~> 1.0)
227+
uri (1.0.3)
228+
useragent (0.16.11)
185229
webdrivers (5.3.1)
186230
nokogiri (~> 1.6)
187231
rubyzip (>= 1.3.0)
188232
selenium-webdriver (~> 4.0, < 4.11)
189233
websocket (1.2.11)
190-
websocket-driver (0.7.6)
234+
websocket-driver (0.7.7)
235+
base64
191236
websocket-extensions (>= 0.1.0)
192237
websocket-extensions (0.1.5)
193238
xpath (3.2.0)
194239
nokogiri (~> 1.8)
195-
zeitwerk (2.6.16)
240+
zeitwerk (2.7.2)
196241

197242
PLATFORMS
198-
aarch64-linux
199-
arm64-darwin-20
200-
arm64-darwin-21
201-
arm64-darwin-22
202-
arm64-darwin-23
203-
arm64-darwin-24
204-
x86_64-darwin-20
205-
x86_64-darwin-21
206-
x86_64-linux
243+
aarch64-linux-gnu
244+
aarch64-linux-musl
245+
arm-linux-gnu
246+
arm-linux-musl
247+
arm64-darwin
248+
x86_64-darwin
249+
x86_64-linux-gnu
250+
x86_64-linux-musl
207251

208252
DEPENDENCIES
209253
byebug
210254
capybara
211255
cssbundling-rails!
212-
rails (~> 6.1.0)
256+
rails (~> 8.0.1)
213257
rexml
214258
selenium-webdriver
215259
sqlite3
@@ -218,4 +262,4 @@ DEPENDENCIES
218262
webdrivers
219263

220264
BUNDLED WITH
221-
2.2.33
265+
2.6.2

0 commit comments

Comments
 (0)