Skip to content

Commit 7096118

Browse files
authored
Merge pull request #434 from rails/dependabot/bundler/railties-8.0.0
build(deps): bump railties from 7.2.2 to 8.0.0
2 parents 417a378 + a812bde commit 7096118

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed

Gemfile.lock

+24-23
Original file line numberDiff line numberDiff line change
@@ -8,34 +8,33 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionmailer (7.2.2)
12-
actionpack (= 7.2.2)
13-
actionview (= 7.2.2)
14-
activejob (= 7.2.2)
15-
activesupport (= 7.2.2)
11+
actionmailer (8.0.0)
12+
actionpack (= 8.0.0)
13+
actionview (= 8.0.0)
14+
activejob (= 8.0.0)
15+
activesupport (= 8.0.0)
1616
mail (>= 2.8.0)
1717
rails-dom-testing (~> 2.2)
18-
actionpack (7.2.2)
19-
actionview (= 7.2.2)
20-
activesupport (= 7.2.2)
18+
actionpack (8.0.0)
19+
actionview (= 8.0.0)
20+
activesupport (= 8.0.0)
2121
nokogiri (>= 1.8.5)
22-
racc
23-
rack (>= 2.2.4, < 3.2)
22+
rack (>= 2.2.4)
2423
rack-session (>= 1.0.1)
2524
rack-test (>= 0.6.3)
2625
rails-dom-testing (~> 2.2)
2726
rails-html-sanitizer (~> 1.6)
2827
useragent (~> 0.16)
29-
actionview (7.2.2)
30-
activesupport (= 7.2.2)
28+
actionview (8.0.0)
29+
activesupport (= 8.0.0)
3130
builder (~> 3.1)
3231
erubi (~> 1.11)
3332
rails-dom-testing (~> 2.2)
3433
rails-html-sanitizer (~> 1.6)
35-
activejob (7.2.2)
36-
activesupport (= 7.2.2)
34+
activejob (8.0.0)
35+
activesupport (= 8.0.0)
3736
globalid (>= 0.3.6)
38-
activesupport (7.2.2)
37+
activesupport (8.0.0)
3938
base64
4039
benchmark (>= 0.3)
4140
bigdecimal
@@ -47,8 +46,9 @@ GEM
4746
minitest (>= 5.1)
4847
securerandom (>= 0.3)
4948
tzinfo (~> 2.0, >= 2.0.5)
49+
uri (>= 0.13.1)
5050
base64 (0.2.0)
51-
benchmark (0.3.0)
51+
benchmark (0.4.0)
5252
bigdecimal (3.1.8)
5353
builder (3.3.0)
5454
concurrent-ruby (1.3.4)
@@ -100,7 +100,7 @@ GEM
100100
racc (~> 1.4)
101101
nokogiri (1.16.7-x86_64-linux)
102102
racc (~> 1.4)
103-
psych (5.1.2)
103+
psych (5.2.0)
104104
stringio
105105
racc (1.8.1)
106106
rack (3.1.8)
@@ -117,9 +117,9 @@ GEM
117117
rails-html-sanitizer (1.6.0)
118118
loofah (~> 2.21)
119119
nokogiri (~> 1.14)
120-
railties (7.2.2)
121-
actionpack (= 7.2.2)
122-
activesupport (= 7.2.2)
120+
railties (8.0.0)
121+
actionpack (= 8.0.0)
122+
activesupport (= 8.0.0)
123123
irb (~> 1.13)
124124
rackup (>= 1.0.0)
125125
rake (>= 12.2)
@@ -128,10 +128,10 @@ GEM
128128
rake (13.2.1)
129129
rdoc (6.7.0)
130130
psych (>= 4.0.0)
131-
reline (0.5.10)
131+
reline (0.5.11)
132132
io-console (~> 0.5)
133-
securerandom (0.3.1)
134-
stringio (3.1.1)
133+
securerandom (0.3.2)
134+
stringio (3.1.2)
135135
tailwindcss-ruby (3.4.14)
136136
tailwindcss-ruby (3.4.14-aarch64-linux)
137137
tailwindcss-ruby (3.4.14-arm-linux)
@@ -142,6 +142,7 @@ GEM
142142
timeout (0.4.1)
143143
tzinfo (2.0.6)
144144
concurrent-ruby (~> 1.0)
145+
uri (1.0.1)
145146
useragent (0.16.10)
146147
zeitwerk (2.7.1)
147148

0 commit comments

Comments
 (0)