Skip to content

Commit ab09d43

Browse files
Update Ruby on Rails packages to v8
1 parent ee459a9 commit ab09d43

File tree

3 files changed

+81
-79
lines changed

3 files changed

+81
-79
lines changed

v2.4-non-rails/Gemfile.lock

+7-5
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)
@@ -40,9 +41,9 @@ GEM
4041
karafka-testing (2.4.6)
4142
karafka (>= 2.4.0, < 2.5.0)
4243
waterdrop (>= 2.7.0)
43-
logger (1.6.1)
44+
logger (1.6.2)
4445
mini_portile2 (2.8.8)
45-
minitest (5.25.1)
46+
minitest (5.25.4)
4647
rake (13.2.1)
4748
rexml (3.3.9)
4849
rspec (3.13.0)
@@ -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.4.0)
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)

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.4.0'
1010

1111
group :development, :test do

v2.4-rails/Gemfile.lock

+73-73
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.1)
8383
diff-lcs (1.5.1)
8484
drb (2.2.1)
8585
erubi (1.13.0)
@@ -94,7 +94,7 @@ GEM
9494
activesupport (>= 6.1)
9595
i18n (1.14.6)
9696
concurrent-ruby (~> 1.0)
97-
io-console (0.7.2)
97+
io-console (0.8.0)
9898
irb (1.14.1)
9999
rdoc (>= 4.0.0)
100100
reline (>= 0.4.2)
@@ -119,7 +119,7 @@ GEM
119119
karafka-core (>= 2.4.0, < 2.5.0)
120120
roda (~> 3.68, >= 3.69)
121121
tilt (~> 2.0)
122-
logger (1.6.1)
122+
logger (1.6.2)
123123
loofah (2.23.1)
124124
crass (~> 1.0.2)
125125
nokogiri (>= 1.12.0)
@@ -131,8 +131,8 @@ GEM
131131
marcel (1.0.4)
132132
mini_mime (1.1.5)
133133
mini_portile2 (2.8.8)
134-
minitest (5.25.1)
135-
net-imap (0.4.17)
134+
minitest (5.25.4)
135+
net-imap (0.5.1)
136136
date
137137
net-protocol
138138
net-pop (0.1.2)
@@ -157,7 +157,8 @@ GEM
157157
racc (~> 1.4)
158158
nokogiri (1.16.8-x86_64-linux)
159159
racc (~> 1.4)
160-
psych (5.1.2)
160+
psych (5.2.1)
161+
date
161162
stringio
162163
puma (6.5.0)
163164
nio4r (~> 2.0)
@@ -167,42 +168,41 @@ GEM
167168
rack (>= 3.0.0)
168169
rack-test (2.1.0)
169170
rack (>= 1.3)
170-
rackup (2.1.0)
171+
rackup (2.2.1)
171172
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)
173+
rails (8.0.0)
174+
actioncable (= 8.0.0)
175+
actionmailbox (= 8.0.0)
176+
actionmailer (= 8.0.0)
177+
actionpack (= 8.0.0)
178+
actiontext (= 8.0.0)
179+
actionview (= 8.0.0)
180+
activejob (= 8.0.0)
181+
activemodel (= 8.0.0)
182+
activerecord (= 8.0.0)
183+
activestorage (= 8.0.0)
184+
activesupport (= 8.0.0)
185185
bundler (>= 1.15.0)
186-
railties (= 7.2.2)
186+
railties (= 8.0.0)
187187
rails-dom-testing (2.2.0)
188188
activesupport (>= 5.0.0)
189189
minitest
190190
nokogiri (>= 1.6)
191191
rails-html-sanitizer (1.6.1)
192192
loofah (~> 2.21)
193193
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)
195-
actionpack (= 7.2.2)
196-
activesupport (= 7.2.2)
194+
railties (8.0.0)
195+
actionpack (= 8.0.0)
196+
activesupport (= 8.0.0)
197197
irb (~> 1.13)
198198
rackup (>= 1.0.0)
199199
rake (>= 12.2)
200200
thor (~> 1.0, >= 1.2.2)
201201
zeitwerk (~> 2.6)
202202
rake (13.2.1)
203-
rdoc (6.7.0)
203+
rdoc (6.8.1)
204204
psych (>= 4.0.0)
205-
reline (0.5.10)
205+
reline (0.5.12)
206206
io-console (~> 0.5)
207207
roda (3.83.0)
208208
rack
@@ -219,7 +219,7 @@ GEM
219219
diff-lcs (>= 1.2.0, < 2.0)
220220
rspec-support (~> 3.13.0)
221221
rspec-support (3.13.1)
222-
securerandom (0.3.1)
222+
securerandom (0.4.0)
223223
sqlite3 (2.4.0)
224224
mini_portile2 (~> 2.8.0)
225225
sqlite3 (2.4.0-aarch64-linux-gnu)
@@ -228,22 +228,22 @@ GEM
228228
sqlite3 (2.4.0-x86-linux-gnu)
229229
sqlite3 (2.4.0-x86_64-darwin)
230230
sqlite3 (2.4.0-x86_64-linux-gnu)
231-
stringio (3.1.1)
231+
stringio (3.1.2)
232232
thor (1.3.2)
233233
tilt (2.4.0)
234-
timeout (0.4.1)
234+
timeout (0.4.2)
235235
tzinfo (2.0.6)
236236
concurrent-ruby (~> 1.0)
237-
useragent (0.16.10)
237+
uri (1.0.2)
238+
useragent (0.16.11)
238239
waterdrop (2.7.4)
239240
karafka-core (>= 2.4.3, < 3.0.0)
240241
karafka-rdkafka (>= 0.15.1)
241242
zeitwerk (~> 2.3)
242-
webrick (1.8.2)
243243
websocket-driver (0.7.6)
244244
websocket-extensions (>= 0.1.0)
245245
websocket-extensions (0.1.5)
246-
zeitwerk (2.6.18)
246+
zeitwerk (2.7.1)
247247

248248
PLATFORMS
249249
aarch64-linux
@@ -259,7 +259,7 @@ DEPENDENCIES
259259
karafka-testing
260260
karafka-web
261261
puma
262-
rails (~> 7.1)
262+
rails (~> 8.0)
263263
rspec
264264
sqlite3 (= 2.4.0)
265265

0 commit comments

Comments
 (0)