Skip to content

Commit 65731e7

Browse files
Update Ruby on Rails packages to v8
1 parent 8f885b4 commit 65731e7

File tree

3 files changed

+88
-81
lines changed

3 files changed

+88
-81
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.0)
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.1)
@@ -69,7 +69,7 @@ GEM
6969
diff-lcs (>= 1.2.0, < 2.0)
7070
rspec-support (~> 3.13.0)
7171
rspec-support (3.13.4)
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: 79 additions & 73 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.0)
7+
actionpack (= 8.1.0)
8+
activesupport (= 8.1.0)
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.0)
13+
actionpack (= 8.1.0)
14+
activejob (= 8.1.0)
15+
activerecord (= 8.1.0)
16+
activestorage (= 8.1.0)
17+
activesupport (= 8.1.0)
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.0)
20+
actionpack (= 8.1.0)
21+
actionview (= 8.1.0)
22+
activejob (= 8.1.0)
23+
activesupport (= 8.1.0)
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.0)
27+
actionview (= 8.1.0)
28+
activesupport (= 8.1.0)
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.0)
37+
action_text-trix (~> 2.1.15)
38+
actionpack (= 8.1.0)
39+
activerecord (= 8.1.0)
40+
activestorage (= 8.1.0)
41+
activesupport (= 8.1.0)
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.0)
45+
activesupport (= 8.1.0)
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.0)
51+
activesupport (= 8.1.0)
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.0)
54+
activesupport (= 8.1.0)
55+
activerecord (8.1.0)
56+
activemodel (= 8.1.0)
57+
activesupport (= 8.1.0)
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.0)
60+
actionpack (= 8.1.0)
61+
activejob (= 8.1.0)
62+
activerecord (= 8.1.0)
63+
activesupport (= 8.1.0)
6264
marcel (~> 1.0)
63-
activesupport (7.2.2.2)
65+
activesupport (8.1.0)
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.1)
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)
@@ -152,11 +154,11 @@ GEM
152154
net-imap
153155
net-pop
154156
net-smtp
155-
marcel (1.0.4)
157+
marcel (1.1.0)
156158
mini_mime (1.1.5)
157159
mini_portile2 (2.8.9)
158-
minitest (5.25.5)
159-
net-imap (0.5.10)
160+
minitest (5.26.0)
161+
net-imap (0.5.12)
160162
date
161163
net-protocol
162164
net-pop (0.1.2)
@@ -166,20 +168,20 @@ GEM
166168
net-smtp (0.5.1)
167169
net-protocol
168170
nio4r (2.7.4)
169-
nokogiri (1.18.9)
171+
nokogiri (1.18.10)
170172
mini_portile2 (~> 2.8.2)
171173
racc (~> 1.4)
172-
nokogiri (1.18.9-aarch64-linux-gnu)
174+
nokogiri (1.18.10-aarch64-linux-gnu)
173175
racc (~> 1.4)
174-
nokogiri (1.18.9-arm-linux-gnu)
176+
nokogiri (1.18.10-arm-linux-gnu)
175177
racc (~> 1.4)
176-
nokogiri (1.18.9-arm64-darwin)
178+
nokogiri (1.18.10-arm64-darwin)
177179
racc (~> 1.4)
178-
nokogiri (1.18.9-x86_64-darwin)
180+
nokogiri (1.18.10-x86_64-darwin)
179181
racc (~> 1.4)
180-
nokogiri (1.18.9-x86_64-linux-gnu)
182+
nokogiri (1.18.10-x86_64-linux-gnu)
181183
racc (~> 1.4)
182-
pp (0.6.2)
184+
pp (0.6.3)
183185
prettyprint
184186
prettyprint (0.2.0)
185187
psych (5.2.6)
@@ -188,47 +190,49 @@ GEM
188190
puma (7.1.0)
189191
nio4r (~> 2.0)
190192
racc (1.8.1)
191-
rack (3.1.18)
193+
rack (3.2.3)
192194
rack-session (2.1.1)
193195
base64 (>= 0.1.0)
194196
rack (>= 3.0.0)
195197
rack-test (2.2.0)
196198
rack (>= 1.3)
197199
rackup (2.2.1)
198200
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)
201+
rails (8.1.0)
202+
actioncable (= 8.1.0)
203+
actionmailbox (= 8.1.0)
204+
actionmailer (= 8.1.0)
205+
actionpack (= 8.1.0)
206+
actiontext (= 8.1.0)
207+
actionview (= 8.1.0)
208+
activejob (= 8.1.0)
209+
activemodel (= 8.1.0)
210+
activerecord (= 8.1.0)
211+
activestorage (= 8.1.0)
212+
activesupport (= 8.1.0)
211213
bundler (>= 1.15.0)
212-
railties (= 7.2.2.2)
214+
railties (= 8.1.0)
213215
rails-dom-testing (2.3.0)
214216
activesupport (>= 5.0.0)
215217
minitest
216218
nokogiri (>= 1.6)
217219
rails-html-sanitizer (1.6.2)
218220
loofah (~> 2.21)
219221
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)
222+
railties (8.1.0)
223+
actionpack (= 8.1.0)
224+
activesupport (= 8.1.0)
223225
irb (~> 1.13)
224226
rackup (>= 1.0.0)
225227
rake (>= 12.2)
226228
thor (~> 1.0, >= 1.2.2)
229+
tsort (>= 0.2)
227230
zeitwerk (~> 2.6)
228231
rake (13.3.0)
229-
rdoc (6.14.2)
232+
rdoc (6.15.0)
230233
erb
231234
psych (>= 4.0.0)
235+
tsort
232236
reline (0.6.2)
233237
io-console (~> 0.5)
234238
roda (3.93.0)
@@ -259,8 +263,10 @@ GEM
259263
thor (1.4.0)
260264
tilt (2.6.1)
261265
timeout (0.4.3)
266+
tsort (0.2.0)
262267
tzinfo (2.0.6)
263268
concurrent-ruby (~> 1.0)
269+
uri (1.0.4)
264270
useragent (0.16.11)
265271
waterdrop (2.8.11)
266272
karafka-core (>= 2.4.9, < 3.0.0)
@@ -286,7 +292,7 @@ DEPENDENCIES
286292
karafka-testing
287293
karafka-web
288294
puma
289-
rails (~> 7.2)
295+
rails (~> 8.0)
290296
rspec
291297
sqlite3 (= 2.7.4)
292298

0 commit comments

Comments
 (0)