Skip to content

Commit a0892bc

Browse files
⬆️ Upgrade Ruby on Rails packages to v8
1 parent 0a71d1b commit a0892bc

2 files changed

Lines changed: 77 additions & 79 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
55
# Specify your gem's dependencies in captive-sdk.gemspec.
66
gemspec
77

8-
gem "rails", "~> 7.1.0"
8+
gem "rails", "~> 8.1.0"
99
gem "puma", "~> 6.6.0"
1010

1111
gem "sqlite3", "~> 1.7.0"
@@ -24,7 +24,7 @@ end
2424
group :test do
2525
gem "rspec", "~> 3.13.0"
2626
gem "rspec-mocks", "~> 3.13.0"
27-
gem "rspec-rails", "~> 6.1.0"
27+
gem "rspec-rails", "~> 8.0.0"
2828
gem "factory_bot_rails", "~> 6.5.0"
2929
gem "webmock", "~> 3.25.0"
3030
gem "shoulda-matchers", "~> 6.5.0"

Gemfile.lock

Lines changed: 75 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -27,51 +27,48 @@ PATH
2727
GEM
2828
remote: https://rubygems.org/
2929
specs:
30-
actioncable (7.1.5.2)
31-
actionpack (= 7.1.5.2)
32-
activesupport (= 7.1.5.2)
30+
action_text-trix (2.1.15)
31+
railties
32+
actioncable (8.1.0)
33+
actionpack (= 8.1.0)
34+
activesupport (= 8.1.0)
3335
nio4r (~> 2.0)
3436
websocket-driver (>= 0.6.1)
3537
zeitwerk (~> 2.6)
36-
actionmailbox (7.1.5.2)
37-
actionpack (= 7.1.5.2)
38-
activejob (= 7.1.5.2)
39-
activerecord (= 7.1.5.2)
40-
activestorage (= 7.1.5.2)
41-
activesupport (= 7.1.5.2)
42-
mail (>= 2.7.1)
43-
net-imap
44-
net-pop
45-
net-smtp
46-
actionmailer (7.1.5.2)
47-
actionpack (= 7.1.5.2)
48-
actionview (= 7.1.5.2)
49-
activejob (= 7.1.5.2)
50-
activesupport (= 7.1.5.2)
51-
mail (~> 2.5, >= 2.5.4)
52-
net-imap
53-
net-pop
54-
net-smtp
38+
actionmailbox (8.1.0)
39+
actionpack (= 8.1.0)
40+
activejob (= 8.1.0)
41+
activerecord (= 8.1.0)
42+
activestorage (= 8.1.0)
43+
activesupport (= 8.1.0)
44+
mail (>= 2.8.0)
45+
actionmailer (8.1.0)
46+
actionpack (= 8.1.0)
47+
actionview (= 8.1.0)
48+
activejob (= 8.1.0)
49+
activesupport (= 8.1.0)
50+
mail (>= 2.8.0)
5551
rails-dom-testing (~> 2.2)
56-
actionpack (7.1.5.2)
57-
actionview (= 7.1.5.2)
58-
activesupport (= 7.1.5.2)
52+
actionpack (8.1.0)
53+
actionview (= 8.1.0)
54+
activesupport (= 8.1.0)
5955
nokogiri (>= 1.8.5)
60-
racc
6156
rack (>= 2.2.4)
6257
rack-session (>= 1.0.1)
6358
rack-test (>= 0.6.3)
6459
rails-dom-testing (~> 2.2)
6560
rails-html-sanitizer (~> 1.6)
66-
actiontext (7.1.5.2)
67-
actionpack (= 7.1.5.2)
68-
activerecord (= 7.1.5.2)
69-
activestorage (= 7.1.5.2)
70-
activesupport (= 7.1.5.2)
61+
useragent (~> 0.16)
62+
actiontext (8.1.0)
63+
action_text-trix (~> 2.1.15)
64+
actionpack (= 8.1.0)
65+
activerecord (= 8.1.0)
66+
activestorage (= 8.1.0)
67+
activesupport (= 8.1.0)
7168
globalid (>= 0.6.0)
7269
nokogiri (>= 1.8.5)
73-
actionview (7.1.5.2)
74-
activesupport (= 7.1.5.2)
70+
actionview (8.1.0)
71+
activesupport (= 8.1.0)
7572
builder (~> 3.1)
7673
erubi (~> 1.11)
7774
rails-dom-testing (~> 2.2)
@@ -86,34 +83,34 @@ GEM
8683
kaminari (>= 1.2.1)
8784
railties (>= 6.1)
8885
ransack (>= 4.0)
89-
activejob (7.1.5.2)
90-
activesupport (= 7.1.5.2)
86+
activejob (8.1.0)
87+
activesupport (= 8.1.0)
9188
globalid (>= 0.3.6)
92-
activemodel (7.1.5.2)
93-
activesupport (= 7.1.5.2)
94-
activerecord (7.1.5.2)
95-
activemodel (= 7.1.5.2)
96-
activesupport (= 7.1.5.2)
89+
activemodel (8.1.0)
90+
activesupport (= 8.1.0)
91+
activerecord (8.1.0)
92+
activemodel (= 8.1.0)
93+
activesupport (= 8.1.0)
9794
timeout (>= 0.4.0)
98-
activestorage (7.1.5.2)
99-
actionpack (= 7.1.5.2)
100-
activejob (= 7.1.5.2)
101-
activerecord (= 7.1.5.2)
102-
activesupport (= 7.1.5.2)
95+
activestorage (8.1.0)
96+
actionpack (= 8.1.0)
97+
activejob (= 8.1.0)
98+
activerecord (= 8.1.0)
99+
activesupport (= 8.1.0)
103100
marcel (~> 1.0)
104-
activesupport (7.1.5.2)
101+
activesupport (8.1.0)
105102
base64
106-
benchmark (>= 0.3)
107103
bigdecimal
108-
concurrent-ruby (~> 1.0, >= 1.0.2)
104+
concurrent-ruby (~> 1.0, >= 1.3.1)
109105
connection_pool (>= 2.2.5)
110106
drb
111107
i18n (>= 1.6, < 2)
108+
json
112109
logger (>= 1.4.2)
113110
minitest (>= 5.1)
114-
mutex_m
115111
securerandom (>= 0.3)
116-
tzinfo (~> 2.0)
112+
tzinfo (~> 2.0, >= 2.0.5)
113+
uri (>= 0.13.1)
117114
addressable (2.8.7)
118115
public_suffix (>= 2.0.2, < 7.0)
119116
arbre (1.7.0)
@@ -122,7 +119,6 @@ GEM
122119
ast (2.4.3)
123120
base64 (0.3.0)
124121
bcrypt (3.1.20)
125-
benchmark (0.4.1)
126122
bigdecimal (3.3.1)
127123
builder (3.3.0)
128124
cancancan (3.6.1)
@@ -216,7 +212,6 @@ GEM
216212
minitest (5.26.0)
217213
multi_xml (0.7.2)
218214
bigdecimal (~> 3.1)
219-
mutex_m (0.3.0)
220215
net-imap (0.5.12)
221216
date
222217
net-protocol
@@ -270,20 +265,20 @@ GEM
270265
rack (>= 1.3)
271266
rackup (2.2.1)
272267
rack (>= 3)
273-
rails (7.1.5.2)
274-
actioncable (= 7.1.5.2)
275-
actionmailbox (= 7.1.5.2)
276-
actionmailer (= 7.1.5.2)
277-
actionpack (= 7.1.5.2)
278-
actiontext (= 7.1.5.2)
279-
actionview (= 7.1.5.2)
280-
activejob (= 7.1.5.2)
281-
activemodel (= 7.1.5.2)
282-
activerecord (= 7.1.5.2)
283-
activestorage (= 7.1.5.2)
284-
activesupport (= 7.1.5.2)
268+
rails (8.1.0)
269+
actioncable (= 8.1.0)
270+
actionmailbox (= 8.1.0)
271+
actionmailer (= 8.1.0)
272+
actionpack (= 8.1.0)
273+
actiontext (= 8.1.0)
274+
actionview (= 8.1.0)
275+
activejob (= 8.1.0)
276+
activemodel (= 8.1.0)
277+
activerecord (= 8.1.0)
278+
activestorage (= 8.1.0)
279+
activesupport (= 8.1.0)
285280
bundler (>= 1.15.0)
286-
railties (= 7.1.5.2)
281+
railties (= 8.1.0)
287282
rails-dom-testing (2.3.0)
288283
activesupport (>= 5.0.0)
289284
minitest
@@ -296,13 +291,14 @@ GEM
296291
rails-html-sanitizer (1.6.2)
297292
loofah (~> 2.21)
298293
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)
299-
railties (7.1.5.2)
300-
actionpack (= 7.1.5.2)
301-
activesupport (= 7.1.5.2)
302-
irb
294+
railties (8.1.0)
295+
actionpack (= 8.1.0)
296+
activesupport (= 8.1.0)
297+
irb (~> 1.13)
303298
rackup (>= 1.0.0)
304299
rake (>= 12.2)
305300
thor (~> 1.0, >= 1.2.2)
301+
tsort (>= 0.2)
306302
zeitwerk (~> 2.6)
307303
rainbow (3.1.1)
308304
rake (13.3.0)
@@ -325,18 +321,18 @@ GEM
325321
rspec-core (~> 3.13.0)
326322
rspec-expectations (~> 3.13.0)
327323
rspec-mocks (~> 3.13.0)
328-
rspec-core (3.13.5)
324+
rspec-core (3.13.6)
329325
rspec-support (~> 3.13.0)
330326
rspec-expectations (3.13.5)
331327
diff-lcs (>= 1.2.0, < 2.0)
332328
rspec-support (~> 3.13.0)
333-
rspec-mocks (3.13.5)
329+
rspec-mocks (3.13.6)
334330
diff-lcs (>= 1.2.0, < 2.0)
335331
rspec-support (~> 3.13.0)
336-
rspec-rails (6.1.5)
337-
actionpack (>= 6.1)
338-
activesupport (>= 6.1)
339-
railties (>= 6.1)
332+
rspec-rails (8.0.2)
333+
actionpack (>= 7.2)
334+
activesupport (>= 7.2)
335+
railties (>= 7.2)
340336
rspec-core (~> 3.13)
341337
rspec-expectations (~> 3.13)
342338
rspec-mocks (~> 3.13)
@@ -409,6 +405,8 @@ GEM
409405
unicode-display_width (3.2.0)
410406
unicode-emoji (~> 4.1)
411407
unicode-emoji (4.1.0)
408+
uri (1.0.4)
409+
useragent (0.16.11)
412410
warden (1.2.9)
413411
rack (>= 2.0.9)
414412
webmock (3.25.1)
@@ -433,11 +431,11 @@ DEPENDENCIES
433431
jwt (~> 2.10.0)
434432
pg (~> 1.6.0)
435433
puma (~> 6.6.0)
436-
rails (~> 7.1.0)
434+
rails (~> 8.1.0)
437435
rails-erd (~> 1.7.2)
438436
rspec (~> 3.13.0)
439437
rspec-mocks (~> 3.13.0)
440-
rspec-rails (~> 6.1.0)
438+
rspec-rails (~> 8.0.0)
441439
rubocop-config-captive (~> 1.16.0)
442440
shoulda-matchers (~> 6.5.0)
443441
sprockets-rails (~> 3.5.0)

0 commit comments

Comments
 (0)