Skip to content

Commit a1dd671

Browse files
Update Ruby on Rails packages to v8
1 parent 41f8588 commit a1dd671

File tree

3 files changed

+84
-75
lines changed

3 files changed

+84
-75
lines changed

v2.5-non-rails/Gemfile.lock

Lines changed: 7 additions & 5 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.2)
4+
activesupport (8.0.2.1)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
@@ -13,12 +13,13 @@ 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.9)
18+
benchmark (0.4.1)
19+
bigdecimal (3.2.2)
1920
byebug (12.0.0)
2021
concurrent-ruby (1.3.5)
21-
connection_pool (2.4.1)
22+
connection_pool (2.5.3)
2223
diff-lcs (1.5.1)
2324
docile (1.4.0)
2425
drb (2.2.3)
@@ -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)
@@ -144,14 +146,14 @@ GEM
144146
mini_mime (1.1.5)
145147
mini_portile2 (2.8.9)
146148
minitest (5.25.5)
147-
net-imap (0.4.20)
149+
net-imap (0.5.9)
148150
date
149151
net-protocol
150152
net-pop (0.1.2)
151153
net-protocol
152154
net-protocol (0.2.2)
153155
timeout
154-
net-smtp (0.5.0)
156+
net-smtp (0.5.1)
155157
net-protocol
156158
nio4r (2.7.4)
157159
nokogiri (1.18.9)
@@ -167,53 +169,57 @@ GEM
167169
racc (~> 1.4)
168170
nokogiri (1.18.9-x86_64-linux-gnu)
169171
racc (~> 1.4)
170-
psych (5.1.2)
172+
pp (0.6.2)
173+
prettyprint
174+
prettyprint (0.2.0)
175+
psych (5.2.6)
176+
date
171177
stringio
172178
puma (6.6.1)
173179
nio4r (~> 2.0)
174180
racc (1.8.1)
175-
rack (3.1.16)
181+
rack (3.2.0)
176182
rack-session (2.1.1)
177183
base64 (>= 0.1.0)
178184
rack (>= 3.0.0)
179185
rack-test (2.2.0)
180186
rack (>= 1.3)
181-
rackup (2.1.0)
187+
rackup (2.2.1)
182188
rack (>= 3)
183-
webrick (~> 1.8)
184-
rails (7.2.2.2)
185-
actioncable (= 7.2.2.2)
186-
actionmailbox (= 7.2.2.2)
187-
actionmailer (= 7.2.2.2)
188-
actionpack (= 7.2.2.2)
189-
actiontext (= 7.2.2.2)
190-
actionview (= 7.2.2.2)
191-
activejob (= 7.2.2.2)
192-
activemodel (= 7.2.2.2)
193-
activerecord (= 7.2.2.2)
194-
activestorage (= 7.2.2.2)
195-
activesupport (= 7.2.2.2)
189+
rails (8.0.2.1)
190+
actioncable (= 8.0.2.1)
191+
actionmailbox (= 8.0.2.1)
192+
actionmailer (= 8.0.2.1)
193+
actionpack (= 8.0.2.1)
194+
actiontext (= 8.0.2.1)
195+
actionview (= 8.0.2.1)
196+
activejob (= 8.0.2.1)
197+
activemodel (= 8.0.2.1)
198+
activerecord (= 8.0.2.1)
199+
activestorage (= 8.0.2.1)
200+
activesupport (= 8.0.2.1)
196201
bundler (>= 1.15.0)
197-
railties (= 7.2.2.2)
202+
railties (= 8.0.2.1)
198203
rails-dom-testing (2.3.0)
199204
activesupport (>= 5.0.0)
200205
minitest
201206
nokogiri (>= 1.6)
202207
rails-html-sanitizer (1.6.2)
203208
loofah (~> 2.21)
204209
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)
205-
railties (7.2.2.2)
206-
actionpack (= 7.2.2.2)
207-
activesupport (= 7.2.2.2)
210+
railties (8.0.2.1)
211+
actionpack (= 8.0.2.1)
212+
activesupport (= 8.0.2.1)
208213
irb (~> 1.13)
209214
rackup (>= 1.0.0)
210215
rake (>= 12.2)
211216
thor (~> 1.0, >= 1.2.2)
212217
zeitwerk (~> 2.6)
213218
rake (13.3.0)
214-
rdoc (6.7.0)
219+
rdoc (6.14.2)
220+
erb
215221
psych (>= 4.0.0)
216-
reline (0.5.10)
222+
reline (0.6.2)
217223
io-console (~> 0.5)
218224
roda (3.93.0)
219225
rack
@@ -239,19 +245,20 @@ GEM
239245
sqlite3 (2.7.3-x86-linux-gnu)
240246
sqlite3 (2.7.3-x86_64-darwin)
241247
sqlite3 (2.7.3-x86_64-linux-gnu)
242-
stringio (3.1.1)
248+
stringio (3.1.7)
243249
thor (1.4.0)
244250
tilt (2.6.1)
245251
timeout (0.4.3)
246252
tzinfo (2.0.6)
247253
concurrent-ruby (~> 1.0)
254+
uri (1.0.3)
248255
useragent (0.16.11)
249256
waterdrop (2.8.6)
250257
karafka-core (>= 2.4.9, < 3.0.0)
251258
karafka-rdkafka (>= 0.20.0)
252259
zeitwerk (~> 2.3)
253-
webrick (1.8.2)
254-
websocket-driver (0.7.6)
260+
websocket-driver (0.8.0)
261+
base64
255262
websocket-extensions (>= 0.1.0)
256263
websocket-extensions (0.1.5)
257264
zeitwerk (2.7.3)
@@ -270,7 +277,7 @@ DEPENDENCIES
270277
karafka-testing
271278
karafka-web
272279
puma
273-
rails (~> 7.1)
280+
rails (~> 8.0)
274281
rspec
275282
sqlite3 (= 2.7.3)
276283

0 commit comments

Comments
 (0)