Skip to content

Commit c9d2f79

Browse files
Update Ruby on Rails packages to v8
1 parent 5bd5662 commit c9d2f79

File tree

3 files changed

+84
-82
lines changed

3 files changed

+84
-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.3)
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.1)
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.1.1)
8182
waterdrop (2.8.13)
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.8.0'
1010

1111
group :development, :test do

v2.5-rails/Gemfile.lock

Lines changed: 75 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,91 +1,90 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.2.3)
5-
actionpack (= 7.2.3)
6-
activesupport (= 7.2.3)
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.3)
11-
actionpack (= 7.2.3)
12-
activejob (= 7.2.3)
13-
activerecord (= 7.2.3)
14-
activestorage (= 7.2.3)
15-
activesupport (= 7.2.3)
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.3)
18-
actionpack (= 7.2.3)
19-
actionview (= 7.2.3)
20-
activejob (= 7.2.3)
21-
activesupport (= 7.2.3)
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.3)
25-
actionview (= 7.2.3)
26-
activesupport (= 7.2.3)
27-
cgi
26+
actionpack (8.1.1)
27+
actionview (= 8.1.1)
28+
activesupport (= 8.1.1)
2829
nokogiri (>= 1.8.5)
29-
racc
30-
rack (>= 2.2.4, < 3.3)
30+
rack (>= 2.2.4)
3131
rack-session (>= 1.0.1)
3232
rack-test (>= 0.6.3)
3333
rails-dom-testing (~> 2.2)
3434
rails-html-sanitizer (~> 1.6)
3535
useragent (~> 0.16)
36-
actiontext (7.2.3)
37-
actionpack (= 7.2.3)
38-
activerecord (= 7.2.3)
39-
activestorage (= 7.2.3)
40-
activesupport (= 7.2.3)
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)
4142
globalid (>= 0.6.0)
4243
nokogiri (>= 1.8.5)
43-
actionview (7.2.3)
44-
activesupport (= 7.2.3)
44+
actionview (8.1.1)
45+
activesupport (= 8.1.1)
4546
builder (~> 3.1)
46-
cgi
4747
erubi (~> 1.11)
4848
rails-dom-testing (~> 2.2)
4949
rails-html-sanitizer (~> 1.6)
50-
activejob (7.2.3)
51-
activesupport (= 7.2.3)
50+
activejob (8.1.1)
51+
activesupport (= 8.1.1)
5252
globalid (>= 0.3.6)
53-
activemodel (7.2.3)
54-
activesupport (= 7.2.3)
55-
activerecord (7.2.3)
56-
activemodel (= 7.2.3)
57-
activesupport (= 7.2.3)
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)
5858
timeout (>= 0.4.0)
59-
activestorage (7.2.3)
60-
actionpack (= 7.2.3)
61-
activejob (= 7.2.3)
62-
activerecord (= 7.2.3)
63-
activesupport (= 7.2.3)
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)
6464
marcel (~> 1.0)
65-
activesupport (7.2.3)
65+
activesupport (8.1.1)
6666
base64
67-
benchmark (>= 0.3)
6867
bigdecimal
6968
concurrent-ruby (~> 1.0, >= 1.3.1)
7069
connection_pool (>= 2.2.5)
7170
drb
7271
i18n (>= 1.6, < 2)
72+
json
7373
logger (>= 1.4.2)
7474
minitest (>= 5.1)
7575
securerandom (>= 0.3)
7676
tzinfo (~> 2.0, >= 2.0.5)
77+
uri (>= 0.13.1)
7778
base64 (0.3.0)
78-
benchmark (0.4.1)
79-
bigdecimal (3.2.3)
79+
bigdecimal (3.3.1)
8080
builder (3.3.0)
81-
cgi (0.5.0)
8281
concurrent-ruby (1.3.5)
8382
connection_pool (2.5.4)
8483
crass (1.0.6)
85-
date (3.4.1)
84+
date (3.5.0)
8685
diff-lcs (1.5.1)
8786
drb (2.2.3)
88-
erb (5.0.3)
87+
erb (5.1.3)
8988
erubi (1.13.1)
9089
ffi (1.17.2)
9190
ffi (1.17.2-aarch64-linux-gnu)
@@ -94,12 +93,12 @@ GEM
9493
ffi (1.17.2-x86-linux-gnu)
9594
ffi (1.17.2-x86_64-darwin)
9695
ffi (1.17.2-x86_64-linux-gnu)
97-
globalid (1.2.1)
96+
globalid (1.3.0)
9897
activesupport (>= 6.1)
9998
i18n (1.14.7)
10099
concurrent-ruby (~> 1.0)
101100
io-console (0.8.1)
102-
irb (1.15.2)
101+
irb (1.15.3)
103102
pp (>= 0.6.0)
104103
rdoc (>= 4.0.0)
105104
reline (>= 0.4.2)
@@ -150,15 +149,16 @@ GEM
150149
loofah (2.24.1)
151150
crass (~> 1.0.2)
152151
nokogiri (>= 1.12.0)
153-
mail (2.8.1)
152+
mail (2.9.0)
153+
logger
154154
mini_mime (>= 0.1.1)
155155
net-imap
156156
net-pop
157157
net-smtp
158-
marcel (1.0.4)
158+
marcel (1.1.0)
159159
mini_mime (1.1.5)
160160
mini_portile2 (2.8.9)
161-
minitest (5.25.5)
161+
minitest (5.26.0)
162162
net-imap (0.5.12)
163163
date
164164
net-protocol
@@ -168,7 +168,7 @@ GEM
168168
timeout
169169
net-smtp (0.5.1)
170170
net-protocol
171-
nio4r (2.7.4)
171+
nio4r (2.7.5)
172172
nokogiri (1.18.10)
173173
mini_portile2 (~> 2.8.2)
174174
racc (~> 1.4)
@@ -191,49 +191,49 @@ GEM
191191
puma (7.1.0)
192192
nio4r (~> 2.0)
193193
racc (1.8.1)
194-
rack (3.1.18)
194+
rack (3.2.4)
195195
rack-session (2.1.1)
196196
base64 (>= 0.1.0)
197197
rack (>= 3.0.0)
198198
rack-test (2.2.0)
199199
rack (>= 1.3)
200200
rackup (2.2.1)
201201
rack (>= 3)
202-
rails (7.2.3)
203-
actioncable (= 7.2.3)
204-
actionmailbox (= 7.2.3)
205-
actionmailer (= 7.2.3)
206-
actionpack (= 7.2.3)
207-
actiontext (= 7.2.3)
208-
actionview (= 7.2.3)
209-
activejob (= 7.2.3)
210-
activemodel (= 7.2.3)
211-
activerecord (= 7.2.3)
212-
activestorage (= 7.2.3)
213-
activesupport (= 7.2.3)
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)
214214
bundler (>= 1.15.0)
215-
railties (= 7.2.3)
215+
railties (= 8.1.1)
216216
rails-dom-testing (2.3.0)
217217
activesupport (>= 5.0.0)
218218
minitest
219219
nokogiri (>= 1.6)
220220
rails-html-sanitizer (1.6.2)
221221
loofah (~> 2.21)
222222
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)
223-
railties (7.2.3)
224-
actionpack (= 7.2.3)
225-
activesupport (= 7.2.3)
226-
cgi
223+
railties (8.1.1)
224+
actionpack (= 8.1.1)
225+
activesupport (= 8.1.1)
227226
irb (~> 1.13)
228227
rackup (>= 1.0.0)
229228
rake (>= 12.2)
230229
thor (~> 1.0, >= 1.2.2)
231230
tsort (>= 0.2)
232231
zeitwerk (~> 2.6)
233232
rake (13.3.1)
234-
rdoc (6.14.2)
233+
rdoc (6.15.1)
235234
erb
236235
psych (>= 4.0.0)
236+
tsort
237237
reline (0.6.2)
238238
io-console (~> 0.5)
239239
roda (3.93.0)
@@ -263,10 +263,11 @@ GEM
263263
stringio (3.1.7)
264264
thor (1.4.0)
265265
tilt (2.6.1)
266-
timeout (0.4.3)
266+
timeout (0.4.4)
267267
tsort (0.2.0)
268268
tzinfo (2.0.6)
269269
concurrent-ruby (~> 1.0)
270+
uri (1.1.1)
270271
useragent (0.16.11)
271272
waterdrop (2.8.13)
272273
karafka-core (>= 2.4.9, < 3.0.0)
@@ -292,7 +293,7 @@ DEPENDENCIES
292293
karafka-testing
293294
karafka-web
294295
puma
295-
rails (~> 7.2)
296+
rails (~> 8.0)
296297
rspec
297298
sqlite3 (= 2.8.0)
298299

0 commit comments

Comments
 (0)