Skip to content

Commit 9c0dd0b

Browse files
Update Ruby on Rails packages to v8
1 parent b5c824a commit 9c0dd0b

File tree

3 files changed

+88
-79
lines changed

3 files changed

+88
-79
lines changed

v2.5-non-rails/Gemfile.lock

Lines changed: 11 additions & 9 deletions
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.2.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.3.0)
17-
benchmark (0.3.0)
18-
bigdecimal (3.1.8)
18+
benchmark (0.4.1)
19+
bigdecimal (3.2.2)
1920
byebug (12.0.0)
20-
concurrent-ruby (1.3.4)
21-
connection_pool (2.4.1)
21+
concurrent-ruby (1.3.5)
22+
connection_pool (2.5.3)
2223
diff-lcs (1.5.1)
2324
docile (1.4.0)
24-
drb (2.2.1)
25+
drb (2.2.3)
2526
ffi (1.17.2)
2627
ffi (1.17.2-x86_64-linux-gnu)
27-
i18n (1.14.6)
28+
i18n (1.14.7)
2829
concurrent-ruby (~> 1.0)
2930
karafka (2.5.0)
3031
base64 (~> 0.2)
@@ -44,7 +45,7 @@ GEM
4445
waterdrop (>= 2.8.0)
4546
logger (1.7.0)
4647
mini_portile2 (2.8.9)
47-
minitest (5.25.4)
48+
minitest (5.25.5)
4849
rake (13.3.0)
4950
rexml (3.4.1)
5051
rspec (3.13.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.4)
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.3)
7274
waterdrop (2.8.5)
7375
karafka-core (>= 2.4.9, < 3.0.0)
7476
karafka-rdkafka (>= 0.19.2)

v2.5-rails/Gemfile

Lines changed: 1 addition & 1 deletion
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.7.3'
1010

1111
group :development, :test do

v2.5-rails/Gemfile.lock

Lines changed: 76 additions & 69 deletions
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.2)
5-
actionpack (= 7.2.2.2)
6-
activesupport (= 7.2.2.2)
4+
actioncable (8.0.2.1)
5+
actionpack (= 8.0.2.1)
6+
activesupport (= 8.0.2.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.2.2.2)
11-
actionpack (= 7.2.2.2)
12-
activejob (= 7.2.2.2)
13-
activerecord (= 7.2.2.2)
14-
activestorage (= 7.2.2.2)
15-
activesupport (= 7.2.2.2)
10+
actionmailbox (8.0.2.1)
11+
actionpack (= 8.0.2.1)
12+
activejob (= 8.0.2.1)
13+
activerecord (= 8.0.2.1)
14+
activestorage (= 8.0.2.1)
15+
activesupport (= 8.0.2.1)
1616
mail (>= 2.8.0)
17-
actionmailer (7.2.2.2)
18-
actionpack (= 7.2.2.2)
19-
actionview (= 7.2.2.2)
20-
activejob (= 7.2.2.2)
21-
activesupport (= 7.2.2.2)
17+
actionmailer (8.0.2.1)
18+
actionpack (= 8.0.2.1)
19+
actionview (= 8.0.2.1)
20+
activejob (= 8.0.2.1)
21+
activesupport (= 8.0.2.1)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.2.2)
25-
actionview (= 7.2.2.2)
26-
activesupport (= 7.2.2.2)
24+
actionpack (8.0.2.1)
25+
actionview (= 8.0.2.1)
26+
activesupport (= 8.0.2.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.2)
36-
actionpack (= 7.2.2.2)
37-
activerecord (= 7.2.2.2)
38-
activestorage (= 7.2.2.2)
39-
activesupport (= 7.2.2.2)
34+
actiontext (8.0.2.1)
35+
actionpack (= 8.0.2.1)
36+
activerecord (= 8.0.2.1)
37+
activestorage (= 8.0.2.1)
38+
activesupport (= 8.0.2.1)
4039
globalid (>= 0.6.0)
4140
nokogiri (>= 1.8.5)
42-
actionview (7.2.2.2)
43-
activesupport (= 7.2.2.2)
41+
actionview (8.0.2.1)
42+
activesupport (= 8.0.2.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.2)
49-
activesupport (= 7.2.2.2)
47+
activejob (8.0.2.1)
48+
activesupport (= 8.0.2.1)
5049
globalid (>= 0.3.6)
51-
activemodel (7.2.2.2)
52-
activesupport (= 7.2.2.2)
53-
activerecord (7.2.2.2)
54-
activemodel (= 7.2.2.2)
55-
activesupport (= 7.2.2.2)
50+
activemodel (8.0.2.1)
51+
activesupport (= 8.0.2.1)
52+
activerecord (8.0.2.1)
53+
activemodel (= 8.0.2.1)
54+
activesupport (= 8.0.2.1)
5655
timeout (>= 0.4.0)
57-
activestorage (7.2.2.2)
58-
actionpack (= 7.2.2.2)
59-
activejob (= 7.2.2.2)
60-
activerecord (= 7.2.2.2)
61-
activesupport (= 7.2.2.2)
56+
activestorage (8.0.2.1)
57+
actionpack (= 8.0.2.1)
58+
activejob (= 8.0.2.1)
59+
activerecord (= 8.0.2.1)
60+
activesupport (= 8.0.2.1)
6261
marcel (~> 1.0)
63-
activesupport (7.2.2.2)
62+
activesupport (8.0.2.1)
6463
base64
6564
benchmark (>= 0.3)
6665
bigdecimal
@@ -72,6 +71,7 @@ GEM
7271
minitest (>= 5.1)
7372
securerandom (>= 0.3)
7473
tzinfo (~> 2.0, >= 2.0.5)
74+
uri (>= 0.13.1)
7575
base64 (0.3.0)
7676
benchmark (0.4.1)
7777
bigdecimal (3.2.2)
@@ -82,6 +82,7 @@ GEM
8282
date (3.4.1)
8383
diff-lcs (1.5.1)
8484
drb (2.2.3)
85+
erb (5.0.2)
8586
erubi (1.13.1)
8687
ffi (1.17.2)
8788
ffi (1.17.2-aarch64-linux-gnu)
@@ -94,8 +95,9 @@ GEM
9495
activesupport (>= 6.1)
9596
i18n (1.14.7)
9697
concurrent-ruby (~> 1.0)
97-
io-console (0.7.2)
98-
irb (1.14.1)
98+
io-console (0.8.1)
99+
irb (1.15.2)
100+
pp (>= 0.6.0)
99101
rdoc (>= 4.0.0)
100102
reline (>= 0.4.2)
101103
karafka (2.5.0)
@@ -133,14 +135,14 @@ GEM
133135
mini_mime (1.1.5)
134136
mini_portile2 (2.8.9)
135137
minitest (5.25.5)
136-
net-imap (0.4.20)
138+
net-imap (0.5.9)
137139
date
138140
net-protocol
139141
net-pop (0.1.2)
140142
net-protocol
141143
net-protocol (0.2.2)
142144
timeout
143-
net-smtp (0.5.0)
145+
net-smtp (0.5.1)
144146
net-protocol
145147
nio4r (2.7.4)
146148
nokogiri (1.18.9)
@@ -156,53 +158,57 @@ GEM
156158
racc (~> 1.4)
157159
nokogiri (1.18.9-x86_64-linux-gnu)
158160
racc (~> 1.4)
159-
psych (5.1.2)
161+
pp (0.6.2)
162+
prettyprint
163+
prettyprint (0.2.0)
164+
psych (5.2.6)
165+
date
160166
stringio
161167
puma (6.6.1)
162168
nio4r (~> 2.0)
163169
racc (1.8.1)
164-
rack (3.1.16)
170+
rack (3.2.0)
165171
rack-session (2.1.1)
166172
base64 (>= 0.1.0)
167173
rack (>= 3.0.0)
168174
rack-test (2.2.0)
169175
rack (>= 1.3)
170-
rackup (2.1.0)
176+
rackup (2.2.1)
171177
rack (>= 3)
172-
webrick (~> 1.8)
173-
rails (7.2.2.2)
174-
actioncable (= 7.2.2.2)
175-
actionmailbox (= 7.2.2.2)
176-
actionmailer (= 7.2.2.2)
177-
actionpack (= 7.2.2.2)
178-
actiontext (= 7.2.2.2)
179-
actionview (= 7.2.2.2)
180-
activejob (= 7.2.2.2)
181-
activemodel (= 7.2.2.2)
182-
activerecord (= 7.2.2.2)
183-
activestorage (= 7.2.2.2)
184-
activesupport (= 7.2.2.2)
178+
rails (8.0.2.1)
179+
actioncable (= 8.0.2.1)
180+
actionmailbox (= 8.0.2.1)
181+
actionmailer (= 8.0.2.1)
182+
actionpack (= 8.0.2.1)
183+
actiontext (= 8.0.2.1)
184+
actionview (= 8.0.2.1)
185+
activejob (= 8.0.2.1)
186+
activemodel (= 8.0.2.1)
187+
activerecord (= 8.0.2.1)
188+
activestorage (= 8.0.2.1)
189+
activesupport (= 8.0.2.1)
185190
bundler (>= 1.15.0)
186-
railties (= 7.2.2.2)
191+
railties (= 8.0.2.1)
187192
rails-dom-testing (2.3.0)
188193
activesupport (>= 5.0.0)
189194
minitest
190195
nokogiri (>= 1.6)
191196
rails-html-sanitizer (1.6.2)
192197
loofah (~> 2.21)
193198
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)
194-
railties (7.2.2.2)
195-
actionpack (= 7.2.2.2)
196-
activesupport (= 7.2.2.2)
199+
railties (8.0.2.1)
200+
actionpack (= 8.0.2.1)
201+
activesupport (= 8.0.2.1)
197202
irb (~> 1.13)
198203
rackup (>= 1.0.0)
199204
rake (>= 12.2)
200205
thor (~> 1.0, >= 1.2.2)
201206
zeitwerk (~> 2.6)
202207
rake (13.3.0)
203-
rdoc (6.7.0)
208+
rdoc (6.14.2)
209+
erb
204210
psych (>= 4.0.0)
205-
reline (0.5.10)
211+
reline (0.6.2)
206212
io-console (~> 0.5)
207213
roda (3.93.0)
208214
rack
@@ -228,19 +234,20 @@ GEM
228234
sqlite3 (2.7.3-x86-linux-gnu)
229235
sqlite3 (2.7.3-x86_64-darwin)
230236
sqlite3 (2.7.3-x86_64-linux-gnu)
231-
stringio (3.1.1)
237+
stringio (3.1.7)
232238
thor (1.4.0)
233239
tilt (2.6.0)
234240
timeout (0.4.3)
235241
tzinfo (2.0.6)
236242
concurrent-ruby (~> 1.0)
243+
uri (1.0.3)
237244
useragent (0.16.11)
238245
waterdrop (2.8.5)
239246
karafka-core (>= 2.4.9, < 3.0.0)
240247
karafka-rdkafka (>= 0.19.2)
241248
zeitwerk (~> 2.3)
242-
webrick (1.8.2)
243-
websocket-driver (0.7.6)
249+
websocket-driver (0.8.0)
250+
base64
244251
websocket-extensions (>= 0.1.0)
245252
websocket-extensions (0.1.5)
246253
zeitwerk (2.7.3)
@@ -259,7 +266,7 @@ DEPENDENCIES
259266
karafka-testing
260267
karafka-web
261268
puma
262-
rails (~> 7.1)
269+
rails (~> 8.0)
263270
rspec
264271
sqlite3 (= 2.7.3)
265272

0 commit comments

Comments
 (0)