Skip to content

Commit edc841d

Browse files
Update Ruby on Rails packages to v8
1 parent d49e5d7 commit edc841d

File tree

3 files changed

+75
-74
lines changed

3 files changed

+75
-74
lines changed

Diff for: v2.4-non-rails/Gemfile.lock

+5-3
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)
4+
activesupport (8.0.0)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
@@ -13,8 +13,9 @@ 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+
benchmark (0.4.0)
1819
bigdecimal (3.1.8)
1920
byebug (11.1.3)
2021
concurrent-ruby (1.3.4)
@@ -58,7 +59,7 @@ GEM
5859
diff-lcs (>= 1.2.0, < 2.0)
5960
rspec-support (~> 3.13.0)
6061
rspec-support (3.13.1)
61-
securerandom (0.3.1)
62+
securerandom (0.3.2)
6263
simplecov (0.22.0)
6364
docile (~> 1.1)
6465
simplecov-html (~> 0.11)
@@ -67,6 +68,7 @@ GEM
6768
simplecov_json_formatter (0.1.4)
6869
tzinfo (2.0.6)
6970
concurrent-ruby (~> 1.0)
71+
uri (1.0.2)
7072
waterdrop (2.7.4)
7173
karafka-core (>= 2.4.3, < 3.0.0)
7274
karafka-rdkafka (>= 0.15.1)

Diff for: 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', '1.7.3'
1010

1111
group :development, :test do

Diff for: v2.4-rails/Gemfile.lock

+69-70
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)
5-
actionpack (= 7.2.2)
6-
activesupport (= 7.2.2)
4+
actioncable (8.0.0)
5+
actionpack (= 8.0.0)
6+
activesupport (= 8.0.0)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.2.2)
11-
actionpack (= 7.2.2)
12-
activejob (= 7.2.2)
13-
activerecord (= 7.2.2)
14-
activestorage (= 7.2.2)
15-
activesupport (= 7.2.2)
10+
actionmailbox (8.0.0)
11+
actionpack (= 8.0.0)
12+
activejob (= 8.0.0)
13+
activerecord (= 8.0.0)
14+
activestorage (= 8.0.0)
15+
activesupport (= 8.0.0)
1616
mail (>= 2.8.0)
17-
actionmailer (7.2.2)
18-
actionpack (= 7.2.2)
19-
actionview (= 7.2.2)
20-
activejob (= 7.2.2)
21-
activesupport (= 7.2.2)
17+
actionmailer (8.0.0)
18+
actionpack (= 8.0.0)
19+
actionview (= 8.0.0)
20+
activejob (= 8.0.0)
21+
activesupport (= 8.0.0)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.2)
25-
actionview (= 7.2.2)
26-
activesupport (= 7.2.2)
24+
actionpack (8.0.0)
25+
actionview (= 8.0.0)
26+
activesupport (= 8.0.0)
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)
36-
actionpack (= 7.2.2)
37-
activerecord (= 7.2.2)
38-
activestorage (= 7.2.2)
39-
activesupport (= 7.2.2)
34+
actiontext (8.0.0)
35+
actionpack (= 8.0.0)
36+
activerecord (= 8.0.0)
37+
activestorage (= 8.0.0)
38+
activesupport (= 8.0.0)
4039
globalid (>= 0.6.0)
4140
nokogiri (>= 1.8.5)
42-
actionview (7.2.2)
43-
activesupport (= 7.2.2)
41+
actionview (8.0.0)
42+
activesupport (= 8.0.0)
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)
49-
activesupport (= 7.2.2)
47+
activejob (8.0.0)
48+
activesupport (= 8.0.0)
5049
globalid (>= 0.3.6)
51-
activemodel (7.2.2)
52-
activesupport (= 7.2.2)
53-
activerecord (7.2.2)
54-
activemodel (= 7.2.2)
55-
activesupport (= 7.2.2)
50+
activemodel (8.0.0)
51+
activesupport (= 8.0.0)
52+
activerecord (8.0.0)
53+
activemodel (= 8.0.0)
54+
activesupport (= 8.0.0)
5655
timeout (>= 0.4.0)
57-
activestorage (7.2.2)
58-
actionpack (= 7.2.2)
59-
activejob (= 7.2.2)
60-
activerecord (= 7.2.2)
61-
activesupport (= 7.2.2)
56+
activestorage (8.0.0)
57+
actionpack (= 8.0.0)
58+
activejob (= 8.0.0)
59+
activerecord (= 8.0.0)
60+
activesupport (= 8.0.0)
6261
marcel (~> 1.0)
63-
activesupport (7.2.2)
62+
activesupport (8.0.0)
6463
base64
6564
benchmark (>= 0.3)
6665
bigdecimal
@@ -72,14 +71,15 @@ 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)
76-
benchmark (0.3.0)
76+
benchmark (0.4.0)
7777
bigdecimal (3.1.8)
7878
builder (3.3.0)
7979
concurrent-ruby (1.3.4)
8080
connection_pool (2.4.1)
8181
crass (1.0.6)
82-
date (3.3.4)
82+
date (3.4.0)
8383
diff-lcs (1.5.1)
8484
drb (2.2.1)
8585
erubi (1.13.0)
@@ -120,7 +120,7 @@ GEM
120120
roda (~> 3.68, >= 3.69)
121121
tilt (~> 2.0)
122122
logger (1.6.1)
123-
loofah (2.22.0)
123+
loofah (2.23.1)
124124
crass (~> 1.0.2)
125125
nokogiri (>= 1.12.0)
126126
mail (2.8.1)
@@ -130,9 +130,9 @@ GEM
130130
net-smtp
131131
marcel (1.0.4)
132132
mini_mime (1.1.5)
133-
mini_portile2 (2.8.7)
133+
mini_portile2 (2.8.8)
134134
minitest (5.25.1)
135-
net-imap (0.4.17)
135+
net-imap (0.5.1)
136136
date
137137
net-protocol
138138
net-pop (0.1.2)
@@ -157,7 +157,7 @@ GEM
157157
racc (~> 1.4)
158158
nokogiri (1.16.7-x86_64-linux)
159159
racc (~> 1.4)
160-
psych (5.1.2)
160+
psych (5.2.0)
161161
stringio
162162
puma (6.4.3)
163163
nio4r (~> 2.0)
@@ -167,33 +167,32 @@ GEM
167167
rack (>= 3.0.0)
168168
rack-test (2.1.0)
169169
rack (>= 1.3)
170-
rackup (2.1.0)
170+
rackup (2.2.1)
171171
rack (>= 3)
172-
webrick (~> 1.8)
173-
rails (7.2.2)
174-
actioncable (= 7.2.2)
175-
actionmailbox (= 7.2.2)
176-
actionmailer (= 7.2.2)
177-
actionpack (= 7.2.2)
178-
actiontext (= 7.2.2)
179-
actionview (= 7.2.2)
180-
activejob (= 7.2.2)
181-
activemodel (= 7.2.2)
182-
activerecord (= 7.2.2)
183-
activestorage (= 7.2.2)
184-
activesupport (= 7.2.2)
172+
rails (8.0.0)
173+
actioncable (= 8.0.0)
174+
actionmailbox (= 8.0.0)
175+
actionmailer (= 8.0.0)
176+
actionpack (= 8.0.0)
177+
actiontext (= 8.0.0)
178+
actionview (= 8.0.0)
179+
activejob (= 8.0.0)
180+
activemodel (= 8.0.0)
181+
activerecord (= 8.0.0)
182+
activestorage (= 8.0.0)
183+
activesupport (= 8.0.0)
185184
bundler (>= 1.15.0)
186-
railties (= 7.2.2)
185+
railties (= 8.0.0)
187186
rails-dom-testing (2.2.0)
188187
activesupport (>= 5.0.0)
189188
minitest
190189
nokogiri (>= 1.6)
191190
rails-html-sanitizer (1.6.0)
192191
loofah (~> 2.21)
193192
nokogiri (~> 1.14)
194-
railties (7.2.2)
195-
actionpack (= 7.2.2)
196-
activesupport (= 7.2.2)
193+
railties (8.0.0)
194+
actionpack (= 8.0.0)
195+
activesupport (= 8.0.0)
197196
irb (~> 1.13)
198197
rackup (>= 1.0.0)
199198
rake (>= 12.2)
@@ -202,7 +201,7 @@ GEM
202201
rake (13.2.1)
203202
rdoc (6.7.0)
204203
psych (>= 4.0.0)
205-
reline (0.5.10)
204+
reline (0.5.11)
206205
io-console (~> 0.5)
207206
roda (3.83.0)
208207
rack
@@ -219,7 +218,7 @@ GEM
219218
diff-lcs (>= 1.2.0, < 2.0)
220219
rspec-support (~> 3.13.0)
221220
rspec-support (3.13.1)
222-
securerandom (0.3.1)
221+
securerandom (0.3.2)
223222
sqlite3 (1.7.3)
224223
mini_portile2 (~> 2.8.0)
225224
sqlite3 (1.7.3-aarch64-linux)
@@ -228,22 +227,22 @@ GEM
228227
sqlite3 (1.7.3-x86-linux)
229228
sqlite3 (1.7.3-x86_64-darwin)
230229
sqlite3 (1.7.3-x86_64-linux)
231-
stringio (3.1.1)
230+
stringio (3.1.2)
232231
thor (1.3.2)
233232
tilt (2.4.0)
234-
timeout (0.4.1)
233+
timeout (0.4.2)
235234
tzinfo (2.0.6)
236235
concurrent-ruby (~> 1.0)
236+
uri (1.0.2)
237237
useragent (0.16.10)
238238
waterdrop (2.7.4)
239239
karafka-core (>= 2.4.3, < 3.0.0)
240240
karafka-rdkafka (>= 0.15.1)
241241
zeitwerk (~> 2.3)
242-
webrick (1.8.2)
243242
websocket-driver (0.7.6)
244243
websocket-extensions (>= 0.1.0)
245244
websocket-extensions (0.1.5)
246-
zeitwerk (2.6.18)
245+
zeitwerk (2.7.1)
247246

248247
PLATFORMS
249248
aarch64-linux
@@ -259,7 +258,7 @@ DEPENDENCIES
259258
karafka-testing
260259
karafka-web
261260
puma
262-
rails (~> 7.1)
261+
rails (~> 8.0)
263262
rspec
264263
sqlite3 (= 1.7.3)
265264

0 commit comments

Comments
 (0)