Skip to content

Commit 24f45e6

Browse files
Bump rails from 7.0.8.7 to 8.0.3
Bumps [rails](https://github.com/rails/rails) from 7.0.8.7 to 8.0.3. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.0.8.7...v8.0.3) --- updated-dependencies: - dependency-name: rails dependency-version: 8.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent abbaa96 commit 24f45e6

File tree

2 files changed

+109
-90
lines changed

2 files changed

+109
-90
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.3'
88

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

Gemfile.lock

Lines changed: 108 additions & 89 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.7)
5-
actionpack (= 7.0.8.7)
6-
activesupport (= 7.0.8.7)
4+
actioncable (8.0.3)
5+
actionpack (= 8.0.3)
6+
activesupport (= 8.0.3)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.8.7)
10-
actionpack (= 7.0.8.7)
11-
activejob (= 7.0.8.7)
12-
activerecord (= 7.0.8.7)
13-
activestorage (= 7.0.8.7)
14-
activesupport (= 7.0.8.7)
15-
mail (>= 2.7.1)
16-
net-imap
17-
net-pop
18-
net-smtp
19-
actionmailer (7.0.8.7)
20-
actionpack (= 7.0.8.7)
21-
actionview (= 7.0.8.7)
22-
activejob (= 7.0.8.7)
23-
activesupport (= 7.0.8.7)
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.7)
30-
actionview (= 7.0.8.7)
31-
activesupport (= 7.0.8.7)
32-
rack (~> 2.0, >= 2.2.4)
9+
zeitwerk (~> 2.6)
10+
actionmailbox (8.0.3)
11+
actionpack (= 8.0.3)
12+
activejob (= 8.0.3)
13+
activerecord (= 8.0.3)
14+
activestorage (= 8.0.3)
15+
activesupport (= 8.0.3)
16+
mail (>= 2.8.0)
17+
actionmailer (8.0.3)
18+
actionpack (= 8.0.3)
19+
actionview (= 8.0.3)
20+
activejob (= 8.0.3)
21+
activesupport (= 8.0.3)
22+
mail (>= 2.8.0)
23+
rails-dom-testing (~> 2.2)
24+
actionpack (8.0.3)
25+
actionview (= 8.0.3)
26+
activesupport (= 8.0.3)
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.7)
37-
actionpack (= 7.0.8.7)
38-
activerecord (= 7.0.8.7)
39-
activestorage (= 7.0.8.7)
40-
activesupport (= 7.0.8.7)
31+
rails-dom-testing (~> 2.2)
32+
rails-html-sanitizer (~> 1.6)
33+
useragent (~> 0.16)
34+
actiontext (8.0.3)
35+
actionpack (= 8.0.3)
36+
activerecord (= 8.0.3)
37+
activestorage (= 8.0.3)
38+
activesupport (= 8.0.3)
4139
globalid (>= 0.6.0)
4240
nokogiri (>= 1.8.5)
43-
actionview (7.0.8.7)
44-
activesupport (= 7.0.8.7)
41+
actionview (8.0.3)
42+
activesupport (= 8.0.3)
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.7)
50-
activesupport (= 7.0.8.7)
44+
erubi (~> 1.11)
45+
rails-dom-testing (~> 2.2)
46+
rails-html-sanitizer (~> 1.6)
47+
activejob (8.0.3)
48+
activesupport (= 8.0.3)
5149
globalid (>= 0.3.6)
52-
activemodel (7.0.8.7)
53-
activesupport (= 7.0.8.7)
54-
activerecord (7.0.8.7)
55-
activemodel (= 7.0.8.7)
56-
activesupport (= 7.0.8.7)
57-
activestorage (7.0.8.7)
58-
actionpack (= 7.0.8.7)
59-
activejob (= 7.0.8.7)
60-
activerecord (= 7.0.8.7)
61-
activesupport (= 7.0.8.7)
50+
activemodel (8.0.3)
51+
activesupport (= 8.0.3)
52+
activerecord (8.0.3)
53+
activemodel (= 8.0.3)
54+
activesupport (= 8.0.3)
55+
timeout (>= 0.4.0)
56+
activestorage (8.0.3)
57+
actionpack (= 8.0.3)
58+
activejob (= 8.0.3)
59+
activerecord (= 8.0.3)
60+
activesupport (= 8.0.3)
6261
marcel (~> 1.0)
63-
mini_mime (>= 1.1.0)
64-
activesupport (7.0.8.7)
65-
concurrent-ruby (~> 1.0, >= 1.0.2)
62+
activesupport (8.0.3)
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.3)
7480
base64 (0.2.0)
7581
bcrypt (3.1.20)
82+
benchmark (0.4.1)
7683
bigdecimal (3.1.9)
7784
bindex (0.8.1)
7885
blazer (3.2.1)
@@ -95,7 +102,7 @@ GEM
95102
regexp_parser (>= 1.5, < 3.0)
96103
xpath (~> 3.2)
97104
chartkick (5.1.2)
98-
concurrent-ruby (1.3.4)
105+
concurrent-ruby (1.3.5)
99106
connection_pool (2.5.3)
100107
crass (1.0.6)
101108
csv (3.3.0)
@@ -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.3)
116124
dry-auto_inject (1.0.1)
117125
dry-core (~> 1.0)
118126
zeitwerk (~> 2.6)
@@ -200,36 +208,35 @@ GEM
200208
language_server-protocol (3.17.0.4)
201209
lint_roller (1.1.0)
202210
logger (1.6.4)
203-
loofah (2.23.1)
211+
loofah (2.24.1)
204212
crass (~> 1.0.2)
205213
nokogiri (>= 1.12.0)
206214
mail (2.8.1)
207215
mini_mime (>= 0.1.1)
208216
net-imap
209217
net-pop
210218
net-smtp
211-
marcel (1.0.2)
219+
marcel (1.1.0)
212220
matrix (0.4.2)
213-
method_source (1.1.0)
214221
mini_mime (1.1.5)
215222
mini_portile2 (2.8.9)
216-
minitest (5.25.4)
223+
minitest (5.25.5)
217224
msgpack (1.7.2)
218225
mustermann (3.0.3)
219226
ruby2_keywords (~> 0.0.1)
220227
mustermann-grape (1.1.0)
221228
mustermann (>= 1.0.0)
222-
net-imap (0.5.7)
229+
net-imap (0.5.10)
223230
date
224231
net-protocol
225232
net-pop (0.1.2)
226233
net-protocol
227234
net-protocol (0.2.2)
228235
timeout
229-
net-smtp (0.5.0)
236+
net-smtp (0.5.1)
230237
net-protocol
231238
nio4r (2.7.4)
232-
nokogiri (1.18.9)
239+
nokogiri (1.18.10)
233240
mini_portile2 (~> 2.8.2)
234241
racc (~> 1.4)
235242
orm_adapter (0.5.0)
@@ -246,41 +253,48 @@ GEM
246253
puma (6.6.0)
247254
nio4r (~> 2.0)
248255
racc (1.8.1)
249-
rack (2.2.14)
256+
rack (3.2.1)
250257
rack-cors (2.0.2)
251258
rack (>= 2.0.0)
259+
rack-session (2.1.1)
260+
base64 (>= 0.1.0)
261+
rack (>= 3.0.0)
252262
rack-test (2.2.0)
253263
rack (>= 1.3)
254-
rails (7.0.8.7)
255-
actioncable (= 7.0.8.7)
256-
actionmailbox (= 7.0.8.7)
257-
actionmailer (= 7.0.8.7)
258-
actionpack (= 7.0.8.7)
259-
actiontext (= 7.0.8.7)
260-
actionview (= 7.0.8.7)
261-
activejob (= 7.0.8.7)
262-
activemodel (= 7.0.8.7)
263-
activerecord (= 7.0.8.7)
264-
activestorage (= 7.0.8.7)
265-
activesupport (= 7.0.8.7)
264+
rackup (2.2.1)
265+
rack (>= 3)
266+
rails (8.0.3)
267+
actioncable (= 8.0.3)
268+
actionmailbox (= 8.0.3)
269+
actionmailer (= 8.0.3)
270+
actionpack (= 8.0.3)
271+
actiontext (= 8.0.3)
272+
actionview (= 8.0.3)
273+
activejob (= 8.0.3)
274+
activemodel (= 8.0.3)
275+
activerecord (= 8.0.3)
276+
activestorage (= 8.0.3)
277+
activesupport (= 8.0.3)
266278
bundler (>= 1.15.0)
267-
railties (= 7.0.8.7)
268-
rails-dom-testing (2.2.0)
279+
railties (= 8.0.3)
280+
rails-dom-testing (2.3.0)
269281
activesupport (>= 5.0.0)
270282
minitest
271283
nokogiri (>= 1.6)
272284
rails-html-sanitizer (1.6.2)
273285
loofah (~> 2.21)
274286
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)
275-
railties (7.0.8.7)
276-
actionpack (= 7.0.8.7)
277-
activesupport (= 7.0.8.7)
278-
method_source
287+
railties (8.0.3)
288+
actionpack (= 8.0.3)
289+
activesupport (= 8.0.3)
290+
irb (~> 1.13)
291+
rackup (>= 1.0.0)
279292
rake (>= 12.2)
280-
thor (~> 1.0)
281-
zeitwerk (~> 2.5)
293+
thor (~> 1.0, >= 1.2.2)
294+
tsort (>= 0.2)
295+
zeitwerk (~> 2.6)
282296
rainbow (3.1.1)
283-
rake (13.2.1)
297+
rake (13.3.0)
284298
rdoc (6.10.0)
285299
psych (>= 4.0.0)
286300
redis (5.4.0)
@@ -336,6 +350,7 @@ GEM
336350
sexp_processor (~> 4.16)
337351
rubyzip (2.3.2)
338352
safely_block (0.4.1)
353+
securerandom (0.4.1)
339354
selenium-webdriver (4.10.0)
340355
rexml (~> 3.2, >= 3.2.5)
341356
rubyzip (>= 1.2.2, < 3.0)
@@ -354,9 +369,10 @@ GEM
354369
railties (>= 6.0.0)
355370
stringio (3.1.2)
356371
temple (0.10.3)
357-
thor (1.3.2)
372+
thor (1.4.0)
358373
tilt (2.3.0)
359374
timeout (0.4.3)
375+
tsort (0.2.0)
360376
turbo-rails (2.0.11)
361377
actionpack (>= 6.0.0)
362378
railties (>= 6.0.0)
@@ -365,6 +381,8 @@ GEM
365381
unicode-display_width (3.1.4)
366382
unicode-emoji (~> 4.0, >= 4.0.4)
367383
unicode-emoji (4.0.4)
384+
uri (1.0.3)
385+
useragent (0.16.11)
368386
warden (1.2.9)
369387
rack (>= 2.0.9)
370388
warden-jwt_auth (0.10.0)
@@ -382,12 +400,13 @@ GEM
382400
rubyzip (>= 1.3.0)
383401
selenium-webdriver (~> 4.0, < 4.11)
384402
websocket (1.2.10)
385-
websocket-driver (0.7.6)
403+
websocket-driver (0.8.0)
404+
base64
386405
websocket-extensions (>= 0.1.0)
387406
websocket-extensions (0.1.5)
388407
xpath (3.2.0)
389408
nokogiri (~> 1.8)
390-
zeitwerk (2.7.2)
409+
zeitwerk (2.7.3)
391410

392411
PLATFORMS
393412
ruby
@@ -417,7 +436,7 @@ DEPENDENCIES
417436
pg
418437
puma (~> 6.6)
419438
rack-cors
420-
rails (~> 7.0.8)
439+
rails (~> 8.0.3)
421440
redis (~> 5.4)
422441
rspec-rails
423442
rubocop

0 commit comments

Comments
 (0)