Skip to content

Commit 3b6d258

Browse files
Update Ruby on Rails packages to v8
1 parent cd152f9 commit 3b6d258

File tree

3 files changed

+103
-97
lines changed

3 files changed

+103
-97
lines changed

v2.4-non-rails/Gemfile.lock

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.2.2.1)
4+
activesupport (8.0.1)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
@@ -13,18 +13,19 @@ GEM
1313
minitest (>= 5.1)
1414
securerandom (>= 0.3)
1515
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
1617
base64 (0.2.0)
17-
benchmark (0.3.0)
18-
bigdecimal (3.1.8)
18+
benchmark (0.4.0)
19+
bigdecimal (3.1.9)
1920
byebug (11.1.3)
20-
concurrent-ruby (1.3.4)
21-
connection_pool (2.4.1)
21+
concurrent-ruby (1.3.5)
22+
connection_pool (2.5.0)
2223
diff-lcs (1.5.1)
2324
docile (1.4.0)
2425
drb (2.2.1)
2526
ffi (1.17.1)
2627
ffi (1.17.1-x86_64-linux-gnu)
27-
i18n (1.14.6)
28+
i18n (1.14.7)
2829
concurrent-ruby (~> 1.0)
2930
karafka (2.4.17)
3031
base64 (~> 0.2)
@@ -42,7 +43,7 @@ GEM
4243
karafka-testing (2.4.6)
4344
karafka (>= 2.4.0, < 2.5.0)
4445
waterdrop (>= 2.7.0)
45-
logger (1.6.3)
46+
logger (1.6.5)
4647
mini_portile2 (2.8.8)
4748
minitest (5.25.4)
4849
rake (13.2.1)
@@ -60,7 +61,7 @@ GEM
6061
diff-lcs (>= 1.2.0, < 2.0)
6162
rspec-support (~> 3.13.0)
6263
rspec-support (3.13.1)
63-
securerandom (0.3.2)
64+
securerandom (0.4.1)
6465
simplecov (0.22.0)
6566
docile (~> 1.1)
6667
simplecov-html (~> 0.11)
@@ -69,6 +70,7 @@ GEM
6970
simplecov_json_formatter (0.1.4)
7071
tzinfo (2.0.6)
7172
concurrent-ruby (~> 1.0)
73+
uri (1.0.2)
7274
waterdrop (2.7.4)
7375
karafka-core (>= 2.4.3, < 3.0.0)
7476
karafka-rdkafka (>= 0.15.1)

v2.4-rails/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source 'https://rubygems.org'
55
gem 'karafka'
66
gem 'karafka-web'
77
gem 'puma'
8-
gem 'rails', '~> 7.1'
8+
gem 'rails', '~> 8.0'
99
gem 'sqlite3', '2.5.0'
1010

1111
group :development, :test do

v2.4-rails/Gemfile.lock

+92-88
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,65 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.2.2.1)
5-
actionpack (= 7.2.2.1)
6-
activesupport (= 7.2.2.1)
4+
actioncable (8.0.1)
5+
actionpack (= 8.0.1)
6+
activesupport (= 8.0.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.2.2.1)
11-
actionpack (= 7.2.2.1)
12-
activejob (= 7.2.2.1)
13-
activerecord (= 7.2.2.1)
14-
activestorage (= 7.2.2.1)
15-
activesupport (= 7.2.2.1)
10+
actionmailbox (8.0.1)
11+
actionpack (= 8.0.1)
12+
activejob (= 8.0.1)
13+
activerecord (= 8.0.1)
14+
activestorage (= 8.0.1)
15+
activesupport (= 8.0.1)
1616
mail (>= 2.8.0)
17-
actionmailer (7.2.2.1)
18-
actionpack (= 7.2.2.1)
19-
actionview (= 7.2.2.1)
20-
activejob (= 7.2.2.1)
21-
activesupport (= 7.2.2.1)
17+
actionmailer (8.0.1)
18+
actionpack (= 8.0.1)
19+
actionview (= 8.0.1)
20+
activejob (= 8.0.1)
21+
activesupport (= 8.0.1)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.2.1)
25-
actionview (= 7.2.2.1)
26-
activesupport (= 7.2.2.1)
24+
actionpack (8.0.1)
25+
actionview (= 8.0.1)
26+
activesupport (= 8.0.1)
2727
nokogiri (>= 1.8.5)
28-
racc
29-
rack (>= 2.2.4, < 3.2)
28+
rack (>= 2.2.4)
3029
rack-session (>= 1.0.1)
3130
rack-test (>= 0.6.3)
3231
rails-dom-testing (~> 2.2)
3332
rails-html-sanitizer (~> 1.6)
3433
useragent (~> 0.16)
35-
actiontext (7.2.2.1)
36-
actionpack (= 7.2.2.1)
37-
activerecord (= 7.2.2.1)
38-
activestorage (= 7.2.2.1)
39-
activesupport (= 7.2.2.1)
34+
actiontext (8.0.1)
35+
actionpack (= 8.0.1)
36+
activerecord (= 8.0.1)
37+
activestorage (= 8.0.1)
38+
activesupport (= 8.0.1)
4039
globalid (>= 0.6.0)
4140
nokogiri (>= 1.8.5)
42-
actionview (7.2.2.1)
43-
activesupport (= 7.2.2.1)
41+
actionview (8.0.1)
42+
activesupport (= 8.0.1)
4443
builder (~> 3.1)
4544
erubi (~> 1.11)
4645
rails-dom-testing (~> 2.2)
4746
rails-html-sanitizer (~> 1.6)
48-
activejob (7.2.2.1)
49-
activesupport (= 7.2.2.1)
47+
activejob (8.0.1)
48+
activesupport (= 8.0.1)
5049
globalid (>= 0.3.6)
51-
activemodel (7.2.2.1)
52-
activesupport (= 7.2.2.1)
53-
activerecord (7.2.2.1)
54-
activemodel (= 7.2.2.1)
55-
activesupport (= 7.2.2.1)
50+
activemodel (8.0.1)
51+
activesupport (= 8.0.1)
52+
activerecord (8.0.1)
53+
activemodel (= 8.0.1)
54+
activesupport (= 8.0.1)
5655
timeout (>= 0.4.0)
57-
activestorage (7.2.2.1)
58-
actionpack (= 7.2.2.1)
59-
activejob (= 7.2.2.1)
60-
activerecord (= 7.2.2.1)
61-
activesupport (= 7.2.2.1)
56+
activestorage (8.0.1)
57+
actionpack (= 8.0.1)
58+
activejob (= 8.0.1)
59+
activerecord (= 8.0.1)
60+
activesupport (= 8.0.1)
6261
marcel (~> 1.0)
63-
activesupport (7.2.2.1)
62+
activesupport (8.0.1)
6463
base64
6564
benchmark (>= 0.3)
6665
bigdecimal
@@ -72,17 +71,18 @@ GEM
7271
minitest (>= 5.1)
7372
securerandom (>= 0.3)
7473
tzinfo (~> 2.0, >= 2.0.5)
74+
uri (>= 0.13.1)
7575
base64 (0.2.0)
7676
benchmark (0.4.0)
77-
bigdecimal (3.1.8)
77+
bigdecimal (3.1.9)
7878
builder (3.3.0)
79-
concurrent-ruby (1.3.4)
80-
connection_pool (2.4.1)
79+
concurrent-ruby (1.3.5)
80+
connection_pool (2.5.0)
8181
crass (1.0.6)
82-
date (3.3.4)
82+
date (3.4.1)
8383
diff-lcs (1.5.1)
8484
drb (2.2.1)
85-
erubi (1.13.0)
85+
erubi (1.13.1)
8686
ffi (1.17.1)
8787
ffi (1.17.1-aarch64-linux-gnu)
8888
ffi (1.17.1-arm-linux-gnu)
@@ -92,10 +92,11 @@ GEM
9292
ffi (1.17.1-x86_64-linux-gnu)
9393
globalid (1.2.1)
9494
activesupport (>= 6.1)
95-
i18n (1.14.6)
95+
i18n (1.14.7)
9696
concurrent-ruby (~> 1.0)
97-
io-console (0.7.2)
98-
irb (1.14.1)
97+
io-console (0.8.0)
98+
irb (1.15.1)
99+
pp (>= 0.6.0)
99100
rdoc (>= 4.0.0)
100101
reline (>= 0.4.2)
101102
karafka (2.4.17)
@@ -121,7 +122,7 @@ GEM
121122
roda (~> 3.68, >= 3.69)
122123
tilt (~> 2.0)
123124
logger (1.6.5)
124-
loofah (2.23.1)
125+
loofah (2.24.0)
125126
crass (~> 1.0.2)
126127
nokogiri (>= 1.12.0)
127128
mail (2.8.1)
@@ -133,7 +134,7 @@ GEM
133134
mini_mime (1.1.5)
134135
mini_portile2 (2.8.8)
135136
minitest (5.25.4)
136-
net-imap (0.4.17)
137+
net-imap (0.5.5)
137138
date
138139
net-protocol
139140
net-pop (0.1.2)
@@ -143,67 +144,69 @@ GEM
143144
net-smtp (0.5.0)
144145
net-protocol
145146
nio4r (2.7.4)
146-
nokogiri (1.17.1)
147+
nokogiri (1.18.2)
147148
mini_portile2 (~> 2.8.2)
148149
racc (~> 1.4)
149-
nokogiri (1.17.1-aarch64-linux)
150+
nokogiri (1.18.2-aarch64-linux-gnu)
150151
racc (~> 1.4)
151-
nokogiri (1.17.1-arm-linux)
152+
nokogiri (1.18.2-arm-linux-gnu)
152153
racc (~> 1.4)
153-
nokogiri (1.17.1-arm64-darwin)
154+
nokogiri (1.18.2-arm64-darwin)
154155
racc (~> 1.4)
155-
nokogiri (1.17.1-x86-linux)
156+
nokogiri (1.18.2-x86_64-darwin)
156157
racc (~> 1.4)
157-
nokogiri (1.17.1-x86_64-darwin)
158+
nokogiri (1.18.2-x86_64-linux-gnu)
158159
racc (~> 1.4)
159-
nokogiri (1.17.1-x86_64-linux)
160-
racc (~> 1.4)
161-
psych (5.1.2)
160+
pp (0.6.2)
161+
prettyprint
162+
prettyprint (0.2.0)
163+
psych (5.2.3)
164+
date
162165
stringio
163166
puma (6.5.0)
164167
nio4r (~> 2.0)
165168
racc (1.8.1)
166169
rack (3.1.8)
167-
rack-session (2.0.0)
170+
rack-session (2.1.0)
171+
base64 (>= 0.1.0)
168172
rack (>= 3.0.0)
169-
rack-test (2.1.0)
173+
rack-test (2.2.0)
170174
rack (>= 1.3)
171-
rackup (2.1.0)
175+
rackup (2.2.1)
172176
rack (>= 3)
173-
webrick (~> 1.8)
174-
rails (7.2.2.1)
175-
actioncable (= 7.2.2.1)
176-
actionmailbox (= 7.2.2.1)
177-
actionmailer (= 7.2.2.1)
178-
actionpack (= 7.2.2.1)
179-
actiontext (= 7.2.2.1)
180-
actionview (= 7.2.2.1)
181-
activejob (= 7.2.2.1)
182-
activemodel (= 7.2.2.1)
183-
activerecord (= 7.2.2.1)
184-
activestorage (= 7.2.2.1)
185-
activesupport (= 7.2.2.1)
177+
rails (8.0.1)
178+
actioncable (= 8.0.1)
179+
actionmailbox (= 8.0.1)
180+
actionmailer (= 8.0.1)
181+
actionpack (= 8.0.1)
182+
actiontext (= 8.0.1)
183+
actionview (= 8.0.1)
184+
activejob (= 8.0.1)
185+
activemodel (= 8.0.1)
186+
activerecord (= 8.0.1)
187+
activestorage (= 8.0.1)
188+
activesupport (= 8.0.1)
186189
bundler (>= 1.15.0)
187-
railties (= 7.2.2.1)
190+
railties (= 8.0.1)
188191
rails-dom-testing (2.2.0)
189192
activesupport (>= 5.0.0)
190193
minitest
191194
nokogiri (>= 1.6)
192-
rails-html-sanitizer (1.6.1)
195+
rails-html-sanitizer (1.6.2)
193196
loofah (~> 2.21)
194197
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)
195-
railties (7.2.2.1)
196-
actionpack (= 7.2.2.1)
197-
activesupport (= 7.2.2.1)
198+
railties (8.0.1)
199+
actionpack (= 8.0.1)
200+
activesupport (= 8.0.1)
198201
irb (~> 1.13)
199202
rackup (>= 1.0.0)
200203
rake (>= 12.2)
201204
thor (~> 1.0, >= 1.2.2)
202205
zeitwerk (~> 2.6)
203206
rake (13.2.1)
204-
rdoc (6.7.0)
207+
rdoc (6.11.0)
205208
psych (>= 4.0.0)
206-
reline (0.5.10)
209+
reline (0.6.0)
207210
io-console (~> 0.5)
208211
roda (3.83.0)
209212
rack
@@ -220,7 +223,7 @@ GEM
220223
diff-lcs (>= 1.2.0, < 2.0)
221224
rspec-support (~> 3.13.0)
222225
rspec-support (3.13.1)
223-
securerandom (0.4.0)
226+
securerandom (0.4.1)
224227
sqlite3 (2.5.0)
225228
mini_portile2 (~> 2.8.0)
226229
sqlite3 (2.5.0-aarch64-linux-gnu)
@@ -229,22 +232,23 @@ GEM
229232
sqlite3 (2.5.0-x86-linux-gnu)
230233
sqlite3 (2.5.0-x86_64-darwin)
231234
sqlite3 (2.5.0-x86_64-linux-gnu)
232-
stringio (3.1.1)
235+
stringio (3.1.2)
233236
thor (1.3.2)
234237
tilt (2.4.0)
235-
timeout (0.4.1)
238+
timeout (0.4.3)
236239
tzinfo (2.0.6)
237240
concurrent-ruby (~> 1.0)
241+
uri (1.0.2)
238242
useragent (0.16.11)
239243
waterdrop (2.7.4)
240244
karafka-core (>= 2.4.3, < 3.0.0)
241245
karafka-rdkafka (>= 0.15.1)
242246
zeitwerk (~> 2.3)
243-
webrick (1.8.2)
244-
websocket-driver (0.7.6)
247+
websocket-driver (0.7.7)
248+
base64
245249
websocket-extensions (>= 0.1.0)
246250
websocket-extensions (0.1.5)
247-
zeitwerk (2.6.18)
251+
zeitwerk (2.7.1)
248252

249253
PLATFORMS
250254
aarch64-linux
@@ -260,7 +264,7 @@ DEPENDENCIES
260264
karafka-testing
261265
karafka-web
262266
puma
263-
rails (~> 7.1)
267+
rails (~> 8.0)
264268
rspec
265269
sqlite3 (= 2.5.0)
266270

0 commit comments

Comments
 (0)