Skip to content

Commit 134ed0f

Browse files
Update Ruby on Rails packages to v8
1 parent 4331587 commit 134ed0f

File tree

3 files changed

+84
-78
lines changed

3 files changed

+84
-78
lines changed

v2.5-non-rails/Gemfile.lock

Lines changed: 8 additions & 6 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.3)
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.3.1)
1920
byebug (12.0.0)
2021
concurrent-ruby (1.3.5)
21-
connection_pool (2.4.1)
22+
connection_pool (2.5.4)
2223
diff-lcs (1.5.1)
2324
docile (1.4.0)
2425
drb (2.2.3)
@@ -53,7 +54,7 @@ GEM
5354
waterdrop (>= 2.8.0)
5455
logger (1.7.0)
5556
mini_portile2 (2.8.9)
56-
minitest (5.25.5)
57+
minitest (5.26.0)
5758
rake (13.3.0)
5859
rexml (3.4.4)
5960
rspec (3.13.1)
@@ -69,7 +70,7 @@ GEM
6970
diff-lcs (>= 1.2.0, < 2.0)
7071
rspec-support (~> 3.13.0)
7172
rspec-support (3.13.4)
72-
securerandom (0.3.2)
73+
securerandom (0.4.1)
7374
simplecov (0.22.0)
7475
docile (~> 1.1)
7576
simplecov-html (~> 0.11)
@@ -78,6 +79,7 @@ GEM
7879
simplecov_json_formatter (0.1.4)
7980
tzinfo (2.0.6)
8081
concurrent-ruby (~> 1.0)
82+
uri (1.0.4)
8183
waterdrop (2.8.11)
8284
karafka-core (>= 2.4.9, < 3.0.0)
8385
karafka-rdkafka (>= 0.20.0)

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.2'
8+
gem 'rails', '~> 8.0'
99
gem 'sqlite3', '2.7.4'
1010

1111
group :development, :test do

v2.5-rails/Gemfile.lock

Lines changed: 75 additions & 71 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.3)
5+
actionpack (= 8.0.3)
6+
activesupport (= 8.0.3)
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.3)
11+
actionpack (= 8.0.3)
12+
activejob (= 8.0.3)
13+
activerecord (= 8.0.3)
14+
activestorage (= 8.0.3)
15+
activesupport (= 8.0.3)
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.3)
18+
actionpack (= 8.0.3)
19+
actionview (= 8.0.3)
20+
activejob (= 8.0.3)
21+
activesupport (= 8.0.3)
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.3)
25+
actionview (= 8.0.3)
26+
activesupport (= 8.0.3)
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.3)
35+
actionpack (= 8.0.3)
36+
activerecord (= 8.0.3)
37+
activestorage (= 8.0.3)
38+
activesupport (= 8.0.3)
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.3)
42+
activesupport (= 8.0.3)
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.3)
48+
activesupport (= 8.0.3)
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.3)
51+
activesupport (= 8.0.3)
52+
activerecord (8.0.3)
53+
activemodel (= 8.0.3)
54+
activesupport (= 8.0.3)
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.3)
57+
actionpack (= 8.0.3)
58+
activejob (= 8.0.3)
59+
activerecord (= 8.0.3)
60+
activesupport (= 8.0.3)
6261
marcel (~> 1.0)
63-
activesupport (7.2.2.2)
62+
activesupport (8.0.3)
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.3.0)
7676
benchmark (0.4.1)
77-
bigdecimal (3.2.3)
77+
bigdecimal (3.3.1)
7878
builder (3.3.0)
7979
concurrent-ruby (1.3.5)
8080
connection_pool (2.5.4)
8181
crass (1.0.6)
8282
date (3.4.1)
8383
diff-lcs (1.5.1)
8484
drb (2.2.3)
85-
erb (5.0.2)
85+
erb (5.0.3)
8686
erubi (1.13.1)
8787
ffi (1.17.2)
8888
ffi (1.17.2-aarch64-linux-gnu)
@@ -91,7 +91,7 @@ GEM
9191
ffi (1.17.2-x86-linux-gnu)
9292
ffi (1.17.2-x86_64-darwin)
9393
ffi (1.17.2-x86_64-linux-gnu)
94-
globalid (1.2.1)
94+
globalid (1.3.0)
9595
activesupport (>= 6.1)
9696
i18n (1.14.7)
9797
concurrent-ruby (~> 1.0)
@@ -152,11 +152,11 @@ GEM
152152
net-imap
153153
net-pop
154154
net-smtp
155-
marcel (1.0.4)
155+
marcel (1.1.0)
156156
mini_mime (1.1.5)
157157
mini_portile2 (2.8.9)
158-
minitest (5.25.5)
159-
net-imap (0.5.10)
158+
minitest (5.26.0)
159+
net-imap (0.5.12)
160160
date
161161
net-protocol
162162
net-pop (0.1.2)
@@ -166,20 +166,20 @@ GEM
166166
net-smtp (0.5.1)
167167
net-protocol
168168
nio4r (2.7.4)
169-
nokogiri (1.18.9)
169+
nokogiri (1.18.10)
170170
mini_portile2 (~> 2.8.2)
171171
racc (~> 1.4)
172-
nokogiri (1.18.9-aarch64-linux-gnu)
172+
nokogiri (1.18.10-aarch64-linux-gnu)
173173
racc (~> 1.4)
174-
nokogiri (1.18.9-arm-linux-gnu)
174+
nokogiri (1.18.10-arm-linux-gnu)
175175
racc (~> 1.4)
176-
nokogiri (1.18.9-arm64-darwin)
176+
nokogiri (1.18.10-arm64-darwin)
177177
racc (~> 1.4)
178-
nokogiri (1.18.9-x86_64-darwin)
178+
nokogiri (1.18.10-x86_64-darwin)
179179
racc (~> 1.4)
180-
nokogiri (1.18.9-x86_64-linux-gnu)
180+
nokogiri (1.18.10-x86_64-linux-gnu)
181181
racc (~> 1.4)
182-
pp (0.6.2)
182+
pp (0.6.3)
183183
prettyprint
184184
prettyprint (0.2.0)
185185
psych (5.2.6)
@@ -188,47 +188,49 @@ GEM
188188
puma (7.0.4)
189189
nio4r (~> 2.0)
190190
racc (1.8.1)
191-
rack (3.1.18)
191+
rack (3.2.3)
192192
rack-session (2.1.1)
193193
base64 (>= 0.1.0)
194194
rack (>= 3.0.0)
195195
rack-test (2.2.0)
196196
rack (>= 1.3)
197197
rackup (2.2.1)
198198
rack (>= 3)
199-
rails (7.2.2.2)
200-
actioncable (= 7.2.2.2)
201-
actionmailbox (= 7.2.2.2)
202-
actionmailer (= 7.2.2.2)
203-
actionpack (= 7.2.2.2)
204-
actiontext (= 7.2.2.2)
205-
actionview (= 7.2.2.2)
206-
activejob (= 7.2.2.2)
207-
activemodel (= 7.2.2.2)
208-
activerecord (= 7.2.2.2)
209-
activestorage (= 7.2.2.2)
210-
activesupport (= 7.2.2.2)
199+
rails (8.0.3)
200+
actioncable (= 8.0.3)
201+
actionmailbox (= 8.0.3)
202+
actionmailer (= 8.0.3)
203+
actionpack (= 8.0.3)
204+
actiontext (= 8.0.3)
205+
actionview (= 8.0.3)
206+
activejob (= 8.0.3)
207+
activemodel (= 8.0.3)
208+
activerecord (= 8.0.3)
209+
activestorage (= 8.0.3)
210+
activesupport (= 8.0.3)
211211
bundler (>= 1.15.0)
212-
railties (= 7.2.2.2)
212+
railties (= 8.0.3)
213213
rails-dom-testing (2.3.0)
214214
activesupport (>= 5.0.0)
215215
minitest
216216
nokogiri (>= 1.6)
217217
rails-html-sanitizer (1.6.2)
218218
loofah (~> 2.21)
219219
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)
220-
railties (7.2.2.2)
221-
actionpack (= 7.2.2.2)
222-
activesupport (= 7.2.2.2)
220+
railties (8.0.3)
221+
actionpack (= 8.0.3)
222+
activesupport (= 8.0.3)
223223
irb (~> 1.13)
224224
rackup (>= 1.0.0)
225225
rake (>= 12.2)
226226
thor (~> 1.0, >= 1.2.2)
227+
tsort (>= 0.2)
227228
zeitwerk (~> 2.6)
228229
rake (13.3.0)
229-
rdoc (6.14.2)
230+
rdoc (6.15.0)
230231
erb
231232
psych (>= 4.0.0)
233+
tsort
232234
reline (0.6.2)
233235
io-console (~> 0.5)
234236
roda (3.93.0)
@@ -259,8 +261,10 @@ GEM
259261
thor (1.4.0)
260262
tilt (2.6.1)
261263
timeout (0.4.3)
264+
tsort (0.2.0)
262265
tzinfo (2.0.6)
263266
concurrent-ruby (~> 1.0)
267+
uri (1.0.4)
264268
useragent (0.16.11)
265269
waterdrop (2.8.11)
266270
karafka-core (>= 2.4.9, < 3.0.0)
@@ -286,7 +290,7 @@ DEPENDENCIES
286290
karafka-testing
287291
karafka-web
288292
puma
289-
rails (~> 7.2)
293+
rails (~> 8.0)
290294
rspec
291295
sqlite3 (= 2.7.4)
292296

0 commit comments

Comments
 (0)