Skip to content

Commit a209fc7

Browse files
⬆️ Upgrade Ruby on Rails packages to v8
1 parent 6f21e88 commit a209fc7

File tree

2 files changed

+77
-81
lines changed

2 files changed

+77
-81
lines changed

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.0.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 & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -27,51 +27,45 @@ 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+
actioncable (8.0.3)
31+
actionpack (= 8.0.3)
32+
activesupport (= 8.0.3)
3333
nio4r (~> 2.0)
3434
websocket-driver (>= 0.6.1)
3535
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
36+
actionmailbox (8.0.3)
37+
actionpack (= 8.0.3)
38+
activejob (= 8.0.3)
39+
activerecord (= 8.0.3)
40+
activestorage (= 8.0.3)
41+
activesupport (= 8.0.3)
42+
mail (>= 2.8.0)
43+
actionmailer (8.0.3)
44+
actionpack (= 8.0.3)
45+
actionview (= 8.0.3)
46+
activejob (= 8.0.3)
47+
activesupport (= 8.0.3)
48+
mail (>= 2.8.0)
5549
rails-dom-testing (~> 2.2)
56-
actionpack (7.1.5.2)
57-
actionview (= 7.1.5.2)
58-
activesupport (= 7.1.5.2)
50+
actionpack (8.0.3)
51+
actionview (= 8.0.3)
52+
activesupport (= 8.0.3)
5953
nokogiri (>= 1.8.5)
60-
racc
6154
rack (>= 2.2.4)
6255
rack-session (>= 1.0.1)
6356
rack-test (>= 0.6.3)
6457
rails-dom-testing (~> 2.2)
6558
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)
59+
useragent (~> 0.16)
60+
actiontext (8.0.3)
61+
actionpack (= 8.0.3)
62+
activerecord (= 8.0.3)
63+
activestorage (= 8.0.3)
64+
activesupport (= 8.0.3)
7165
globalid (>= 0.6.0)
7266
nokogiri (>= 1.8.5)
73-
actionview (7.1.5.2)
74-
activesupport (= 7.1.5.2)
67+
actionview (8.0.3)
68+
activesupport (= 8.0.3)
7569
builder (~> 3.1)
7670
erubi (~> 1.11)
7771
rails-dom-testing (~> 2.2)
@@ -86,34 +80,34 @@ GEM
8680
kaminari (>= 1.2.1)
8781
railties (>= 6.1)
8882
ransack (>= 4.0)
89-
activejob (7.1.5.2)
90-
activesupport (= 7.1.5.2)
83+
activejob (8.0.3)
84+
activesupport (= 8.0.3)
9185
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)
86+
activemodel (8.0.3)
87+
activesupport (= 8.0.3)
88+
activerecord (8.0.3)
89+
activemodel (= 8.0.3)
90+
activesupport (= 8.0.3)
9791
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)
92+
activestorage (8.0.3)
93+
actionpack (= 8.0.3)
94+
activejob (= 8.0.3)
95+
activerecord (= 8.0.3)
96+
activesupport (= 8.0.3)
10397
marcel (~> 1.0)
104-
activesupport (7.1.5.2)
98+
activesupport (8.0.3)
10599
base64
106100
benchmark (>= 0.3)
107101
bigdecimal
108-
concurrent-ruby (~> 1.0, >= 1.0.2)
102+
concurrent-ruby (~> 1.0, >= 1.3.1)
109103
connection_pool (>= 2.2.5)
110104
drb
111105
i18n (>= 1.6, < 2)
112106
logger (>= 1.4.2)
113107
minitest (>= 5.1)
114-
mutex_m
115108
securerandom (>= 0.3)
116-
tzinfo (~> 2.0)
109+
tzinfo (~> 2.0, >= 2.0.5)
110+
uri (>= 0.13.1)
117111
addressable (2.8.7)
118112
public_suffix (>= 2.0.2, < 7.0)
119113
arbre (1.7.0)
@@ -123,7 +117,7 @@ GEM
123117
base64 (0.3.0)
124118
bcrypt (3.1.20)
125119
benchmark (0.4.1)
126-
bigdecimal (3.2.3)
120+
bigdecimal (3.3.1)
127121
builder (3.3.0)
128122
cancancan (3.6.1)
129123
choice (0.2.0)
@@ -147,7 +141,7 @@ GEM
147141
drb (2.2.3)
148142
email_validator (2.2.4)
149143
activemodel
150-
erb (5.0.2)
144+
erb (5.0.3)
151145
erubi (1.13.1)
152146
factory_bot (6.5.5)
153147
activesupport (>= 6.1.0)
@@ -213,11 +207,10 @@ GEM
213207
net-smtp
214208
marcel (1.1.0)
215209
mini_mime (1.1.5)
216-
minitest (5.25.5)
210+
minitest (5.26.0)
217211
multi_xml (0.7.2)
218212
bigdecimal (~> 3.1)
219-
mutex_m (0.3.0)
220-
net-imap (0.5.11)
213+
net-imap (0.5.12)
221214
date
222215
net-protocol
223216
net-pop (0.1.2)
@@ -247,7 +240,7 @@ GEM
247240
racc
248241
pg (1.6.2-arm64-darwin)
249242
pg (1.6.2-x86_64-linux)
250-
pp (0.6.2)
243+
pp (0.6.3)
251244
prettyprint
252245
prettyprint (0.2.0)
253246
prism (1.5.1)
@@ -258,7 +251,7 @@ GEM
258251
puma (6.6.1)
259252
nio4r (~> 2.0)
260253
racc (1.8.1)
261-
rack (3.2.1)
254+
rack (3.2.3)
262255
rack-protection (4.1.1)
263256
base64 (>= 0.1.0)
264257
logger (>= 1.6.0)
@@ -270,20 +263,20 @@ GEM
270263
rack (>= 1.3)
271264
rackup (2.2.1)
272265
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)
266+
rails (8.0.3)
267+
actioncable (= 8.0.3)
268+
actionmailbox (= 8.0.3)
269+
actionmailer (= 8.0.3)
270+
actionpack (= 8.0.3)
271+
actiontext (= 8.0.3)
272+
actionview (= 8.0.3)
273+
activejob (= 8.0.3)
274+
activemodel (= 8.0.3)
275+
activerecord (= 8.0.3)
276+
activestorage (= 8.0.3)
277+
activesupport (= 8.0.3)
285278
bundler (>= 1.15.0)
286-
railties (= 7.1.5.2)
279+
railties (= 8.0.3)
287280
rails-dom-testing (2.3.0)
288281
activesupport (>= 5.0.0)
289282
minitest
@@ -296,13 +289,14 @@ GEM
296289
rails-html-sanitizer (1.6.2)
297290
loofah (~> 2.21)
298291
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
292+
railties (8.0.3)
293+
actionpack (= 8.0.3)
294+
activesupport (= 8.0.3)
295+
irb (~> 1.13)
303296
rackup (>= 1.0.0)
304297
rake (>= 12.2)
305298
thor (~> 1.0, >= 1.2.2)
299+
tsort (>= 0.2)
306300
zeitwerk (~> 2.6)
307301
rainbow (3.1.1)
308302
rake (13.3.0)
@@ -333,10 +327,10 @@ GEM
333327
rspec-mocks (3.13.5)
334328
diff-lcs (>= 1.2.0, < 2.0)
335329
rspec-support (~> 3.13.0)
336-
rspec-rails (6.1.5)
337-
actionpack (>= 6.1)
338-
activesupport (>= 6.1)
339-
railties (>= 6.1)
330+
rspec-rails (8.0.2)
331+
actionpack (>= 7.2)
332+
activesupport (>= 7.2)
333+
railties (>= 7.2)
340334
rspec-core (~> 3.13)
341335
rspec-expectations (~> 3.13)
342336
rspec-mocks (~> 3.13)
@@ -409,6 +403,8 @@ GEM
409403
unicode-display_width (3.2.0)
410404
unicode-emoji (~> 4.1)
411405
unicode-emoji (4.1.0)
406+
uri (1.0.4)
407+
useragent (0.16.11)
412408
warden (1.2.9)
413409
rack (>= 2.0.9)
414410
webmock (3.25.1)
@@ -433,11 +429,11 @@ DEPENDENCIES
433429
jwt (~> 2.10.0)
434430
pg (~> 1.6.0)
435431
puma (~> 6.6.0)
436-
rails (~> 7.1.0)
432+
rails (~> 8.0.0)
437433
rails-erd (~> 1.7.2)
438434
rspec (~> 3.13.0)
439435
rspec-mocks (~> 3.13.0)
440-
rspec-rails (~> 6.1.0)
436+
rspec-rails (~> 8.0.0)
441437
rubocop-config-captive (~> 1.16.0)
442438
shoulda-matchers (~> 6.5.0)
443439
sprockets-rails (~> 3.5.0)

0 commit comments

Comments
 (0)