Skip to content

Commit c642889

Browse files
Update dependency rails to v8
1 parent 67fe655 commit c642889

File tree

2 files changed

+75
-68
lines changed

2 files changed

+75
-68
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gem "pry-rails"
1515
gem "pry-byebug"
1616
gem "puma", "~> 6.4"
1717
gem "rollbar"
18-
gem "rails", "~> 7.2"
18+
gem "rails", "~> 8.0"
1919
gem "sprockets-rails", "~> 3.5"
2020
gem "turbo-rails"
2121
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]

Gemfile.lock

+74-67
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,68 @@
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.1)
5+
actionpack (= 8.0.1)
6+
activesupport (= 8.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.1)
11+
actionpack (= 8.0.1)
12+
activejob (= 8.0.1)
13+
activerecord (= 8.0.1)
14+
activestorage (= 8.0.1)
15+
activesupport (= 8.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.1)
18+
actionpack (= 8.0.1)
19+
actionview (= 8.0.1)
20+
activejob (= 8.0.1)
21+
activesupport (= 8.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.1)
25+
actionview (= 8.0.1)
26+
activesupport (= 8.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.1)
35+
actionpack (= 8.0.1)
36+
activerecord (= 8.0.1)
37+
activestorage (= 8.0.1)
38+
activesupport (= 8.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.1)
42+
activesupport (= 8.0.1)
4443
builder (~> 3.1)
4544
erubi (~> 1.11)
4645
rails-dom-testing (~> 2.2)
4746
rails-html-sanitizer (~> 1.6)
4847
active_link_to (1.0.5)
4948
actionpack
5049
addressable
51-
activejob (7.2.2.1)
52-
activesupport (= 7.2.2.1)
50+
activejob (8.0.1)
51+
activesupport (= 8.0.1)
5352
globalid (>= 0.3.6)
54-
activemodel (7.2.2.1)
55-
activesupport (= 7.2.2.1)
56-
activerecord (7.2.2.1)
57-
activemodel (= 7.2.2.1)
58-
activesupport (= 7.2.2.1)
53+
activemodel (8.0.1)
54+
activesupport (= 8.0.1)
55+
activerecord (8.0.1)
56+
activemodel (= 8.0.1)
57+
activesupport (= 8.0.1)
5958
timeout (>= 0.4.0)
60-
activestorage (7.2.2.1)
61-
actionpack (= 7.2.2.1)
62-
activejob (= 7.2.2.1)
63-
activerecord (= 7.2.2.1)
64-
activesupport (= 7.2.2.1)
59+
activestorage (8.0.1)
60+
actionpack (= 8.0.1)
61+
activejob (= 8.0.1)
62+
activerecord (= 8.0.1)
63+
activesupport (= 8.0.1)
6564
marcel (~> 1.0)
66-
activesupport (7.2.2.1)
65+
activesupport (8.0.1)
6766
base64
6867
benchmark (>= 0.3)
6968
bigdecimal
@@ -75,6 +74,7 @@ GEM
7574
minitest (>= 5.1)
7675
securerandom (>= 0.3)
7776
tzinfo (~> 2.0, >= 2.0.5)
77+
uri (>= 0.13.1)
7878
addressable (2.8.7)
7979
public_suffix (>= 2.0.2, < 7.0)
8080
ast (2.4.2)
@@ -132,7 +132,7 @@ GEM
132132
coercible (1.0.0)
133133
descendants_tracker (~> 0.0.1)
134134
concurrent-ruby (1.3.5)
135-
connection_pool (2.4.1)
135+
connection_pool (2.5.0)
136136
cookiejar (0.3.4)
137137
crack (1.0.0)
138138
bigdecimal
@@ -192,8 +192,9 @@ GEM
192192
i18n (1.14.7)
193193
concurrent-ruby (~> 1.0)
194194
ice_nine (0.11.2)
195-
io-console (0.7.2)
196-
irb (1.14.3)
195+
io-console (0.8.0)
196+
irb (1.15.1)
197+
pp (>= 0.6.0)
197198
rdoc (>= 4.0.0)
198199
reline (>= 0.4.2)
199200
jbuilder (2.13.0)
@@ -217,7 +218,7 @@ GEM
217218
activesupport (>= 4)
218219
railties (>= 4)
219220
request_store (~> 1.0)
220-
loofah (2.23.1)
221+
loofah (2.24.0)
221222
crass (~> 1.0.2)
222223
nokogiri (>= 1.12.0)
223224
mail (2.8.1)
@@ -234,14 +235,14 @@ GEM
234235
multi_json (1.15.0)
235236
multi_xml (0.7.1)
236237
bigdecimal (~> 3.1)
237-
net-imap (0.4.19)
238+
net-imap (0.5.6)
238239
date
239240
net-protocol
240241
net-pop (0.1.2)
241242
net-protocol
242243
net-protocol (0.2.2)
243244
timeout
244-
net-smtp (0.5.0)
245+
net-smtp (0.5.1)
245246
net-protocol
246247
nio4r (2.7.4)
247248
nokogiri (1.18.3-arm64-darwin)
@@ -256,6 +257,9 @@ GEM
256257
ast (~> 2.4.1)
257258
racc
258259
pg (1.5.9)
260+
pp (0.6.2)
261+
prettyprint
262+
prettyprint (0.2.0)
259263
pry (0.14.2)
260264
coderay (~> 1.1)
261265
method_source (~> 1.0)
@@ -280,26 +284,27 @@ GEM
280284
nio4r (~> 2.0)
281285
racc (1.8.1)
282286
rack (3.1.11)
283-
rack-session (2.0.0)
287+
rack-session (2.1.0)
288+
base64 (>= 0.1.0)
284289
rack (>= 3.0.0)
285-
rack-test (2.1.0)
290+
rack-test (2.2.0)
286291
rack (>= 1.3)
287292
rackup (2.2.1)
288293
rack (>= 3)
289-
rails (7.2.2.1)
290-
actioncable (= 7.2.2.1)
291-
actionmailbox (= 7.2.2.1)
292-
actionmailer (= 7.2.2.1)
293-
actionpack (= 7.2.2.1)
294-
actiontext (= 7.2.2.1)
295-
actionview (= 7.2.2.1)
296-
activejob (= 7.2.2.1)
297-
activemodel (= 7.2.2.1)
298-
activerecord (= 7.2.2.1)
299-
activestorage (= 7.2.2.1)
300-
activesupport (= 7.2.2.1)
294+
rails (8.0.1)
295+
actioncable (= 8.0.1)
296+
actionmailbox (= 8.0.1)
297+
actionmailer (= 8.0.1)
298+
actionpack (= 8.0.1)
299+
actiontext (= 8.0.1)
300+
actionview (= 8.0.1)
301+
activejob (= 8.0.1)
302+
activemodel (= 8.0.1)
303+
activerecord (= 8.0.1)
304+
activestorage (= 8.0.1)
305+
activesupport (= 8.0.1)
301306
bundler (>= 1.15.0)
302-
railties (= 7.2.2.1)
307+
railties (= 8.0.1)
303308
rails-controller-testing (1.0.5)
304309
actionpack (>= 5.0.1.rc1)
305310
actionview (>= 5.0.1.rc1)
@@ -312,9 +317,9 @@ GEM
312317
loofah (~> 2.21)
313318
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)
314319
rails_layout (1.0.42)
315-
railties (7.2.2.1)
316-
actionpack (= 7.2.2.1)
317-
activesupport (= 7.2.2.1)
320+
railties (8.0.1)
321+
actionpack (= 8.0.1)
322+
activesupport (= 8.0.1)
318323
irb (~> 1.13)
319324
rackup (>= 1.0.0)
320325
rake (>= 12.2)
@@ -325,10 +330,10 @@ GEM
325330
rb-fsevent (0.11.2)
326331
rb-inotify (0.10.1)
327332
ffi (~> 1.0)
328-
rdoc (6.7.0)
333+
rdoc (6.12.0)
329334
psych (>= 4.0.0)
330335
regexp_parser (2.10.0)
331-
reline (0.5.12)
336+
reline (0.6.0)
332337
io-console (~> 0.5)
333338
request_store (1.7.0)
334339
rack (>= 1.4)
@@ -431,6 +436,7 @@ GEM
431436
concurrent-ruby (~> 1.0)
432437
unicode-display_width (2.6.0)
433438
uniform_notifier (1.16.0)
439+
uri (1.0.3)
434440
useragent (0.16.11)
435441
view_component (3.21.0)
436442
activesupport (>= 5.2.0, < 8.1)
@@ -450,7 +456,8 @@ GEM
450456
crack (>= 0.3.2)
451457
hashdiff (>= 0.4.0, < 2.0.0)
452458
websocket (1.2.11)
453-
websocket-driver (0.7.6)
459+
websocket-driver (0.7.7)
460+
base64
454461
websocket-extensions (>= 0.1.0)
455462
websocket-extensions (0.1.5)
456463
wicked (2.0.0)
@@ -498,7 +505,7 @@ DEPENDENCIES
498505
pry-rails
499506
puffing-billy (~> 4.0)
500507
puma (~> 6.4)
501-
rails (~> 7.2)
508+
rails (~> 8.0)
502509
rails-controller-testing
503510
rails_layout
504511
rollbar

0 commit comments

Comments
 (0)