Skip to content

Commit dba2087

Browse files
Update Ruby on Rails packages to v8
1 parent f5527e0 commit dba2087

File tree

3 files changed

+75
-70
lines changed

3 files changed

+75
-70
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.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.2.3)
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)
@@ -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.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: 67 additions & 64 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,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.3)
@@ -142,7 +142,7 @@ GEM
142142
net-imap
143143
net-pop
144144
net-smtp
145-
marcel (1.0.4)
145+
marcel (1.1.0)
146146
mini_mime (1.1.5)
147147
mini_portile2 (2.8.9)
148148
minitest (5.25.5)
@@ -156,18 +156,18 @@ GEM
156156
net-smtp (0.5.1)
157157
net-protocol
158158
nio4r (2.7.4)
159-
nokogiri (1.18.9)
159+
nokogiri (1.18.10)
160160
mini_portile2 (~> 2.8.2)
161161
racc (~> 1.4)
162-
nokogiri (1.18.9-aarch64-linux-gnu)
162+
nokogiri (1.18.10-aarch64-linux-gnu)
163163
racc (~> 1.4)
164-
nokogiri (1.18.9-arm-linux-gnu)
164+
nokogiri (1.18.10-arm-linux-gnu)
165165
racc (~> 1.4)
166-
nokogiri (1.18.9-arm64-darwin)
166+
nokogiri (1.18.10-arm64-darwin)
167167
racc (~> 1.4)
168-
nokogiri (1.18.9-x86_64-darwin)
168+
nokogiri (1.18.10-x86_64-darwin)
169169
racc (~> 1.4)
170-
nokogiri (1.18.9-x86_64-linux-gnu)
170+
nokogiri (1.18.10-x86_64-linux-gnu)
171171
racc (~> 1.4)
172172
pp (0.6.2)
173173
prettyprint
@@ -178,42 +178,43 @@ GEM
178178
puma (7.0.3)
179179
nio4r (~> 2.0)
180180
racc (1.8.1)
181-
rack (3.1.16)
181+
rack (3.2.1)
182182
rack-session (2.1.1)
183183
base64 (>= 0.1.0)
184184
rack (>= 3.0.0)
185185
rack-test (2.2.0)
186186
rack (>= 1.3)
187187
rackup (2.2.1)
188188
rack (>= 3)
189-
rails (7.2.2.2)
190-
actioncable (= 7.2.2.2)
191-
actionmailbox (= 7.2.2.2)
192-
actionmailer (= 7.2.2.2)
193-
actionpack (= 7.2.2.2)
194-
actiontext (= 7.2.2.2)
195-
actionview (= 7.2.2.2)
196-
activejob (= 7.2.2.2)
197-
activemodel (= 7.2.2.2)
198-
activerecord (= 7.2.2.2)
199-
activestorage (= 7.2.2.2)
200-
activesupport (= 7.2.2.2)
189+
rails (8.0.3)
190+
actioncable (= 8.0.3)
191+
actionmailbox (= 8.0.3)
192+
actionmailer (= 8.0.3)
193+
actionpack (= 8.0.3)
194+
actiontext (= 8.0.3)
195+
actionview (= 8.0.3)
196+
activejob (= 8.0.3)
197+
activemodel (= 8.0.3)
198+
activerecord (= 8.0.3)
199+
activestorage (= 8.0.3)
200+
activesupport (= 8.0.3)
201201
bundler (>= 1.15.0)
202-
railties (= 7.2.2.2)
202+
railties (= 8.0.3)
203203
rails-dom-testing (2.3.0)
204204
activesupport (>= 5.0.0)
205205
minitest
206206
nokogiri (>= 1.6)
207207
rails-html-sanitizer (1.6.2)
208208
loofah (~> 2.21)
209209
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)
210-
railties (7.2.2.2)
211-
actionpack (= 7.2.2.2)
212-
activesupport (= 7.2.2.2)
210+
railties (8.0.3)
211+
actionpack (= 8.0.3)
212+
activesupport (= 8.0.3)
213213
irb (~> 1.13)
214214
rackup (>= 1.0.0)
215215
rake (>= 12.2)
216216
thor (~> 1.0, >= 1.2.2)
217+
tsort (>= 0.2)
217218
zeitwerk (~> 2.6)
218219
rake (13.3.0)
219220
rdoc (6.14.2)
@@ -249,8 +250,10 @@ GEM
249250
thor (1.4.0)
250251
tilt (2.6.1)
251252
timeout (0.4.3)
253+
tsort (0.2.0)
252254
tzinfo (2.0.6)
253255
concurrent-ruby (~> 1.0)
256+
uri (1.0.3)
254257
useragent (0.16.11)
255258
waterdrop (2.8.6)
256259
karafka-core (>= 2.4.9, < 3.0.0)
@@ -276,7 +279,7 @@ DEPENDENCIES
276279
karafka-testing
277280
karafka-web
278281
puma
279-
rails (~> 7.2)
282+
rails (~> 8.0)
280283
rspec
281284
sqlite3 (= 2.7.4)
282285

0 commit comments

Comments
 (0)