Skip to content

Commit 302368b

Browse files
Bump rails from 7.2.2 to 8.0.1
Bumps [rails](https://github.com/rails/rails) from 7.2.2 to 8.0.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.2.2...v8.0.1) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ff1f7df commit 302368b

File tree

1 file changed

+86
-84
lines changed

1 file changed

+86
-84
lines changed

Diff for: Gemfile.lock

+86-84
Original file line numberDiff line numberDiff line change
@@ -7,66 +7,65 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actioncable (7.2.2)
11-
actionpack (= 7.2.2)
12-
activesupport (= 7.2.2)
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)
1515
zeitwerk (~> 2.6)
16-
actionmailbox (7.2.2)
17-
actionpack (= 7.2.2)
18-
activejob (= 7.2.2)
19-
activerecord (= 7.2.2)
20-
activestorage (= 7.2.2)
21-
activesupport (= 7.2.2)
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)
2222
mail (>= 2.8.0)
23-
actionmailer (7.2.2)
24-
actionpack (= 7.2.2)
25-
actionview (= 7.2.2)
26-
activejob (= 7.2.2)
27-
activesupport (= 7.2.2)
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)
2828
mail (>= 2.8.0)
2929
rails-dom-testing (~> 2.2)
30-
actionpack (7.2.2)
31-
actionview (= 7.2.2)
32-
activesupport (= 7.2.2)
30+
actionpack (8.0.1)
31+
actionview (= 8.0.1)
32+
activesupport (= 8.0.1)
3333
nokogiri (>= 1.8.5)
34-
racc
35-
rack (>= 2.2.4, < 3.2)
34+
rack (>= 2.2.4)
3635
rack-session (>= 1.0.1)
3736
rack-test (>= 0.6.3)
3837
rails-dom-testing (~> 2.2)
3938
rails-html-sanitizer (~> 1.6)
4039
useragent (~> 0.16)
41-
actiontext (7.2.2)
42-
actionpack (= 7.2.2)
43-
activerecord (= 7.2.2)
44-
activestorage (= 7.2.2)
45-
activesupport (= 7.2.2)
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)
4645
globalid (>= 0.6.0)
4746
nokogiri (>= 1.8.5)
48-
actionview (7.2.2)
49-
activesupport (= 7.2.2)
47+
actionview (8.0.1)
48+
activesupport (= 8.0.1)
5049
builder (~> 3.1)
5150
erubi (~> 1.11)
5251
rails-dom-testing (~> 2.2)
5352
rails-html-sanitizer (~> 1.6)
54-
activejob (7.2.2)
55-
activesupport (= 7.2.2)
53+
activejob (8.0.1)
54+
activesupport (= 8.0.1)
5655
globalid (>= 0.3.6)
57-
activemodel (7.2.2)
58-
activesupport (= 7.2.2)
59-
activerecord (7.2.2)
60-
activemodel (= 7.2.2)
61-
activesupport (= 7.2.2)
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)
6261
timeout (>= 0.4.0)
63-
activestorage (7.2.2)
64-
actionpack (= 7.2.2)
65-
activejob (= 7.2.2)
66-
activerecord (= 7.2.2)
67-
activesupport (= 7.2.2)
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)
6867
marcel (~> 1.0)
69-
activesupport (7.2.2)
68+
activesupport (8.0.1)
7069
base64
7170
benchmark (>= 0.3)
7271
bigdecimal
@@ -78,6 +77,7 @@ GEM
7877
minitest (>= 5.1)
7978
securerandom (>= 0.3)
8079
tzinfo (~> 2.0, >= 2.0.5)
80+
uri (>= 0.13.1)
8181
addressable (2.8.7)
8282
public_suffix (>= 2.0.2, < 7.0)
8383
appraisal (2.5.0)
@@ -86,32 +86,32 @@ GEM
8686
thor (>= 0.14.0)
8787
ast (2.4.2)
8888
base64 (0.2.0)
89-
benchmark (0.3.0)
90-
bigdecimal (3.1.8)
89+
benchmark (0.4.0)
90+
bigdecimal (3.1.9)
9191
builder (3.3.0)
9292
concurrent-ruby (1.3.4)
9393
connection_pool (2.4.1)
9494
crack (1.0.0)
9595
bigdecimal
9696
rexml
9797
crass (1.0.6)
98-
date (3.4.0)
98+
date (3.4.1)
9999
diff-lcs (1.5.1)
100100
drb (2.2.1)
101-
erubi (1.13.0)
101+
erubi (1.13.1)
102102
globalid (1.2.1)
103103
activesupport (>= 6.1)
104104
hashdiff (1.1.1)
105105
i18n (1.14.6)
106106
concurrent-ruby (~> 1.0)
107-
io-console (0.7.2)
108-
irb (1.14.1)
107+
io-console (0.8.0)
108+
irb (1.14.3)
109109
rdoc (>= 4.0.0)
110110
reline (>= 0.4.2)
111111
json (2.8.2)
112112
language_server-protocol (3.17.0.3)
113-
logger (1.6.1)
114-
loofah (2.23.1)
113+
logger (1.6.4)
114+
loofah (2.24.0)
115115
crass (~> 1.0.2)
116116
nokogiri (>= 1.12.0)
117117
mail (2.8.1)
@@ -121,8 +121,9 @@ GEM
121121
net-smtp
122122
marcel (1.0.4)
123123
mini_mime (1.1.5)
124-
minitest (5.25.1)
125-
net-imap (0.5.0)
124+
mini_portile2 (2.8.8)
125+
minitest (5.25.4)
126+
net-imap (0.5.4)
126127
date
127128
net-protocol
128129
net-pop (0.1.2)
@@ -132,69 +133,70 @@ GEM
132133
net-smtp (0.5.0)
133134
net-protocol
134135
nio4r (2.7.4)
135-
nokogiri (1.16.7-aarch64-linux)
136+
nokogiri (1.18.1)
137+
mini_portile2 (~> 2.8.2)
136138
racc (~> 1.4)
137-
nokogiri (1.16.7-arm-linux)
139+
nokogiri (1.18.1-aarch64-linux-gnu)
138140
racc (~> 1.4)
139-
nokogiri (1.16.7-arm64-darwin)
141+
nokogiri (1.18.1-arm-linux-gnu)
140142
racc (~> 1.4)
141-
nokogiri (1.16.7-x86-linux)
143+
nokogiri (1.18.1-arm64-darwin)
142144
racc (~> 1.4)
143-
nokogiri (1.16.7-x86_64-darwin)
145+
nokogiri (1.18.1-x86_64-darwin)
144146
racc (~> 1.4)
145-
nokogiri (1.16.7-x86_64-linux)
147+
nokogiri (1.18.1-x86_64-linux-gnu)
146148
racc (~> 1.4)
147149
parallel (1.26.3)
148150
parser (3.3.6.0)
149151
ast (~> 2.4.1)
150152
racc
151-
psych (5.1.2)
153+
psych (5.2.2)
154+
date
152155
stringio
153156
public_suffix (6.0.1)
154157
racc (1.8.1)
155158
rack (3.1.8)
156159
rack-session (2.0.0)
157160
rack (>= 3.0.0)
158-
rack-test (2.1.0)
161+
rack-test (2.2.0)
159162
rack (>= 1.3)
160-
rackup (2.1.0)
163+
rackup (2.2.1)
161164
rack (>= 3)
162-
webrick (~> 1.8)
163-
rails (7.2.2)
164-
actioncable (= 7.2.2)
165-
actionmailbox (= 7.2.2)
166-
actionmailer (= 7.2.2)
167-
actionpack (= 7.2.2)
168-
actiontext (= 7.2.2)
169-
actionview (= 7.2.2)
170-
activejob (= 7.2.2)
171-
activemodel (= 7.2.2)
172-
activerecord (= 7.2.2)
173-
activestorage (= 7.2.2)
174-
activesupport (= 7.2.2)
165+
rails (8.0.1)
166+
actioncable (= 8.0.1)
167+
actionmailbox (= 8.0.1)
168+
actionmailer (= 8.0.1)
169+
actionpack (= 8.0.1)
170+
actiontext (= 8.0.1)
171+
actionview (= 8.0.1)
172+
activejob (= 8.0.1)
173+
activemodel (= 8.0.1)
174+
activerecord (= 8.0.1)
175+
activestorage (= 8.0.1)
176+
activesupport (= 8.0.1)
175177
bundler (>= 1.15.0)
176-
railties (= 7.2.2)
178+
railties (= 8.0.1)
177179
rails-dom-testing (2.2.0)
178180
activesupport (>= 5.0.0)
179181
minitest
180182
nokogiri (>= 1.6)
181-
rails-html-sanitizer (1.6.0)
183+
rails-html-sanitizer (1.6.2)
182184
loofah (~> 2.21)
183-
nokogiri (~> 1.14)
184-
railties (7.2.2)
185-
actionpack (= 7.2.2)
186-
activesupport (= 7.2.2)
185+
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)
186+
railties (8.0.1)
187+
actionpack (= 8.0.1)
188+
activesupport (= 8.0.1)
187189
irb (~> 1.13)
188190
rackup (>= 1.0.0)
189191
rake (>= 12.2)
190192
thor (~> 1.0, >= 1.2.2)
191193
zeitwerk (~> 2.6)
192194
rainbow (3.1.1)
193195
rake (13.2.1)
194-
rdoc (6.7.0)
196+
rdoc (6.10.0)
195197
psych (>= 4.0.0)
196198
regexp_parser (2.9.3)
197-
reline (0.5.10)
199+
reline (0.6.0)
198200
io-console (~> 0.5)
199201
rexml (3.3.8)
200202
rspec (3.13.0)
@@ -226,21 +228,21 @@ GEM
226228
rubocop (>= 1.48.1, < 2.0)
227229
rubocop-ast (>= 1.31.1, < 2.0)
228230
ruby-progressbar (1.13.0)
229-
securerandom (0.3.1)
230-
stringio (3.1.1)
231+
securerandom (0.4.1)
232+
stringio (3.1.2)
231233
thor (1.3.2)
232-
timeout (0.4.1)
234+
timeout (0.4.3)
233235
tzinfo (2.0.6)
234236
concurrent-ruby (~> 1.0)
235237
unicode-display_width (3.1.2)
236238
unicode-emoji (~> 4.0, >= 4.0.4)
237239
unicode-emoji (4.0.4)
238-
useragent (0.16.10)
240+
uri (1.0.2)
241+
useragent (0.16.11)
239242
webmock (3.24.0)
240243
addressable (>= 2.8.0)
241244
crack (>= 0.3.2)
242245
hashdiff (>= 0.4.0, < 2.0.0)
243-
webrick (1.9.0)
244246
websocket-driver (0.7.6)
245247
websocket-extensions (>= 0.1.0)
246248
websocket-extensions (0.1.5)

0 commit comments

Comments
 (0)