Skip to content

Commit dc00cc7

Browse files
Update Ruby on Rails packages to v8
1 parent e199683 commit dc00cc7

File tree

3 files changed

+90
-82
lines changed

3 files changed

+90
-82
lines changed

v2.5-non-rails/Gemfile.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.2.2.2)
4+
activesupport (8.1.1)
55
base64
6-
benchmark (>= 0.3)
76
bigdecimal
87
concurrent-ruby (~> 1.0, >= 1.3.1)
98
connection_pool (>= 2.2.5)
109
drb
1110
i18n (>= 1.6, < 2)
11+
json
1212
logger (>= 1.4.2)
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+
bigdecimal (3.3.1)
1919
byebug (12.0.0)
2020
concurrent-ruby (1.3.5)
21-
connection_pool (2.4.1)
21+
connection_pool (2.5.4)
2222
diff-lcs (1.5.1)
2323
docile (1.4.0)
2424
drb (2.2.3)
@@ -53,7 +53,7 @@ GEM
5353
waterdrop (>= 2.8.0)
5454
logger (1.7.0)
5555
mini_portile2 (2.8.9)
56-
minitest (5.25.5)
56+
minitest (5.26.0)
5757
rake (13.3.0)
5858
rexml (3.4.4)
5959
rspec (3.13.2)
@@ -69,7 +69,7 @@ GEM
6969
diff-lcs (>= 1.2.0, < 2.0)
7070
rspec-support (~> 3.13.0)
7171
rspec-support (3.13.6)
72-
securerandom (0.3.2)
72+
securerandom (0.4.1)
7373
simplecov (0.22.0)
7474
docile (~> 1.1)
7575
simplecov-html (~> 0.11)
@@ -78,6 +78,7 @@ GEM
7878
simplecov_json_formatter (0.1.4)
7979
tzinfo (2.0.6)
8080
concurrent-ruby (~> 1.0)
81+
uri (1.0.4)
8182
waterdrop (2.8.11)
8283
karafka-core (>= 2.4.9, < 3.0.0)
8384
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: 81 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,90 @@
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+
action_text-trix (2.1.15)
5+
railties
6+
actioncable (8.1.1)
7+
actionpack (= 8.1.1)
8+
activesupport (= 8.1.1)
79
nio4r (~> 2.0)
810
websocket-driver (>= 0.6.1)
911
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)
12+
actionmailbox (8.1.1)
13+
actionpack (= 8.1.1)
14+
activejob (= 8.1.1)
15+
activerecord (= 8.1.1)
16+
activestorage (= 8.1.1)
17+
activesupport (= 8.1.1)
1618
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)
19+
actionmailer (8.1.1)
20+
actionpack (= 8.1.1)
21+
actionview (= 8.1.1)
22+
activejob (= 8.1.1)
23+
activesupport (= 8.1.1)
2224
mail (>= 2.8.0)
2325
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.2.2)
25-
actionview (= 7.2.2.2)
26-
activesupport (= 7.2.2.2)
26+
actionpack (8.1.1)
27+
actionview (= 8.1.1)
28+
activesupport (= 8.1.1)
2729
nokogiri (>= 1.8.5)
28-
racc
29-
rack (>= 2.2.4, < 3.2)
30+
rack (>= 2.2.4)
3031
rack-session (>= 1.0.1)
3132
rack-test (>= 0.6.3)
3233
rails-dom-testing (~> 2.2)
3334
rails-html-sanitizer (~> 1.6)
3435
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)
36+
actiontext (8.1.1)
37+
action_text-trix (~> 2.1.15)
38+
actionpack (= 8.1.1)
39+
activerecord (= 8.1.1)
40+
activestorage (= 8.1.1)
41+
activesupport (= 8.1.1)
4042
globalid (>= 0.6.0)
4143
nokogiri (>= 1.8.5)
42-
actionview (7.2.2.2)
43-
activesupport (= 7.2.2.2)
44+
actionview (8.1.1)
45+
activesupport (= 8.1.1)
4446
builder (~> 3.1)
4547
erubi (~> 1.11)
4648
rails-dom-testing (~> 2.2)
4749
rails-html-sanitizer (~> 1.6)
48-
activejob (7.2.2.2)
49-
activesupport (= 7.2.2.2)
50+
activejob (8.1.1)
51+
activesupport (= 8.1.1)
5052
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)
53+
activemodel (8.1.1)
54+
activesupport (= 8.1.1)
55+
activerecord (8.1.1)
56+
activemodel (= 8.1.1)
57+
activesupport (= 8.1.1)
5658
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)
59+
activestorage (8.1.1)
60+
actionpack (= 8.1.1)
61+
activejob (= 8.1.1)
62+
activerecord (= 8.1.1)
63+
activesupport (= 8.1.1)
6264
marcel (~> 1.0)
63-
activesupport (7.2.2.2)
65+
activesupport (8.1.1)
6466
base64
65-
benchmark (>= 0.3)
6667
bigdecimal
6768
concurrent-ruby (~> 1.0, >= 1.3.1)
6869
connection_pool (>= 2.2.5)
6970
drb
7071
i18n (>= 1.6, < 2)
72+
json
7173
logger (>= 1.4.2)
7274
minitest (>= 5.1)
7375
securerandom (>= 0.3)
7476
tzinfo (~> 2.0, >= 2.0.5)
77+
uri (>= 0.13.1)
7578
base64 (0.3.0)
76-
benchmark (0.4.1)
77-
bigdecimal (3.2.3)
79+
bigdecimal (3.3.1)
7880
builder (3.3.0)
7981
concurrent-ruby (1.3.5)
8082
connection_pool (2.5.4)
8183
crass (1.0.6)
8284
date (3.4.1)
8385
diff-lcs (1.5.1)
8486
drb (2.2.3)
85-
erb (5.0.2)
87+
erb (5.1.3)
8688
erubi (1.13.1)
8789
ffi (1.17.2)
8890
ffi (1.17.2-aarch64-linux-gnu)
@@ -91,7 +93,7 @@ GEM
9193
ffi (1.17.2-x86-linux-gnu)
9294
ffi (1.17.2-x86_64-darwin)
9395
ffi (1.17.2-x86_64-linux-gnu)
94-
globalid (1.2.1)
96+
globalid (1.3.0)
9597
activesupport (>= 6.1)
9698
i18n (1.14.7)
9799
concurrent-ruby (~> 1.0)
@@ -147,16 +149,17 @@ GEM
147149
loofah (2.24.1)
148150
crass (~> 1.0.2)
149151
nokogiri (>= 1.12.0)
150-
mail (2.8.1)
152+
mail (2.9.0)
153+
logger
151154
mini_mime (>= 0.1.1)
152155
net-imap
153156
net-pop
154157
net-smtp
155-
marcel (1.0.4)
158+
marcel (1.1.0)
156159
mini_mime (1.1.5)
157160
mini_portile2 (2.8.9)
158-
minitest (5.25.5)
159-
net-imap (0.5.10)
161+
minitest (5.26.0)
162+
net-imap (0.5.12)
160163
date
161164
net-protocol
162165
net-pop (0.1.2)
@@ -166,20 +169,20 @@ GEM
166169
net-smtp (0.5.1)
167170
net-protocol
168171
nio4r (2.7.4)
169-
nokogiri (1.18.9)
172+
nokogiri (1.18.10)
170173
mini_portile2 (~> 2.8.2)
171174
racc (~> 1.4)
172-
nokogiri (1.18.9-aarch64-linux-gnu)
175+
nokogiri (1.18.10-aarch64-linux-gnu)
173176
racc (~> 1.4)
174-
nokogiri (1.18.9-arm-linux-gnu)
177+
nokogiri (1.18.10-arm-linux-gnu)
175178
racc (~> 1.4)
176-
nokogiri (1.18.9-arm64-darwin)
179+
nokogiri (1.18.10-arm64-darwin)
177180
racc (~> 1.4)
178-
nokogiri (1.18.9-x86_64-darwin)
181+
nokogiri (1.18.10-x86_64-darwin)
179182
racc (~> 1.4)
180-
nokogiri (1.18.9-x86_64-linux-gnu)
183+
nokogiri (1.18.10-x86_64-linux-gnu)
181184
racc (~> 1.4)
182-
pp (0.6.2)
185+
pp (0.6.3)
183186
prettyprint
184187
prettyprint (0.2.0)
185188
psych (5.2.6)
@@ -188,47 +191,49 @@ GEM
188191
puma (7.1.0)
189192
nio4r (~> 2.0)
190193
racc (1.8.1)
191-
rack (3.1.18)
194+
rack (3.2.3)
192195
rack-session (2.1.1)
193196
base64 (>= 0.1.0)
194197
rack (>= 3.0.0)
195198
rack-test (2.2.0)
196199
rack (>= 1.3)
197200
rackup (2.2.1)
198201
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)
202+
rails (8.1.1)
203+
actioncable (= 8.1.1)
204+
actionmailbox (= 8.1.1)
205+
actionmailer (= 8.1.1)
206+
actionpack (= 8.1.1)
207+
actiontext (= 8.1.1)
208+
actionview (= 8.1.1)
209+
activejob (= 8.1.1)
210+
activemodel (= 8.1.1)
211+
activerecord (= 8.1.1)
212+
activestorage (= 8.1.1)
213+
activesupport (= 8.1.1)
211214
bundler (>= 1.15.0)
212-
railties (= 7.2.2.2)
215+
railties (= 8.1.1)
213216
rails-dom-testing (2.3.0)
214217
activesupport (>= 5.0.0)
215218
minitest
216219
nokogiri (>= 1.6)
217220
rails-html-sanitizer (1.6.2)
218221
loofah (~> 2.21)
219222
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)
223+
railties (8.1.1)
224+
actionpack (= 8.1.1)
225+
activesupport (= 8.1.1)
223226
irb (~> 1.13)
224227
rackup (>= 1.0.0)
225228
rake (>= 12.2)
226229
thor (~> 1.0, >= 1.2.2)
230+
tsort (>= 0.2)
227231
zeitwerk (~> 2.6)
228232
rake (13.3.0)
229-
rdoc (6.14.2)
233+
rdoc (6.15.0)
230234
erb
231235
psych (>= 4.0.0)
236+
tsort
232237
reline (0.6.2)
233238
io-console (~> 0.5)
234239
roda (3.93.0)
@@ -259,8 +264,10 @@ GEM
259264
thor (1.4.0)
260265
tilt (2.6.1)
261266
timeout (0.4.3)
267+
tsort (0.2.0)
262268
tzinfo (2.0.6)
263269
concurrent-ruby (~> 1.0)
270+
uri (1.0.4)
264271
useragent (0.16.11)
265272
waterdrop (2.8.11)
266273
karafka-core (>= 2.4.9, < 3.0.0)
@@ -286,7 +293,7 @@ DEPENDENCIES
286293
karafka-testing
287294
karafka-web
288295
puma
289-
rails (~> 7.2)
296+
rails (~> 8.0)
290297
rspec
291298
sqlite3 (= 2.7.4)
292299

0 commit comments

Comments
 (0)