Skip to content

Commit cc5e20e

Browse files
Update Ruby on Rails packages to v8
1 parent e31b7c8 commit cc5e20e

File tree

3 files changed

+89
-89
lines changed

3 files changed

+89
-89
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.1)
4+
activesupport (8.0.1)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
@@ -13,9 +13,10 @@ 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-
bigdecimal (3.1.8)
18+
benchmark (0.4.0)
19+
bigdecimal (3.1.9)
1920
byebug (11.1.3)
2021
concurrent-ruby (1.3.4)
2122
connection_pool (2.4.1)
@@ -39,7 +40,7 @@ GEM
3940
karafka-testing (2.4.6)
4041
karafka (>= 2.4.0, < 2.5.0)
4142
waterdrop (>= 2.7.0)
42-
logger (1.6.3)
43+
logger (1.6.4)
4344
mini_portile2 (2.8.8)
4445
minitest (5.25.4)
4546
rake (13.2.1)
@@ -57,7 +58,7 @@ GEM
5758
diff-lcs (>= 1.2.0, < 2.0)
5859
rspec-support (~> 3.13.0)
5960
rspec-support (3.13.1)
60-
securerandom (0.3.2)
61+
securerandom (0.4.1)
6162
simplecov (0.22.0)
6263
docile (~> 1.1)
6364
simplecov-html (~> 0.11)
@@ -66,6 +67,7 @@ GEM
6667
simplecov_json_formatter (0.1.4)
6768
tzinfo (2.0.6)
6869
concurrent-ruby (~> 1.0)
70+
uri (1.0.2)
6971
waterdrop (2.7.4)
7072
karafka-core (>= 2.4.3, < 3.0.0)
7173
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.5.0'
1010

1111
group :development, :test do

v2.4-rails/Gemfile.lock

+81-83
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.1)
5-
actionpack (= 7.2.2.1)
6-
activesupport (= 7.2.2.1)
4+
actioncable (8.0.1)
5+
actionpack (= 8.0.1)
6+
activesupport (= 8.0.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.2.2.1)
11-
actionpack (= 7.2.2.1)
12-
activejob (= 7.2.2.1)
13-
activerecord (= 7.2.2.1)
14-
activestorage (= 7.2.2.1)
15-
activesupport (= 7.2.2.1)
10+
actionmailbox (8.0.1)
11+
actionpack (= 8.0.1)
12+
activejob (= 8.0.1)
13+
activerecord (= 8.0.1)
14+
activestorage (= 8.0.1)
15+
activesupport (= 8.0.1)
1616
mail (>= 2.8.0)
17-
actionmailer (7.2.2.1)
18-
actionpack (= 7.2.2.1)
19-
actionview (= 7.2.2.1)
20-
activejob (= 7.2.2.1)
21-
activesupport (= 7.2.2.1)
17+
actionmailer (8.0.1)
18+
actionpack (= 8.0.1)
19+
actionview (= 8.0.1)
20+
activejob (= 8.0.1)
21+
activesupport (= 8.0.1)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.2.1)
25-
actionview (= 7.2.2.1)
26-
activesupport (= 7.2.2.1)
24+
actionpack (8.0.1)
25+
actionview (= 8.0.1)
26+
activesupport (= 8.0.1)
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.1)
36-
actionpack (= 7.2.2.1)
37-
activerecord (= 7.2.2.1)
38-
activestorage (= 7.2.2.1)
39-
activesupport (= 7.2.2.1)
34+
actiontext (8.0.1)
35+
actionpack (= 8.0.1)
36+
activerecord (= 8.0.1)
37+
activestorage (= 8.0.1)
38+
activesupport (= 8.0.1)
4039
globalid (>= 0.6.0)
4140
nokogiri (>= 1.8.5)
42-
actionview (7.2.2.1)
43-
activesupport (= 7.2.2.1)
41+
actionview (8.0.1)
42+
activesupport (= 8.0.1)
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.1)
49-
activesupport (= 7.2.2.1)
47+
activejob (8.0.1)
48+
activesupport (= 8.0.1)
5049
globalid (>= 0.3.6)
51-
activemodel (7.2.2.1)
52-
activesupport (= 7.2.2.1)
53-
activerecord (7.2.2.1)
54-
activemodel (= 7.2.2.1)
55-
activesupport (= 7.2.2.1)
50+
activemodel (8.0.1)
51+
activesupport (= 8.0.1)
52+
activerecord (8.0.1)
53+
activemodel (= 8.0.1)
54+
activesupport (= 8.0.1)
5655
timeout (>= 0.4.0)
57-
activestorage (7.2.2.1)
58-
actionpack (= 7.2.2.1)
59-
activejob (= 7.2.2.1)
60-
activerecord (= 7.2.2.1)
61-
activesupport (= 7.2.2.1)
56+
activestorage (8.0.1)
57+
actionpack (= 8.0.1)
58+
activejob (= 8.0.1)
59+
activerecord (= 8.0.1)
60+
activesupport (= 8.0.1)
6261
marcel (~> 1.0)
63-
activesupport (7.2.2.1)
62+
activesupport (8.0.1)
6463
base64
6564
benchmark (>= 0.3)
6665
bigdecimal
@@ -72,24 +71,25 @@ 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)
7676
benchmark (0.4.0)
77-
bigdecimal (3.1.8)
77+
bigdecimal (3.1.9)
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)
85-
erubi (1.13.0)
85+
erubi (1.13.1)
8686
ffi (1.17.0)
8787
globalid (1.2.1)
8888
activesupport (>= 6.1)
8989
i18n (1.14.6)
9090
concurrent-ruby (~> 1.0)
91-
io-console (0.7.2)
92-
irb (1.14.1)
91+
io-console (0.8.0)
92+
irb (1.14.3)
9393
rdoc (>= 4.0.0)
9494
reline (>= 0.4.2)
9595
karafka (2.4.16)
@@ -114,7 +114,7 @@ GEM
114114
karafka-core (>= 2.4.0, < 2.5.0)
115115
roda (~> 3.68, >= 3.69)
116116
tilt (~> 2.0)
117-
logger (1.6.2)
117+
logger (1.6.4)
118118
loofah (2.23.1)
119119
crass (~> 1.0.2)
120120
nokogiri (>= 1.12.0)
@@ -127,7 +127,7 @@ GEM
127127
mini_mime (1.1.5)
128128
mini_portile2 (2.8.8)
129129
minitest (5.25.4)
130-
net-imap (0.4.17)
130+
net-imap (0.5.4)
131131
date
132132
net-protocol
133133
net-pop (0.1.2)
@@ -137,67 +137,65 @@ GEM
137137
net-smtp (0.5.0)
138138
net-protocol
139139
nio4r (2.7.4)
140-
nokogiri (1.17.1)
140+
nokogiri (1.18.0)
141141
mini_portile2 (~> 2.8.2)
142142
racc (~> 1.4)
143-
nokogiri (1.17.1-aarch64-linux)
143+
nokogiri (1.18.0-aarch64-linux-gnu)
144144
racc (~> 1.4)
145-
nokogiri (1.17.1-arm-linux)
145+
nokogiri (1.18.0-arm-linux-gnu)
146146
racc (~> 1.4)
147-
nokogiri (1.17.1-arm64-darwin)
147+
nokogiri (1.18.0-arm64-darwin)
148148
racc (~> 1.4)
149-
nokogiri (1.17.1-x86-linux)
149+
nokogiri (1.18.0-x86_64-darwin)
150150
racc (~> 1.4)
151-
nokogiri (1.17.1-x86_64-darwin)
151+
nokogiri (1.18.0-x86_64-linux-gnu)
152152
racc (~> 1.4)
153-
nokogiri (1.17.1-x86_64-linux)
154-
racc (~> 1.4)
155-
psych (5.1.2)
153+
psych (5.2.2)
154+
date
156155
stringio
157156
puma (6.5.0)
158157
nio4r (~> 2.0)
159158
racc (1.8.1)
160159
rack (3.1.8)
161160
rack-session (2.0.0)
162161
rack (>= 3.0.0)
163-
rack-test (2.1.0)
162+
rack-test (2.2.0)
164163
rack (>= 1.3)
165-
rackup (2.1.0)
164+
rackup (2.2.1)
166165
rack (>= 3)
167-
webrick (~> 1.8)
168-
rails (7.2.2.1)
169-
actioncable (= 7.2.2.1)
170-
actionmailbox (= 7.2.2.1)
171-
actionmailer (= 7.2.2.1)
172-
actionpack (= 7.2.2.1)
173-
actiontext (= 7.2.2.1)
174-
actionview (= 7.2.2.1)
175-
activejob (= 7.2.2.1)
176-
activemodel (= 7.2.2.1)
177-
activerecord (= 7.2.2.1)
178-
activestorage (= 7.2.2.1)
179-
activesupport (= 7.2.2.1)
166+
rails (8.0.1)
167+
actioncable (= 8.0.1)
168+
actionmailbox (= 8.0.1)
169+
actionmailer (= 8.0.1)
170+
actionpack (= 8.0.1)
171+
actiontext (= 8.0.1)
172+
actionview (= 8.0.1)
173+
activejob (= 8.0.1)
174+
activemodel (= 8.0.1)
175+
activerecord (= 8.0.1)
176+
activestorage (= 8.0.1)
177+
activesupport (= 8.0.1)
180178
bundler (>= 1.15.0)
181-
railties (= 7.2.2.1)
179+
railties (= 8.0.1)
182180
rails-dom-testing (2.2.0)
183181
activesupport (>= 5.0.0)
184182
minitest
185183
nokogiri (>= 1.6)
186-
rails-html-sanitizer (1.6.1)
184+
rails-html-sanitizer (1.6.2)
187185
loofah (~> 2.21)
188186
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)
189-
railties (7.2.2.1)
190-
actionpack (= 7.2.2.1)
191-
activesupport (= 7.2.2.1)
187+
railties (8.0.1)
188+
actionpack (= 8.0.1)
189+
activesupport (= 8.0.1)
192190
irb (~> 1.13)
193191
rackup (>= 1.0.0)
194192
rake (>= 12.2)
195193
thor (~> 1.0, >= 1.2.2)
196194
zeitwerk (~> 2.6)
197195
rake (13.2.1)
198-
rdoc (6.7.0)
196+
rdoc (6.10.0)
199197
psych (>= 4.0.0)
200-
reline (0.5.10)
198+
reline (0.6.0)
201199
io-console (~> 0.5)
202200
roda (3.83.0)
203201
rack
@@ -214,7 +212,7 @@ GEM
214212
diff-lcs (>= 1.2.0, < 2.0)
215213
rspec-support (~> 3.13.0)
216214
rspec-support (3.13.1)
217-
securerandom (0.4.0)
215+
securerandom (0.4.1)
218216
sqlite3 (2.5.0)
219217
mini_portile2 (~> 2.8.0)
220218
sqlite3 (2.5.0-aarch64-linux-gnu)
@@ -223,22 +221,22 @@ GEM
223221
sqlite3 (2.5.0-x86-linux-gnu)
224222
sqlite3 (2.5.0-x86_64-darwin)
225223
sqlite3 (2.5.0-x86_64-linux-gnu)
226-
stringio (3.1.1)
224+
stringio (3.1.2)
227225
thor (1.3.2)
228226
tilt (2.4.0)
229-
timeout (0.4.1)
227+
timeout (0.4.3)
230228
tzinfo (2.0.6)
231229
concurrent-ruby (~> 1.0)
230+
uri (1.0.2)
232231
useragent (0.16.11)
233232
waterdrop (2.7.4)
234233
karafka-core (>= 2.4.3, < 3.0.0)
235234
karafka-rdkafka (>= 0.15.1)
236235
zeitwerk (~> 2.3)
237-
webrick (1.8.2)
238236
websocket-driver (0.7.6)
239237
websocket-extensions (>= 0.1.0)
240238
websocket-extensions (0.1.5)
241-
zeitwerk (2.6.18)
239+
zeitwerk (2.7.1)
242240

243241
PLATFORMS
244242
aarch64-linux
@@ -254,7 +252,7 @@ DEPENDENCIES
254252
karafka-testing
255253
karafka-web
256254
puma
257-
rails (~> 7.1)
255+
rails (~> 8.0)
258256
rspec
259257
sqlite3 (= 2.5.0)
260258

0 commit comments

Comments
 (0)