Skip to content

Commit a8990d8

Browse files
Bump rails from 7.0.8.4 to 8.0.0
Bumps [rails](https://github.com/rails/rails) from 7.0.8.4 to 8.0.0. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.0.8.4...v8.0.0) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e8a28ef commit a8990d8

File tree

2 files changed

+105
-89
lines changed

2 files changed

+105
-89
lines changed

Gemfile

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

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7-
gem 'rails', '~> 7.0.8'
7+
gem 'rails', '~> 8.0.0'
88

99
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
1010
gem 'sprockets-rails'

Gemfile.lock

Lines changed: 104 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,85 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.8.4)
5-
actionpack (= 7.0.8.4)
6-
activesupport (= 7.0.8.4)
4+
actioncable (8.0.0)
5+
actionpack (= 8.0.0)
6+
activesupport (= 8.0.0)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.8.4)
10-
actionpack (= 7.0.8.4)
11-
activejob (= 7.0.8.4)
12-
activerecord (= 7.0.8.4)
13-
activestorage (= 7.0.8.4)
14-
activesupport (= 7.0.8.4)
15-
mail (>= 2.7.1)
16-
net-imap
17-
net-pop
18-
net-smtp
19-
actionmailer (7.0.8.4)
20-
actionpack (= 7.0.8.4)
21-
actionview (= 7.0.8.4)
22-
activejob (= 7.0.8.4)
23-
activesupport (= 7.0.8.4)
24-
mail (~> 2.5, >= 2.5.4)
25-
net-imap
26-
net-pop
27-
net-smtp
28-
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.8.4)
30-
actionview (= 7.0.8.4)
31-
activesupport (= 7.0.8.4)
32-
rack (~> 2.0, >= 2.2.4)
9+
zeitwerk (~> 2.6)
10+
actionmailbox (8.0.0)
11+
actionpack (= 8.0.0)
12+
activejob (= 8.0.0)
13+
activerecord (= 8.0.0)
14+
activestorage (= 8.0.0)
15+
activesupport (= 8.0.0)
16+
mail (>= 2.8.0)
17+
actionmailer (8.0.0)
18+
actionpack (= 8.0.0)
19+
actionview (= 8.0.0)
20+
activejob (= 8.0.0)
21+
activesupport (= 8.0.0)
22+
mail (>= 2.8.0)
23+
rails-dom-testing (~> 2.2)
24+
actionpack (8.0.0)
25+
actionview (= 8.0.0)
26+
activesupport (= 8.0.0)
27+
nokogiri (>= 1.8.5)
28+
rack (>= 2.2.4)
29+
rack-session (>= 1.0.1)
3330
rack-test (>= 0.6.3)
34-
rails-dom-testing (~> 2.0)
35-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.8.4)
37-
actionpack (= 7.0.8.4)
38-
activerecord (= 7.0.8.4)
39-
activestorage (= 7.0.8.4)
40-
activesupport (= 7.0.8.4)
31+
rails-dom-testing (~> 2.2)
32+
rails-html-sanitizer (~> 1.6)
33+
useragent (~> 0.16)
34+
actiontext (8.0.0)
35+
actionpack (= 8.0.0)
36+
activerecord (= 8.0.0)
37+
activestorage (= 8.0.0)
38+
activesupport (= 8.0.0)
4139
globalid (>= 0.6.0)
4240
nokogiri (>= 1.8.5)
43-
actionview (7.0.8.4)
44-
activesupport (= 7.0.8.4)
41+
actionview (8.0.0)
42+
activesupport (= 8.0.0)
4543
builder (~> 3.1)
46-
erubi (~> 1.4)
47-
rails-dom-testing (~> 2.0)
48-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.8.4)
50-
activesupport (= 7.0.8.4)
44+
erubi (~> 1.11)
45+
rails-dom-testing (~> 2.2)
46+
rails-html-sanitizer (~> 1.6)
47+
activejob (8.0.0)
48+
activesupport (= 8.0.0)
5149
globalid (>= 0.3.6)
52-
activemodel (7.0.8.4)
53-
activesupport (= 7.0.8.4)
54-
activerecord (7.0.8.4)
55-
activemodel (= 7.0.8.4)
56-
activesupport (= 7.0.8.4)
57-
activestorage (7.0.8.4)
58-
actionpack (= 7.0.8.4)
59-
activejob (= 7.0.8.4)
60-
activerecord (= 7.0.8.4)
61-
activesupport (= 7.0.8.4)
50+
activemodel (8.0.0)
51+
activesupport (= 8.0.0)
52+
activerecord (8.0.0)
53+
activemodel (= 8.0.0)
54+
activesupport (= 8.0.0)
55+
timeout (>= 0.4.0)
56+
activestorage (8.0.0)
57+
actionpack (= 8.0.0)
58+
activejob (= 8.0.0)
59+
activerecord (= 8.0.0)
60+
activesupport (= 8.0.0)
6261
marcel (~> 1.0)
63-
mini_mime (>= 1.1.0)
64-
activesupport (7.0.8.4)
65-
concurrent-ruby (~> 1.0, >= 1.0.2)
62+
activesupport (8.0.0)
63+
base64
64+
benchmark (>= 0.3)
65+
bigdecimal
66+
concurrent-ruby (~> 1.0, >= 1.3.1)
67+
connection_pool (>= 2.2.5)
68+
drb
6669
i18n (>= 1.6, < 2)
70+
logger (>= 1.4.2)
6771
minitest (>= 5.1)
68-
tzinfo (~> 2.0)
72+
securerandom (>= 0.3)
73+
tzinfo (~> 2.0, >= 2.0.5)
74+
uri (>= 0.13.1)
6975
addressable (2.8.6)
7076
public_suffix (>= 2.0.2, < 6.0)
7177
appsignal (3.7.5)
7278
rack
7379
ast (2.4.2)
7480
base64 (0.2.0)
7581
bcrypt (3.1.20)
82+
benchmark (0.4.0)
7683
bigdecimal (3.1.8)
7784
bindex (0.8.1)
7885
blazer (3.0.4)
@@ -99,7 +106,7 @@ GEM
99106
connection_pool (2.4.1)
100107
crass (1.0.6)
101108
csv (3.3.0)
102-
date (3.3.4)
109+
date (3.4.0)
103110
debug (1.9.2)
104111
irb (~> 1.10)
105112
reline (>= 0.3.8)
@@ -113,6 +120,7 @@ GEM
113120
devise (~> 4.0)
114121
warden-jwt_auth (~> 0.10)
115122
diff-lcs (1.5.1)
123+
drb (2.2.1)
116124
dry-auto_inject (1.0.1)
117125
dry-core (~> 1.0)
118126
zeitwerk (~> 2.6)
@@ -182,8 +190,8 @@ GEM
182190
activesupport (>= 6.0.0)
183191
railties (>= 6.0.0)
184192
io-console (0.7.2)
185-
irb (1.12.0)
186-
rdoc
193+
irb (1.14.1)
194+
rdoc (>= 4.0.0)
187195
reline (>= 0.4.2)
188196
jbuilder (2.13.0)
189197
actionview (>= 5.0.0)
@@ -196,35 +204,35 @@ GEM
196204
jwt (2.8.2)
197205
base64
198206
language_server-protocol (3.17.0.3)
199-
loofah (2.22.0)
207+
logger (1.6.1)
208+
loofah (2.23.1)
200209
crass (~> 1.0.2)
201210
nokogiri (>= 1.12.0)
202211
mail (2.8.1)
203212
mini_mime (>= 0.1.1)
204213
net-imap
205214
net-pop
206215
net-smtp
207-
marcel (1.0.2)
216+
marcel (1.0.4)
208217
matrix (0.4.2)
209-
method_source (1.1.0)
210218
mini_mime (1.1.5)
211-
mini_portile2 (2.8.7)
219+
mini_portile2 (2.8.8)
212220
minitest (5.25.1)
213221
msgpack (1.7.2)
214222
mustermann (3.0.3)
215223
ruby2_keywords (~> 0.0.1)
216224
mustermann-grape (1.1.0)
217225
mustermann (>= 1.0.0)
218-
net-imap (0.4.10)
226+
net-imap (0.5.1)
219227
date
220228
net-protocol
221229
net-pop (0.1.2)
222230
net-protocol
223231
net-protocol (0.2.2)
224232
timeout
225-
net-smtp (0.4.0.1)
233+
net-smtp (0.5.0)
226234
net-protocol
227-
nio4r (2.7.3)
235+
nio4r (2.7.4)
228236
nokogiri (1.16.7)
229237
mini_portile2 (~> 2.8.2)
230238
racc (~> 1.4)
@@ -240,39 +248,44 @@ GEM
240248
puma (6.4.3)
241249
nio4r (~> 2.0)
242250
racc (1.8.1)
243-
rack (2.2.10)
251+
rack (3.1.8)
244252
rack-cors (2.0.2)
245253
rack (>= 2.0.0)
254+
rack-session (2.0.0)
255+
rack (>= 3.0.0)
246256
rack-test (2.1.0)
247257
rack (>= 1.3)
248-
rails (7.0.8.4)
249-
actioncable (= 7.0.8.4)
250-
actionmailbox (= 7.0.8.4)
251-
actionmailer (= 7.0.8.4)
252-
actionpack (= 7.0.8.4)
253-
actiontext (= 7.0.8.4)
254-
actionview (= 7.0.8.4)
255-
activejob (= 7.0.8.4)
256-
activemodel (= 7.0.8.4)
257-
activerecord (= 7.0.8.4)
258-
activestorage (= 7.0.8.4)
259-
activesupport (= 7.0.8.4)
258+
rackup (2.2.1)
259+
rack (>= 3)
260+
rails (8.0.0)
261+
actioncable (= 8.0.0)
262+
actionmailbox (= 8.0.0)
263+
actionmailer (= 8.0.0)
264+
actionpack (= 8.0.0)
265+
actiontext (= 8.0.0)
266+
actionview (= 8.0.0)
267+
activejob (= 8.0.0)
268+
activemodel (= 8.0.0)
269+
activerecord (= 8.0.0)
270+
activestorage (= 8.0.0)
271+
activesupport (= 8.0.0)
260272
bundler (>= 1.15.0)
261-
railties (= 7.0.8.4)
273+
railties (= 8.0.0)
262274
rails-dom-testing (2.2.0)
263275
activesupport (>= 5.0.0)
264276
minitest
265277
nokogiri (>= 1.6)
266278
rails-html-sanitizer (1.6.0)
267279
loofah (~> 2.21)
268280
nokogiri (~> 1.14)
269-
railties (7.0.8.4)
270-
actionpack (= 7.0.8.4)
271-
activesupport (= 7.0.8.4)
272-
method_source
281+
railties (8.0.0)
282+
actionpack (= 8.0.0)
283+
activesupport (= 8.0.0)
284+
irb (~> 1.13)
285+
rackup (>= 1.0.0)
273286
rake (>= 12.2)
274-
thor (~> 1.0)
275-
zeitwerk (~> 2.5)
287+
thor (~> 1.0, >= 1.2.2)
288+
zeitwerk (~> 2.6)
276289
rainbow (3.1.1)
277290
rake (13.2.1)
278291
rdoc (6.6.3.1)
@@ -328,6 +341,7 @@ GEM
328341
sexp_processor (~> 4.16)
329342
rubyzip (2.3.2)
330343
safely_block (0.4.1)
344+
securerandom (0.3.2)
331345
selenium-webdriver (4.10.0)
332346
rexml (~> 3.2, >= 3.2.5)
333347
rubyzip (>= 1.2.2, < 3.0)
@@ -348,13 +362,15 @@ GEM
348362
temple (0.10.3)
349363
thor (1.3.2)
350364
tilt (2.3.0)
351-
timeout (0.4.1)
365+
timeout (0.4.2)
352366
turbo-rails (2.0.11)
353367
actionpack (>= 6.0.0)
354368
railties (>= 6.0.0)
355369
tzinfo (2.0.6)
356370
concurrent-ruby (~> 1.0)
357371
unicode-display_width (2.6.0)
372+
uri (1.0.2)
373+
useragent (0.16.10)
358374
warden (1.2.9)
359375
rack (>= 2.0.9)
360376
warden-jwt_auth (0.10.0)
@@ -377,7 +393,7 @@ GEM
377393
websocket-extensions (0.1.5)
378394
xpath (3.2.0)
379395
nokogiri (~> 1.8)
380-
zeitwerk (2.7.0)
396+
zeitwerk (2.7.1)
381397

382398
PLATFORMS
383399
ruby
@@ -407,7 +423,7 @@ DEPENDENCIES
407423
pg
408424
puma (~> 6.4)
409425
rack-cors
410-
rails (~> 7.0.8)
426+
rails (~> 8.0.0)
411427
redis (~> 5.3)
412428
rspec-rails
413429
rubocop

0 commit comments

Comments
 (0)