Skip to content

Commit 511ad57

Browse files
authored
Update rails to version 8.0.2.1
1 parent 7b2d4aa commit 511ad57

File tree

2 files changed

+72
-83
lines changed

2 files changed

+72
-83
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git_source(:github) do |repo_name|
66
"https://github.com/#{repo_name}.git"
77
end
88

9-
gem 'rails', '~> 7.1.6'
9+
gem 'rails', '~> 8.0.2'
1010
gem 'zeitwerk', '~> 2.6.18' # keep zeitwerk 2.6 until Ruby is 3.2 or higher
1111
gem 'pg', '~> 1.6.2'
1212

Gemfile.lock

Lines changed: 71 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -9,85 +9,77 @@ GEM
99
remote: https://rubygems.org/
1010
specs:
1111
3scale-api (1.4.0)
12-
actioncable (7.1.6)
13-
actionpack (= 7.1.6)
14-
activesupport (= 7.1.6)
12+
actioncable (8.0.2.1)
13+
actionpack (= 8.0.2.1)
14+
activesupport (= 8.0.2.1)
1515
nio4r (~> 2.0)
1616
websocket-driver (>= 0.6.1)
1717
zeitwerk (~> 2.6)
18-
actionmailbox (7.1.6)
19-
actionpack (= 7.1.6)
20-
activejob (= 7.1.6)
21-
activerecord (= 7.1.6)
22-
activestorage (= 7.1.6)
23-
activesupport (= 7.1.6)
24-
mail (>= 2.7.1)
25-
net-imap
26-
net-pop
27-
net-smtp
28-
actionmailer (7.1.6)
29-
actionpack (= 7.1.6)
30-
actionview (= 7.1.6)
31-
activejob (= 7.1.6)
32-
activesupport (= 7.1.6)
33-
mail (~> 2.5, >= 2.5.4)
34-
net-imap
35-
net-pop
36-
net-smtp
18+
actionmailbox (8.0.2.1)
19+
actionpack (= 8.0.2.1)
20+
activejob (= 8.0.2.1)
21+
activerecord (= 8.0.2.1)
22+
activestorage (= 8.0.2.1)
23+
activesupport (= 8.0.2.1)
24+
mail (>= 2.8.0)
25+
actionmailer (8.0.2.1)
26+
actionpack (= 8.0.2.1)
27+
actionview (= 8.0.2.1)
28+
activejob (= 8.0.2.1)
29+
activesupport (= 8.0.2.1)
30+
mail (>= 2.8.0)
3731
rails-dom-testing (~> 2.2)
38-
actionpack (7.1.6)
39-
actionview (= 7.1.6)
40-
activesupport (= 7.1.6)
41-
cgi
32+
actionpack (8.0.2.1)
33+
actionview (= 8.0.2.1)
34+
activesupport (= 8.0.2.1)
4235
nokogiri (>= 1.8.5)
43-
racc
4436
rack (>= 2.2.4)
4537
rack-session (>= 1.0.1)
4638
rack-test (>= 0.6.3)
4739
rails-dom-testing (~> 2.2)
4840
rails-html-sanitizer (~> 1.6)
49-
actiontext (7.1.6)
50-
actionpack (= 7.1.6)
51-
activerecord (= 7.1.6)
52-
activestorage (= 7.1.6)
53-
activesupport (= 7.1.6)
41+
useragent (~> 0.16)
42+
actiontext (8.0.2.1)
43+
actionpack (= 8.0.2.1)
44+
activerecord (= 8.0.2.1)
45+
activestorage (= 8.0.2.1)
46+
activesupport (= 8.0.2.1)
5447
globalid (>= 0.6.0)
5548
nokogiri (>= 1.8.5)
56-
actionview (7.1.6)
57-
activesupport (= 7.1.6)
49+
actionview (8.0.2.1)
50+
activesupport (= 8.0.2.1)
5851
builder (~> 3.1)
59-
cgi
6052
erubi (~> 1.11)
6153
rails-dom-testing (~> 2.2)
6254
rails-html-sanitizer (~> 1.6)
63-
activejob (7.1.6)
64-
activesupport (= 7.1.6)
55+
activejob (8.0.2.1)
56+
activesupport (= 8.0.2.1)
6557
globalid (>= 0.3.6)
66-
activemodel (7.1.6)
67-
activesupport (= 7.1.6)
68-
activerecord (7.1.6)
69-
activemodel (= 7.1.6)
70-
activesupport (= 7.1.6)
58+
activemodel (8.0.2.1)
59+
activesupport (= 8.0.2.1)
60+
activerecord (8.0.2.1)
61+
activemodel (= 8.0.2.1)
62+
activesupport (= 8.0.2.1)
7163
timeout (>= 0.4.0)
72-
activestorage (7.1.6)
73-
actionpack (= 7.1.6)
74-
activejob (= 7.1.6)
75-
activerecord (= 7.1.6)
76-
activesupport (= 7.1.6)
64+
activestorage (8.0.2.1)
65+
actionpack (= 8.0.2.1)
66+
activejob (= 8.0.2.1)
67+
activerecord (= 8.0.2.1)
68+
activesupport (= 8.0.2.1)
7769
marcel (~> 1.0)
78-
activesupport (7.1.6)
70+
activesupport (8.0.2.1)
7971
base64
8072
benchmark (>= 0.3)
8173
bigdecimal
82-
concurrent-ruby (~> 1.0, >= 1.0.2)
74+
concurrent-ruby (~> 1.0, >= 1.3.1)
8375
connection_pool (>= 2.2.5)
8476
drb
8577
i18n (>= 1.6, < 2)
8678
logger (>= 1.4.2)
8779
minitest (>= 5.1)
88-
mutex_m
8980
securerandom (>= 0.3)
90-
tzinfo (~> 2.0)
81+
tzinfo (~> 2.0, >= 2.0.5)
82+
uri (>= 0.13.1)
9183
addressable (2.8.0)
9284
public_suffix (>= 2.0.2, < 5.0)
9385
ansi (1.5.0)
@@ -103,16 +95,15 @@ GEM
10395
concurrent-ruby (~> 1.0)
10496
builder (3.3.0)
10597
byebug (12.0.0)
106-
cgi (0.5.0)
10798
codecov (0.4.3)
10899
simplecov (>= 0.15, < 0.22)
109100
coderay (1.1.3)
110101
concurrent-ruby (1.3.5)
111-
connection_pool (2.5.4)
102+
connection_pool (3.0.2)
112103
crack (0.4.5)
113104
rexml
114105
crass (1.0.6)
115-
date (3.5.0)
106+
date (3.5.1)
116107
debug_inspector (1.2.0)
117108
docile (1.3.5)
118109
drb (2.2.3)
@@ -142,8 +133,7 @@ GEM
142133
dry-inflector (~> 1.0)
143134
dry-logic (~> 1.4)
144135
zeitwerk (~> 2.6)
145-
erb (4.0.4)
146-
cgi (>= 0.3.3)
136+
erb (6.0.0)
147137
erubi (1.13.1)
148138
excon (0.112.0)
149139
faraday (1.3.0)
@@ -221,7 +211,6 @@ GEM
221211
multipart-post (2.1.1)
222212
mustermann (2.0.2)
223213
ruby2_keywords (~> 0.0.1)
224-
mutex_m (0.3.0)
225214
net-imap (0.5.12)
226215
date
227216
net-protocol
@@ -266,7 +255,7 @@ GEM
266255
pry-stack_explorer (0.6.1)
267256
binding_of_caller (~> 1.0)
268257
pry (~> 0.13)
269-
psych (5.2.6)
258+
psych (5.3.0)
270259
date
271260
stringio
272261
public_suffix (4.0.6)
@@ -287,40 +276,38 @@ GEM
287276
rackup (1.0.1)
288277
rack (< 3)
289278
webrick
290-
rails (7.1.6)
291-
actioncable (= 7.1.6)
292-
actionmailbox (= 7.1.6)
293-
actionmailer (= 7.1.6)
294-
actionpack (= 7.1.6)
295-
actiontext (= 7.1.6)
296-
actionview (= 7.1.6)
297-
activejob (= 7.1.6)
298-
activemodel (= 7.1.6)
299-
activerecord (= 7.1.6)
300-
activestorage (= 7.1.6)
301-
activesupport (= 7.1.6)
279+
rails (8.0.2.1)
280+
actioncable (= 8.0.2.1)
281+
actionmailbox (= 8.0.2.1)
282+
actionmailer (= 8.0.2.1)
283+
actionpack (= 8.0.2.1)
284+
actiontext (= 8.0.2.1)
285+
actionview (= 8.0.2.1)
286+
activejob (= 8.0.2.1)
287+
activemodel (= 8.0.2.1)
288+
activerecord (= 8.0.2.1)
289+
activestorage (= 8.0.2.1)
290+
activesupport (= 8.0.2.1)
302291
bundler (>= 1.15.0)
303-
railties (= 7.1.6)
292+
railties (= 8.0.2.1)
304293
rails-dom-testing (2.3.0)
305294
activesupport (>= 5.0.0)
306295
minitest
307296
nokogiri (>= 1.6)
308297
rails-html-sanitizer (1.6.2)
309298
loofah (~> 2.21)
310299
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)
311-
railties (7.1.6)
312-
actionpack (= 7.1.6)
313-
activesupport (= 7.1.6)
314-
cgi
315-
irb
300+
railties (8.0.2.1)
301+
actionpack (= 8.0.2.1)
302+
activesupport (= 8.0.2.1)
303+
irb (~> 1.13)
316304
rackup (>= 1.0.0)
317305
rake (>= 12.2)
318306
thor (~> 1.0, >= 1.2.2)
319-
tsort (>= 0.2)
320307
zeitwerk (~> 2.6)
321308
rainbow (3.1.1)
322309
rake (13.3.1)
323-
rdoc (6.15.1)
310+
rdoc (6.17.0)
324311
erb
325312
psych (>= 4.0.0)
326313
tsort
@@ -374,25 +361,27 @@ GEM
374361
rack (~> 2.2)
375362
rack-protection (= 2.2.3)
376363
tilt (~> 2.0)
377-
stringio (3.1.8)
364+
stringio (3.1.9)
378365
thor (1.4.0)
379366
tilt (2.0.11)
380-
timeout (0.4.4)
367+
timeout (0.5.0)
381368
tomlrb (2.0.3)
382369
tsort (0.2.0)
383370
tzinfo (2.0.6)
384371
concurrent-ruby (~> 1.0)
385372
unicode-display_width (3.2.0)
386373
unicode-emoji (~> 4.1)
387374
unicode-emoji (4.1.0)
375+
uri (1.1.1)
376+
useragent (0.16.11)
388377
validate_url (1.0.15)
389378
activemodel (>= 3.0.0)
390379
public_suffix
391380
webmock (3.11.2)
392381
addressable (>= 2.3.6)
393382
crack (>= 0.3.2)
394383
hashdiff (>= 0.4.0, < 2.0.0)
395-
webrick (1.8.2)
384+
webrick (1.9.2)
396385
websocket-driver (0.8.0)
397386
base64
398387
websocket-extensions (>= 0.1.0)
@@ -443,7 +432,7 @@ DEPENDENCIES
443432
puma (~> 5.2)
444433
que (~> 2.4.1)
445434
que-web
446-
rails (~> 7.1.6)
435+
rails (~> 8.0.2)
447436
responders (~> 3.0.1)
448437
rubocop
449438
rubocop-performance

0 commit comments

Comments
 (0)