Skip to content

Commit a43f0a8

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

File tree

2 files changed

+99
-76
lines changed

2 files changed

+99
-76
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ gem "pg_search"
4848
gem "psych"
4949
gem "puma"
5050
gem "rack-rewrite"
51-
gem "rails", "7.0.8.6"
51+
gem "rails", "8.0.0"
5252
gem "recipient_interceptor"
5353
gem "redcarpet"
5454
gem "redis"

Gemfile.lock

+98-75
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,82 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.8.6)
5-
actionpack (= 7.0.8.6)
6-
activesupport (= 7.0.8.6)
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.6)
10-
actionpack (= 7.0.8.6)
11-
activejob (= 7.0.8.6)
12-
activerecord (= 7.0.8.6)
13-
activestorage (= 7.0.8.6)
14-
activesupport (= 7.0.8.6)
15-
mail (>= 2.7.1)
16-
net-imap
17-
net-pop
18-
net-smtp
19-
actionmailer (7.0.8.6)
20-
actionpack (= 7.0.8.6)
21-
actionview (= 7.0.8.6)
22-
activejob (= 7.0.8.6)
23-
activesupport (= 7.0.8.6)
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.6)
30-
actionview (= 7.0.8.6)
31-
activesupport (= 7.0.8.6)
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.6)
37-
actionpack (= 7.0.8.6)
38-
activerecord (= 7.0.8.6)
39-
activestorage (= 7.0.8.6)
40-
activesupport (= 7.0.8.6)
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.6)
44-
activesupport (= 7.0.8.6)
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)
44+
erubi (~> 1.11)
45+
rails-dom-testing (~> 2.2)
46+
rails-html-sanitizer (~> 1.6)
4947
active_model_serializers (0.10.15)
5048
actionpack (>= 4.1)
5149
activemodel (>= 4.1)
5250
case_transform (>= 0.2)
5351
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
54-
activejob (7.0.8.6)
55-
activesupport (= 7.0.8.6)
52+
activejob (8.0.0)
53+
activesupport (= 8.0.0)
5654
globalid (>= 0.3.6)
57-
activemodel (7.0.8.6)
58-
activesupport (= 7.0.8.6)
59-
activerecord (7.0.8.6)
60-
activemodel (= 7.0.8.6)
61-
activesupport (= 7.0.8.6)
62-
activestorage (7.0.8.6)
63-
actionpack (= 7.0.8.6)
64-
activejob (= 7.0.8.6)
65-
activerecord (= 7.0.8.6)
66-
activesupport (= 7.0.8.6)
55+
activemodel (8.0.0)
56+
activesupport (= 8.0.0)
57+
activerecord (8.0.0)
58+
activemodel (= 8.0.0)
59+
activesupport (= 8.0.0)
60+
timeout (>= 0.4.0)
61+
activestorage (8.0.0)
62+
actionpack (= 8.0.0)
63+
activejob (= 8.0.0)
64+
activerecord (= 8.0.0)
65+
activesupport (= 8.0.0)
6766
marcel (~> 1.0)
68-
mini_mime (>= 1.1.0)
69-
activesupport (7.0.8.6)
70-
concurrent-ruby (~> 1.0, >= 1.0.2)
67+
activesupport (8.0.0)
68+
base64
69+
benchmark (>= 0.3)
70+
bigdecimal
71+
concurrent-ruby (~> 1.0, >= 1.3.1)
72+
connection_pool (>= 2.2.5)
73+
drb
7174
i18n (>= 1.6, < 2)
75+
logger (>= 1.4.2)
7276
minitest (>= 5.1)
73-
tzinfo (~> 2.0)
77+
securerandom (>= 0.3)
78+
tzinfo (~> 2.0, >= 2.0.5)
79+
uri (>= 0.13.1)
7480
acts_as_list (1.2.4)
7581
activerecord (>= 6.1)
7682
activesupport (>= 6.1)
@@ -100,6 +106,7 @@ GEM
100106
aws-eventstream (~> 1, >= 1.0.2)
101107
base64 (0.2.0)
102108
bcrypt (3.1.20)
109+
benchmark (0.4.0)
103110
bigdecimal (3.1.8)
104111
bootsnap (1.18.4)
105112
msgpack (~> 1.2)
@@ -242,6 +249,10 @@ GEM
242249
inline_svg (1.10.0)
243250
activesupport (>= 3.0)
244251
nokogiri (>= 1.6)
252+
io-console (0.7.2)
253+
irb (1.14.1)
254+
rdoc (>= 4.0.0)
255+
reline (>= 0.4.2)
245256
jmespath (1.6.2)
246257
jquery-rails (4.6.0)
247258
rails-dom-testing (>= 1, < 3)
@@ -389,22 +400,27 @@ GEM
389400
base64 (>= 0.1.0)
390401
rack (~> 2.2, >= 2.2.4)
391402
rack-rewrite (1.5.1)
403+
rack-session (1.0.2)
404+
rack (< 3)
392405
rack-test (2.1.0)
393406
rack (>= 1.3)
394-
rails (7.0.8.6)
395-
actioncable (= 7.0.8.6)
396-
actionmailbox (= 7.0.8.6)
397-
actionmailer (= 7.0.8.6)
398-
actionpack (= 7.0.8.6)
399-
actiontext (= 7.0.8.6)
400-
actionview (= 7.0.8.6)
401-
activejob (= 7.0.8.6)
402-
activemodel (= 7.0.8.6)
403-
activerecord (= 7.0.8.6)
404-
activestorage (= 7.0.8.6)
405-
activesupport (= 7.0.8.6)
407+
rackup (1.0.1)
408+
rack (< 3)
409+
webrick
410+
rails (8.0.0)
411+
actioncable (= 8.0.0)
412+
actionmailbox (= 8.0.0)
413+
actionmailer (= 8.0.0)
414+
actionpack (= 8.0.0)
415+
actiontext (= 8.0.0)
416+
actionview (= 8.0.0)
417+
activejob (= 8.0.0)
418+
activemodel (= 8.0.0)
419+
activerecord (= 8.0.0)
420+
activestorage (= 8.0.0)
421+
activesupport (= 8.0.0)
406422
bundler (>= 1.15.0)
407-
railties (= 7.0.8.6)
423+
railties (= 8.0.0)
408424
rails-controller-testing (1.0.5)
409425
actionpack (>= 5.0.1.rc1)
410426
actionview (>= 5.0.1.rc1)
@@ -417,18 +433,21 @@ GEM
417433
loofah (~> 2.21)
418434
nokogiri (~> 1.14)
419435
rails_stdout_logging (0.0.5)
420-
railties (7.0.8.6)
421-
actionpack (= 7.0.8.6)
422-
activesupport (= 7.0.8.6)
423-
method_source
436+
railties (8.0.0)
437+
actionpack (= 8.0.0)
438+
activesupport (= 8.0.0)
439+
irb (~> 1.13)
440+
rackup (>= 1.0.0)
424441
rake (>= 12.2)
425-
thor (~> 1.0)
426-
zeitwerk (~> 2.5)
442+
thor (~> 1.0, >= 1.2.2)
443+
zeitwerk (~> 2.6)
427444
rainbow (3.1.1)
428445
rake (13.2.1)
429446
rb-fsevent (0.11.2)
430447
rb-inotify (0.11.1)
431448
ffi (~> 1.0)
449+
rdoc (6.8.1)
450+
psych (>= 4.0.0)
432451
recipient_interceptor (0.3.3)
433452
mail
434453
redcarpet (3.6.0)
@@ -437,6 +456,8 @@ GEM
437456
redis-client (0.22.2)
438457
connection_pool
439458
regexp_parser (2.9.2)
459+
reline (0.5.12)
460+
io-console (~> 0.5)
440461
request_store (1.7.0)
441462
rack (>= 1.4)
442463
responders (3.1.1)
@@ -499,6 +520,7 @@ GEM
499520
scenic (1.8.0)
500521
activerecord (>= 4.0.0)
501522
railties (>= 4.0.0)
523+
securerandom (0.3.2)
502524
selenium-webdriver (4.25.0)
503525
base64 (~> 0.2)
504526
logger (~> 1.4)
@@ -572,6 +594,7 @@ GEM
572594
unf_ext (0.0.9.1)
573595
unicode-display_width (2.6.0)
574596
uri (1.0.1)
597+
useragent (0.16.10)
575598
validates_email_format_of (1.8.2)
576599
i18n (>= 0.8.0)
577600
simpleidn
@@ -654,7 +677,7 @@ DEPENDENCIES
654677
rack-livereload
655678
rack-mini-profiler
656679
rack-rewrite
657-
rails (= 7.0.8.6)
680+
rails (= 8.0.0)
658681
rails-controller-testing
659682
rails_stdout_logging
660683
recipient_interceptor

0 commit comments

Comments
 (0)