Skip to content

Commit 615e103

Browse files
authored
Update all of rails to version 8.0.2.1
1 parent e71346f commit 615e103

File tree

2 files changed

+129
-89
lines changed

2 files changed

+129
-89
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.0.5'
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', '>= 0.20'
1212

Gemfile.lock

Lines changed: 128 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -9,79 +9,88 @@ GEM
99
remote: https://rubygems.org/
1010
specs:
1111
3scale-api (1.4.0)
12-
actioncable (7.0.8.7)
13-
actionpack (= 7.0.8.7)
14-
activesupport (= 7.0.8.7)
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)
17-
actionmailbox (7.0.8.7)
18-
actionpack (= 7.0.8.7)
19-
activejob (= 7.0.8.7)
20-
activerecord (= 7.0.8.7)
21-
activestorage (= 7.0.8.7)
22-
activesupport (= 7.0.8.7)
23-
mail (>= 2.7.1)
24-
net-imap
25-
net-pop
26-
net-smtp
27-
actionmailer (7.0.8.7)
28-
actionpack (= 7.0.8.7)
29-
actionview (= 7.0.8.7)
30-
activejob (= 7.0.8.7)
31-
activesupport (= 7.0.8.7)
32-
mail (~> 2.5, >= 2.5.4)
33-
net-imap
34-
net-pop
35-
net-smtp
36-
rails-dom-testing (~> 2.0)
37-
actionpack (7.0.8.7)
38-
actionview (= 7.0.8.7)
39-
activesupport (= 7.0.8.7)
40-
rack (~> 2.0, >= 2.2.4)
17+
zeitwerk (~> 2.6)
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)
31+
rails-dom-testing (~> 2.2)
32+
actionpack (8.0.2.1)
33+
actionview (= 8.0.2.1)
34+
activesupport (= 8.0.2.1)
35+
nokogiri (>= 1.8.5)
36+
rack (>= 2.2.4)
37+
rack-session (>= 1.0.1)
4138
rack-test (>= 0.6.3)
42-
rails-dom-testing (~> 2.0)
43-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
44-
actiontext (7.0.8.7)
45-
actionpack (= 7.0.8.7)
46-
activerecord (= 7.0.8.7)
47-
activestorage (= 7.0.8.7)
48-
activesupport (= 7.0.8.7)
39+
rails-dom-testing (~> 2.2)
40+
rails-html-sanitizer (~> 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)
4947
globalid (>= 0.6.0)
5048
nokogiri (>= 1.8.5)
51-
actionview (7.0.8.7)
52-
activesupport (= 7.0.8.7)
49+
actionview (8.0.2.1)
50+
activesupport (= 8.0.2.1)
5351
builder (~> 3.1)
54-
erubi (~> 1.4)
55-
rails-dom-testing (~> 2.0)
56-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
57-
activejob (7.0.8.7)
58-
activesupport (= 7.0.8.7)
52+
erubi (~> 1.11)
53+
rails-dom-testing (~> 2.2)
54+
rails-html-sanitizer (~> 1.6)
55+
activejob (8.0.2.1)
56+
activesupport (= 8.0.2.1)
5957
globalid (>= 0.3.6)
60-
activemodel (7.0.8.7)
61-
activesupport (= 7.0.8.7)
62-
activerecord (7.0.8.7)
63-
activemodel (= 7.0.8.7)
64-
activesupport (= 7.0.8.7)
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)
63+
timeout (>= 0.4.0)
6564
activerecord-pg_enum (2.0.0)
6665
activerecord (>= 4.1.0)
6766
activesupport
6867
pg
69-
activestorage (7.0.8.7)
70-
actionpack (= 7.0.8.7)
71-
activejob (= 7.0.8.7)
72-
activerecord (= 7.0.8.7)
73-
activesupport (= 7.0.8.7)
68+
activestorage (8.0.2.1)
69+
actionpack (= 8.0.2.1)
70+
activejob (= 8.0.2.1)
71+
activerecord (= 8.0.2.1)
72+
activesupport (= 8.0.2.1)
7473
marcel (~> 1.0)
75-
mini_mime (>= 1.1.0)
76-
activesupport (7.0.8.7)
77-
concurrent-ruby (~> 1.0, >= 1.0.2)
74+
activesupport (8.0.2.1)
75+
base64
76+
benchmark (>= 0.3)
77+
bigdecimal
78+
concurrent-ruby (~> 1.0, >= 1.3.1)
79+
connection_pool (>= 2.2.5)
80+
drb
7881
i18n (>= 1.6, < 2)
82+
logger (>= 1.4.2)
7983
minitest (>= 5.1)
80-
tzinfo (~> 2.0)
84+
securerandom (>= 0.3)
85+
tzinfo (~> 2.0, >= 2.0.5)
86+
uri (>= 0.13.1)
8187
addressable (2.8.0)
8288
public_suffix (>= 2.0.2, < 5.0)
8389
ansi (1.5.0)
8490
ast (2.4.2)
91+
base64 (0.3.0)
92+
benchmark (0.4.1)
93+
bigdecimal (3.2.2)
8594
binding_of_caller (1.0.0)
8695
debug_inspector (>= 0.0.1)
8796
bootsnap (1.16.0)
@@ -93,13 +102,15 @@ GEM
93102
codecov (0.4.3)
94103
simplecov (>= 0.15, < 0.22)
95104
coderay (1.1.3)
96-
concurrent-ruby (1.3.4)
105+
concurrent-ruby (1.3.5)
106+
connection_pool (2.5.3)
97107
crack (0.4.5)
98108
rexml
99109
crass (1.0.6)
100110
date (3.4.1)
101111
debug_inspector (1.1.0)
102112
docile (1.3.5)
113+
drb (2.2.3)
103114
dry-configurable (0.13.0)
104115
concurrent-ruby (~> 1.0)
105116
dry-core (~> 0.6)
@@ -126,7 +137,8 @@ GEM
126137
dry-inflector (~> 0.1, >= 0.1.2)
127138
dry-logic (~> 1.3, >= 1.3)
128139
zeitwerk (~> 2.6)
129-
erubi (1.13.0)
140+
erb (5.0.2)
141+
erubi (1.13.1)
130142
excon (0.100.0)
131143
faraday (1.3.0)
132144
faraday-net_http (~> 1.0)
@@ -136,10 +148,15 @@ GEM
136148
globalid (1.2.1)
137149
activesupport (>= 6.1)
138150
hashdiff (1.0.1)
139-
i18n (1.14.6)
151+
i18n (1.14.7)
140152
concurrent-ruby (~> 1.0)
141153
ice_nine (0.11.2)
142154
interception (0.5)
155+
io-console (0.8.1)
156+
irb (1.15.2)
157+
pp (>= 0.6.0)
158+
rdoc (>= 4.0.0)
159+
reline (>= 0.4.2)
143160
json (2.6.1)
144161
jsonpath (0.9.9)
145162
multi_json
@@ -162,12 +179,13 @@ GEM
162179
tomlrb (>= 1.3, < 2.1)
163180
with_env (= 1.1.0)
164181
xml-simple (~> 1.1.9)
182+
logger (1.7.0)
165183
lograge (0.12.0)
166184
actionpack (>= 4)
167185
activesupport (>= 4)
168186
railties (>= 4)
169187
request_store (~> 1.0)
170-
loofah (2.23.1)
188+
loofah (2.24.1)
171189
crass (~> 1.0.2)
172190
nokogiri (>= 1.12.0)
173191
mail (2.8.1)
@@ -181,7 +199,7 @@ GEM
181199
method_source (1.1.0)
182200
mini_mime (1.1.5)
183201
mini_portile2 (2.8.9)
184-
minitest (5.25.4)
202+
minitest (5.25.5)
185203
minitest-reporters (1.4.3)
186204
ansi
187205
builder
@@ -194,14 +212,14 @@ GEM
194212
multipart-post (2.1.1)
195213
mustermann (2.0.2)
196214
ruby2_keywords (~> 0.0.1)
197-
net-imap (0.5.7)
215+
net-imap (0.5.9)
198216
date
199217
net-protocol
200218
net-pop (0.1.2)
201219
net-protocol
202220
net-protocol (0.2.2)
203221
timeout
204-
net-smtp (0.5.0)
222+
net-smtp (0.5.1)
205223
net-protocol
206224
nio4r (2.7.4)
207225
nokogiri (1.18.9)
@@ -218,6 +236,9 @@ GEM
218236
ast (~> 2.4.1)
219237
racc
220238
pg (1.2.3)
239+
pp (0.6.2)
240+
prettyprint
241+
prettyprint (0.2.0)
221242
prometheus-client (2.1.0)
222243
pry (0.13.1)
223244
coderay (~> 1.1)
@@ -233,6 +254,9 @@ GEM
233254
pry-stack_explorer (0.6.1)
234255
binding_of_caller (~> 1.0)
235256
pry (~> 0.13)
257+
psych (5.2.6)
258+
date
259+
stringio
236260
public_suffix (4.0.6)
237261
puma (5.6.9)
238262
nio4r (~> 2.0)
@@ -241,43 +265,54 @@ GEM
241265
que (>= 1)
242266
sinatra
243267
racc (1.8.1)
244-
rack (2.2.14)
268+
rack (2.2.17)
245269
rack-protection (2.2.3)
246270
rack
247-
rack-test (2.1.0)
271+
rack-session (1.0.2)
272+
rack (< 3)
273+
rack-test (2.2.0)
248274
rack (>= 1.3)
249-
rails (7.0.8.7)
250-
actioncable (= 7.0.8.7)
251-
actionmailbox (= 7.0.8.7)
252-
actionmailer (= 7.0.8.7)
253-
actionpack (= 7.0.8.7)
254-
actiontext (= 7.0.8.7)
255-
actionview (= 7.0.8.7)
256-
activejob (= 7.0.8.7)
257-
activemodel (= 7.0.8.7)
258-
activerecord (= 7.0.8.7)
259-
activestorage (= 7.0.8.7)
260-
activesupport (= 7.0.8.7)
275+
rackup (1.0.1)
276+
rack (< 3)
277+
webrick
278+
rails (8.0.2.1)
279+
actioncable (= 8.0.2.1)
280+
actionmailbox (= 8.0.2.1)
281+
actionmailer (= 8.0.2.1)
282+
actionpack (= 8.0.2.1)
283+
actiontext (= 8.0.2.1)
284+
actionview (= 8.0.2.1)
285+
activejob (= 8.0.2.1)
286+
activemodel (= 8.0.2.1)
287+
activerecord (= 8.0.2.1)
288+
activestorage (= 8.0.2.1)
289+
activesupport (= 8.0.2.1)
261290
bundler (>= 1.15.0)
262-
railties (= 7.0.8.7)
263-
rails-dom-testing (2.2.0)
291+
railties (= 8.0.2.1)
292+
rails-dom-testing (2.3.0)
264293
activesupport (>= 5.0.0)
265294
minitest
266295
nokogiri (>= 1.6)
267-
rails-html-sanitizer (1.6.1)
296+
rails-html-sanitizer (1.6.2)
268297
loofah (~> 2.21)
269298
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)
270-
railties (7.0.8.7)
271-
actionpack (= 7.0.8.7)
272-
activesupport (= 7.0.8.7)
273-
method_source
299+
railties (8.0.2.1)
300+
actionpack (= 8.0.2.1)
301+
activesupport (= 8.0.2.1)
302+
irb (~> 1.13)
303+
rackup (>= 1.0.0)
274304
rake (>= 12.2)
275-
thor (~> 1.0)
276-
zeitwerk (~> 2.5)
305+
thor (~> 1.0, >= 1.2.2)
306+
zeitwerk (~> 2.6)
277307
rainbow (3.1.1)
278-
rake (13.2.1)
308+
rake (13.3.0)
309+
rdoc (6.14.2)
310+
erb
311+
psych (>= 4.0.0)
279312
recursive-open-struct (1.1.3)
280313
regexp_parser (2.8.0)
314+
reline (0.6.2)
315+
io-console (~> 0.5)
281316
request_store (1.5.0)
282317
rack (>= 1.4)
283318
responders (3.0.1)
@@ -306,6 +341,7 @@ GEM
306341
ruby-progressbar (1.11.0)
307342
ruby2_keywords (0.0.5)
308343
rubyzip (2.3.2)
344+
securerandom (0.4.1)
309345
simplecov (0.21.2)
310346
docile (~> 1.1)
311347
simplecov-html (~> 0.11)
@@ -317,6 +353,7 @@ GEM
317353
rack (~> 2.2)
318354
rack-protection (= 2.2.3)
319355
tilt (~> 2.0)
356+
stringio (3.1.7)
320357
thor (1.4.0)
321358
tilt (2.0.11)
322359
timeout (0.4.3)
@@ -325,6 +362,8 @@ GEM
325362
tzinfo (2.0.6)
326363
concurrent-ruby (~> 1.0)
327364
unicode-display_width (2.4.2)
365+
uri (1.0.3)
366+
useragent (0.16.11)
328367
validate_url (1.0.15)
329368
activemodel (>= 3.0.0)
330369
public_suffix
@@ -333,7 +372,8 @@ GEM
333372
crack (>= 0.3.2)
334373
hashdiff (>= 0.4.0, < 2.0.0)
335374
webrick (1.8.2)
336-
websocket-driver (0.7.6)
375+
websocket-driver (0.8.0)
376+
base64
337377
websocket-extensions (>= 0.1.0)
338378
websocket-extensions (0.1.5)
339379
with_env (1.1.0)
@@ -383,7 +423,7 @@ DEPENDENCIES
383423
puma (~> 5.2)
384424
que (~> 2.2.1)
385425
que-web
386-
rails (~> 7.0.5)
426+
rails (~> 8.0.2)
387427
responders (~> 3.0.1)
388428
rubocop
389429
rubocop-performance

0 commit comments

Comments
 (0)