Skip to content

Commit 9cbb15f

Browse files
authored
Update rails to version 8.0.2.1
1 parent 31dce08 commit 9cbb15f

File tree

2 files changed

+133
-91
lines changed

2 files changed

+133
-91
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: 132 additions & 90 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.3.0)
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.4)
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,20 +137,26 @@ 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.3)
141+
erubi (1.13.1)
130142
excon (0.100.0)
131143
faraday (1.3.0)
132144
faraday-net_http (~> 1.0)
133145
multipart-post (>= 1.2, < 3)
134146
ruby2_keywords
135147
faraday-net_http (1.0.1)
136-
globalid (1.2.1)
148+
globalid (1.3.0)
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,26 +179,27 @@ 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)
174192
mini_mime (>= 0.1.1)
175193
net-imap
176194
net-pop
177195
net-smtp
178-
marcel (1.0.4)
196+
marcel (1.1.0)
179197
message_bus (3.4.0)
180198
rack (>= 1.1.3)
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,17 +212,17 @@ 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.12)
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)
207-
nokogiri (1.18.9)
225+
nokogiri (1.18.10)
208226
mini_portile2 (~> 2.8.2)
209227
racc (~> 1.4)
210228
oauth2 (1.4.7)
@@ -218,6 +236,9 @@ GEM
218236
ast (~> 2.4.1)
219237
racc
220238
pg (1.2.3)
239+
pp (0.6.3)
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)
@@ -244,40 +268,52 @@ GEM
244268
rack (2.2.19)
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.15.0)
310+
erb
311+
psych (>= 4.0.0)
312+
tsort
279313
recursive-open-struct (1.1.3)
280314
regexp_parser (2.8.0)
315+
reline (0.6.2)
316+
io-console (~> 0.5)
281317
request_store (1.5.0)
282318
rack (>= 1.4)
283319
responders (3.0.1)
@@ -306,6 +342,7 @@ GEM
306342
ruby-progressbar (1.11.0)
307343
ruby2_keywords (0.0.5)
308344
rubyzip (2.3.2)
345+
securerandom (0.4.1)
309346
simplecov (0.21.2)
310347
docile (~> 1.1)
311348
simplecov-html (~> 0.11)
@@ -317,14 +354,18 @@ GEM
317354
rack (~> 2.2)
318355
rack-protection (= 2.2.3)
319356
tilt (~> 2.0)
357+
stringio (3.1.7)
320358
thor (1.4.0)
321359
tilt (2.0.11)
322360
timeout (0.4.3)
323361
to_regexp (0.2.1)
324362
tomlrb (2.0.3)
363+
tsort (0.2.0)
325364
tzinfo (2.0.6)
326365
concurrent-ruby (~> 1.0)
327366
unicode-display_width (2.4.2)
367+
uri (1.0.4)
368+
useragent (0.16.11)
328369
validate_url (1.0.15)
329370
activemodel (>= 3.0.0)
330371
public_suffix
@@ -333,7 +374,8 @@ GEM
333374
crack (>= 0.3.2)
334375
hashdiff (>= 0.4.0, < 2.0.0)
335376
webrick (1.8.2)
336-
websocket-driver (0.7.6)
377+
websocket-driver (0.8.0)
378+
base64
337379
websocket-extensions (>= 0.1.0)
338380
websocket-extensions (0.1.5)
339381
with_env (1.1.0)
@@ -383,7 +425,7 @@ DEPENDENCIES
383425
puma (~> 5.2)
384426
que (~> 2.2.1)
385427
que-web
386-
rails (~> 7.0.5)
428+
rails (~> 8.0.2)
387429
responders (~> 3.0.1)
388430
rubocop
389431
rubocop-performance

0 commit comments

Comments
 (0)