Skip to content

Commit e6fac13

Browse files
chore(deps): update dependency rails to v8
1 parent 81e7dde commit e6fac13

File tree

1 file changed

+60
-60
lines changed

1 file changed

+60
-60
lines changed

Gemfile.lock

+60-60
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,67 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.2.2.1)
5-
actionpack (= 7.2.2.1)
6-
activesupport (= 7.2.2.1)
4+
actioncable (8.0.0.1)
5+
actionpack (= 8.0.0.1)
6+
activesupport (= 8.0.0.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.2.2.1)
11-
actionpack (= 7.2.2.1)
12-
activejob (= 7.2.2.1)
13-
activerecord (= 7.2.2.1)
14-
activestorage (= 7.2.2.1)
15-
activesupport (= 7.2.2.1)
10+
actionmailbox (8.0.0.1)
11+
actionpack (= 8.0.0.1)
12+
activejob (= 8.0.0.1)
13+
activerecord (= 8.0.0.1)
14+
activestorage (= 8.0.0.1)
15+
activesupport (= 8.0.0.1)
1616
mail (>= 2.8.0)
17-
actionmailer (7.2.2.1)
18-
actionpack (= 7.2.2.1)
19-
actionview (= 7.2.2.1)
20-
activejob (= 7.2.2.1)
21-
activesupport (= 7.2.2.1)
17+
actionmailer (8.0.0.1)
18+
actionpack (= 8.0.0.1)
19+
actionview (= 8.0.0.1)
20+
activejob (= 8.0.0.1)
21+
activesupport (= 8.0.0.1)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.2.1)
25-
actionview (= 7.2.2.1)
26-
activesupport (= 7.2.2.1)
24+
actionpack (8.0.0.1)
25+
actionview (= 8.0.0.1)
26+
activesupport (= 8.0.0.1)
2727
nokogiri (>= 1.8.5)
28-
racc
29-
rack (>= 2.2.4, < 3.2)
28+
rack (>= 2.2.4)
3029
rack-session (>= 1.0.1)
3130
rack-test (>= 0.6.3)
3231
rails-dom-testing (~> 2.2)
3332
rails-html-sanitizer (~> 1.6)
3433
useragent (~> 0.16)
35-
actiontext (7.2.2.1)
36-
actionpack (= 7.2.2.1)
37-
activerecord (= 7.2.2.1)
38-
activestorage (= 7.2.2.1)
39-
activesupport (= 7.2.2.1)
34+
actiontext (8.0.0.1)
35+
actionpack (= 8.0.0.1)
36+
activerecord (= 8.0.0.1)
37+
activestorage (= 8.0.0.1)
38+
activesupport (= 8.0.0.1)
4039
globalid (>= 0.6.0)
4140
nokogiri (>= 1.8.5)
42-
actionview (7.2.2.1)
43-
activesupport (= 7.2.2.1)
41+
actionview (8.0.0.1)
42+
activesupport (= 8.0.0.1)
4443
builder (~> 3.1)
4544
erubi (~> 1.11)
4645
rails-dom-testing (~> 2.2)
4746
rails-html-sanitizer (~> 1.6)
48-
activejob (7.2.2.1)
49-
activesupport (= 7.2.2.1)
47+
activejob (8.0.0.1)
48+
activesupport (= 8.0.0.1)
5049
globalid (>= 0.3.6)
51-
activemodel (7.2.2.1)
52-
activesupport (= 7.2.2.1)
53-
activerecord (7.2.2.1)
54-
activemodel (= 7.2.2.1)
55-
activesupport (= 7.2.2.1)
50+
activemodel (8.0.0.1)
51+
activesupport (= 8.0.0.1)
52+
activerecord (8.0.0.1)
53+
activemodel (= 8.0.0.1)
54+
activesupport (= 8.0.0.1)
5655
timeout (>= 0.4.0)
5756
activerecord-import (2.0.0)
5857
activerecord (>= 4.2)
59-
activestorage (7.2.2.1)
60-
actionpack (= 7.2.2.1)
61-
activejob (= 7.2.2.1)
62-
activerecord (= 7.2.2.1)
63-
activesupport (= 7.2.2.1)
58+
activestorage (8.0.0.1)
59+
actionpack (= 8.0.0.1)
60+
activejob (= 8.0.0.1)
61+
activerecord (= 8.0.0.1)
62+
activesupport (= 8.0.0.1)
6463
marcel (~> 1.0)
65-
activesupport (7.2.2.1)
64+
activesupport (8.0.0.1)
6665
base64
6766
benchmark (>= 0.3)
6867
bigdecimal
@@ -74,6 +73,7 @@ GEM
7473
minitest (>= 5.1)
7574
securerandom (>= 0.3)
7675
tzinfo (~> 2.0, >= 2.0.5)
76+
uri (>= 0.13.1)
7777
addressable (2.8.7)
7878
public_suffix (>= 2.0.2, < 7.0)
7979
ast (2.4.2)
@@ -87,7 +87,7 @@ GEM
8787
concurrent-ruby (1.3.4)
8888
connection_pool (2.4.1)
8989
crass (1.0.6)
90-
date (3.3.4)
90+
date (3.4.1)
9191
debug (1.9.2)
9292
irb (~> 1.10)
9393
reline (>= 0.3.8)
@@ -174,7 +174,7 @@ GEM
174174
mutex_m (0.2.0)
175175
net-http (0.4.1)
176176
uri
177-
net-imap (0.4.18)
177+
net-imap (0.5.1)
178178
date
179179
net-protocol
180180
net-pop (0.1.2)
@@ -184,9 +184,9 @@ GEM
184184
net-smtp (0.5.0)
185185
net-protocol
186186
nio4r (2.7.4)
187-
nokogiri (1.16.8-arm64-darwin)
187+
nokogiri (1.17.2-arm64-darwin)
188188
racc (~> 1.4)
189-
nokogiri (1.16.8-x86_64-linux)
189+
nokogiri (1.17.2-x86_64-linux)
190190
racc (~> 1.4)
191191
os (1.1.4)
192192
parallel (1.25.1)
@@ -208,20 +208,20 @@ GEM
208208
rack (>= 1.3)
209209
rackup (2.2.1)
210210
rack (>= 3)
211-
rails (7.2.2.1)
212-
actioncable (= 7.2.2.1)
213-
actionmailbox (= 7.2.2.1)
214-
actionmailer (= 7.2.2.1)
215-
actionpack (= 7.2.2.1)
216-
actiontext (= 7.2.2.1)
217-
actionview (= 7.2.2.1)
218-
activejob (= 7.2.2.1)
219-
activemodel (= 7.2.2.1)
220-
activerecord (= 7.2.2.1)
221-
activestorage (= 7.2.2.1)
222-
activesupport (= 7.2.2.1)
211+
rails (8.0.0.1)
212+
actioncable (= 8.0.0.1)
213+
actionmailbox (= 8.0.0.1)
214+
actionmailer (= 8.0.0.1)
215+
actionpack (= 8.0.0.1)
216+
actiontext (= 8.0.0.1)
217+
actionview (= 8.0.0.1)
218+
activejob (= 8.0.0.1)
219+
activemodel (= 8.0.0.1)
220+
activerecord (= 8.0.0.1)
221+
activestorage (= 8.0.0.1)
222+
activesupport (= 8.0.0.1)
223223
bundler (>= 1.15.0)
224-
railties (= 7.2.2.1)
224+
railties (= 8.0.0.1)
225225
rails-dom-testing (2.2.0)
226226
activesupport (>= 5.0.0)
227227
minitest
@@ -234,17 +234,17 @@ GEM
234234
rails-html-sanitizer (1.6.2)
235235
loofah (~> 2.21)
236236
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)
237-
railties (7.2.2.1)
238-
actionpack (= 7.2.2.1)
239-
activesupport (= 7.2.2.1)
237+
railties (8.0.0.1)
238+
actionpack (= 8.0.0.1)
239+
activesupport (= 8.0.0.1)
240240
irb (~> 1.13)
241241
rackup (>= 1.0.0)
242242
rake (>= 12.2)
243243
thor (~> 1.0, >= 1.2.2)
244244
zeitwerk (~> 2.6)
245245
rainbow (3.1.1)
246246
rake (13.2.1)
247-
rdoc (6.8.1)
247+
rdoc (6.9.0)
248248
psych (>= 4.0.0)
249249
regexp_parser (2.9.2)
250250
reline (0.5.12)

0 commit comments

Comments
 (0)