Skip to content

Commit 4ff09bb

Browse files
Update Ruby on Rails packages to v8
1 parent 4f9067b commit 4ff09bb

File tree

3 files changed

+97
-89
lines changed

3 files changed

+97
-89
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.6)
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

+86-80
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)
8282
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)
@@ -120,8 +121,8 @@ GEM
120121
karafka-core (>= 2.4.0, < 2.5.0)
121122
roda (~> 3.68, >= 3.69)
122123
tilt (~> 2.0)
123-
logger (1.6.5)
124-
loofah (2.23.1)
124+
logger (1.6.6)
125+
loofah (2.24.0)
125126
crass (~> 1.0.2)
126127
nokogiri (>= 1.12.0)
127128
mail (2.8.1)
@@ -133,14 +134,14 @@ GEM
133134
mini_mime (1.1.5)
134135
mini_portile2 (2.8.8)
135136
minitest (5.25.4)
136-
net-imap (0.4.19)
137+
net-imap (0.5.6)
137138
date
138139
net-protocol
139140
net-pop (0.1.2)
140141
net-protocol
141142
net-protocol (0.2.2)
142143
timeout
143-
net-smtp (0.5.0)
144+
net-smtp (0.5.1)
144145
net-protocol
145146
nio4r (2.7.4)
146147
nokogiri (1.18.2)
@@ -156,52 +157,56 @@ GEM
156157
racc (~> 1.4)
157158
nokogiri (1.18.2-x86_64-linux-gnu)
158159
racc (~> 1.4)
159-
psych (5.1.2)
160+
pp (0.6.2)
161+
prettyprint
162+
prettyprint (0.2.0)
163+
psych (5.2.3)
164+
date
160165
stringio
161166
puma (6.6.0)
162167
nio4r (~> 2.0)
163168
racc (1.8.1)
164169
rack (3.1.10)
165-
rack-session (2.0.0)
170+
rack-session (2.1.0)
171+
base64 (>= 0.1.0)
166172
rack (>= 3.0.0)
167-
rack-test (2.1.0)
173+
rack-test (2.2.0)
168174
rack (>= 1.3)
169-
rackup (2.1.0)
175+
rackup (2.2.1)
170176
rack (>= 3)
171-
webrick (~> 1.8)
172-
rails (7.2.2.1)
173-
actioncable (= 7.2.2.1)
174-
actionmailbox (= 7.2.2.1)
175-
actionmailer (= 7.2.2.1)
176-
actionpack (= 7.2.2.1)
177-
actiontext (= 7.2.2.1)
178-
actionview (= 7.2.2.1)
179-
activejob (= 7.2.2.1)
180-
activemodel (= 7.2.2.1)
181-
activerecord (= 7.2.2.1)
182-
activestorage (= 7.2.2.1)
183-
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)
184189
bundler (>= 1.15.0)
185-
railties (= 7.2.2.1)
190+
railties (= 8.0.1)
186191
rails-dom-testing (2.2.0)
187192
activesupport (>= 5.0.0)
188193
minitest
189194
nokogiri (>= 1.6)
190-
rails-html-sanitizer (1.6.1)
195+
rails-html-sanitizer (1.6.2)
191196
loofah (~> 2.21)
192197
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)
193-
railties (7.2.2.1)
194-
actionpack (= 7.2.2.1)
195-
activesupport (= 7.2.2.1)
198+
railties (8.0.1)
199+
actionpack (= 8.0.1)
200+
activesupport (= 8.0.1)
196201
irb (~> 1.13)
197202
rackup (>= 1.0.0)
198203
rake (>= 12.2)
199204
thor (~> 1.0, >= 1.2.2)
200205
zeitwerk (~> 2.6)
201206
rake (13.2.1)
202-
rdoc (6.7.0)
207+
rdoc (6.12.0)
203208
psych (>= 4.0.0)
204-
reline (0.5.10)
209+
reline (0.6.0)
205210
io-console (~> 0.5)
206211
roda (3.83.0)
207212
rack
@@ -218,7 +223,7 @@ GEM
218223
diff-lcs (>= 1.2.0, < 2.0)
219224
rspec-support (~> 3.13.0)
220225
rspec-support (3.13.1)
221-
securerandom (0.4.0)
226+
securerandom (0.4.1)
222227
sqlite3 (2.5.0)
223228
mini_portile2 (~> 2.8.0)
224229
sqlite3 (2.5.0-aarch64-linux-gnu)
@@ -227,22 +232,23 @@ GEM
227232
sqlite3 (2.5.0-x86-linux-gnu)
228233
sqlite3 (2.5.0-x86_64-darwin)
229234
sqlite3 (2.5.0-x86_64-linux-gnu)
230-
stringio (3.1.1)
235+
stringio (3.1.3)
231236
thor (1.3.2)
232237
tilt (2.4.0)
233238
timeout (0.4.3)
234239
tzinfo (2.0.6)
235240
concurrent-ruby (~> 1.0)
241+
uri (1.0.2)
236242
useragent (0.16.11)
237243
waterdrop (2.7.4)
238244
karafka-core (>= 2.4.3, < 3.0.0)
239245
karafka-rdkafka (>= 0.15.1)
240246
zeitwerk (~> 2.3)
241-
webrick (1.8.2)
242-
websocket-driver (0.7.6)
247+
websocket-driver (0.7.7)
248+
base64
243249
websocket-extensions (>= 0.1.0)
244250
websocket-extensions (0.1.5)
245-
zeitwerk (2.6.18)
251+
zeitwerk (2.7.1)
246252

247253
PLATFORMS
248254
aarch64-linux
@@ -258,7 +264,7 @@ DEPENDENCIES
258264
karafka-testing
259265
karafka-web
260266
puma
261-
rails (~> 7.1)
267+
rails (~> 8.0)
262268
rspec
263269
sqlite3 (= 2.5.0)
264270

0 commit comments

Comments
 (0)