Skip to content

Commit 71337bf

Browse files
committed
Update dependencies
1 parent 98acf99 commit 71337bf

File tree

2 files changed

+3859
-10818
lines changed

2 files changed

+3859
-10818
lines changed

Gemfile.lock

Lines changed: 87 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,65 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (8.0.2.1)
5-
actionpack (= 8.0.2.1)
6-
activesupport (= 8.0.2.1)
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 (8.0.2.1)
11-
actionpack (= 8.0.2.1)
12-
activejob (= 8.0.2.1)
13-
activerecord (= 8.0.2.1)
14-
activestorage (= 8.0.2.1)
15-
activesupport (= 8.0.2.1)
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 (8.0.2.1)
18-
actionpack (= 8.0.2.1)
19-
actionview (= 8.0.2.1)
20-
activejob (= 8.0.2.1)
21-
activesupport (= 8.0.2.1)
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 (8.0.2.1)
25-
actionview (= 8.0.2.1)
26-
activesupport (= 8.0.2.1)
24+
actionpack (8.0.3)
25+
actionview (= 8.0.3)
26+
activesupport (= 8.0.3)
2727
nokogiri (>= 1.8.5)
2828
rack (>= 2.2.4)
2929
rack-session (>= 1.0.1)
3030
rack-test (>= 0.6.3)
3131
rails-dom-testing (~> 2.2)
3232
rails-html-sanitizer (~> 1.6)
3333
useragent (~> 0.16)
34-
actiontext (8.0.2.1)
35-
actionpack (= 8.0.2.1)
36-
activerecord (= 8.0.2.1)
37-
activestorage (= 8.0.2.1)
38-
activesupport (= 8.0.2.1)
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)
3939
globalid (>= 0.6.0)
4040
nokogiri (>= 1.8.5)
41-
actionview (8.0.2.1)
42-
activesupport (= 8.0.2.1)
41+
actionview (8.0.3)
42+
activesupport (= 8.0.3)
4343
builder (~> 3.1)
4444
erubi (~> 1.11)
4545
rails-dom-testing (~> 2.2)
4646
rails-html-sanitizer (~> 1.6)
47-
activejob (8.0.2.1)
48-
activesupport (= 8.0.2.1)
47+
activejob (8.0.3)
48+
activesupport (= 8.0.3)
4949
globalid (>= 0.3.6)
50-
activemodel (8.0.2.1)
51-
activesupport (= 8.0.2.1)
52-
activerecord (8.0.2.1)
53-
activemodel (= 8.0.2.1)
54-
activesupport (= 8.0.2.1)
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)
5555
timeout (>= 0.4.0)
56-
activestorage (8.0.2.1)
57-
actionpack (= 8.0.2.1)
58-
activejob (= 8.0.2.1)
59-
activerecord (= 8.0.2.1)
60-
activesupport (= 8.0.2.1)
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)
6161
marcel (~> 1.0)
62-
activesupport (8.0.2.1)
62+
activesupport (8.0.3)
6363
base64
6464
benchmark (>= 0.3)
6565
bigdecimal
@@ -96,11 +96,10 @@ GEM
9696
rack-test (>= 0.6.3)
9797
regexp_parser (>= 1.5, < 3.0)
9898
xpath (~> 3.2)
99-
capybara-lockstep (2.2.3)
99+
capybara-lockstep (2.3.0)
100100
activesupport (>= 4.2)
101101
capybara (>= 3.0)
102102
ruby2_keywords
103-
selenium-webdriver (>= 4.0)
104103
childprocess (5.1.0)
105104
logger (~> 1.5)
106105
concurrent-ruby (1.3.5)
@@ -117,7 +116,7 @@ GEM
117116
ed25519 (1.4.0)
118117
erb (5.0.2)
119118
erubi (1.13.1)
120-
et-orbi (1.3.0)
119+
et-orbi (1.4.0)
121120
tzinfo
122121
factory_bot (6.5.5)
123122
activesupport (>= 6.1.0)
@@ -127,7 +126,7 @@ GEM
127126
fugit (1.11.2)
128127
et-orbi (~> 1, >= 1.2.11)
129128
raabro (~> 1.4)
130-
globalid (1.2.1)
129+
globalid (1.3.0)
131130
activesupport (>= 6.1)
132131
i18n (1.14.7)
133132
concurrent-ruby (~> 1.0)
@@ -144,7 +143,7 @@ GEM
144143
js-routes (2.3.5)
145144
railties (>= 5)
146145
sorbet-runtime
147-
json (2.13.2)
146+
json (2.15.0)
148147
kamal (2.7.0)
149148
activesupport (>= 7.0)
150149
base64 (~> 0.2)
@@ -173,13 +172,13 @@ GEM
173172
net-imap
174173
net-pop
175174
net-smtp
176-
marcel (1.0.4)
175+
marcel (1.1.0)
177176
matrix (0.4.3)
178177
mini_mime (1.1.5)
179178
minitest (5.25.5)
180179
msgpack (1.8.0)
181180
mutex_m (0.3.0)
182-
net-imap (0.5.10)
181+
net-imap (0.5.11)
183182
date
184183
net-protocol
185184
net-pop (0.1.2)
@@ -194,19 +193,19 @@ GEM
194193
net-protocol
195194
net-ssh (7.3.0)
196195
nio4r (2.7.4)
197-
nokogiri (1.18.9-aarch64-linux-gnu)
196+
nokogiri (1.18.10-aarch64-linux-gnu)
198197
racc (~> 1.4)
199-
nokogiri (1.18.9-aarch64-linux-musl)
198+
nokogiri (1.18.10-aarch64-linux-musl)
200199
racc (~> 1.4)
201-
nokogiri (1.18.9-arm-linux-gnu)
200+
nokogiri (1.18.10-arm-linux-gnu)
202201
racc (~> 1.4)
203-
nokogiri (1.18.9-arm-linux-musl)
202+
nokogiri (1.18.10-arm-linux-musl)
204203
racc (~> 1.4)
205-
nokogiri (1.18.9-arm64-darwin)
204+
nokogiri (1.18.10-arm64-darwin)
206205
racc (~> 1.4)
207-
nokogiri (1.18.9-x86_64-linux-gnu)
206+
nokogiri (1.18.10-x86_64-linux-gnu)
208207
racc (~> 1.4)
209-
nokogiri (1.18.9-x86_64-linux-musl)
208+
nokogiri (1.18.10-x86_64-linux-musl)
210209
racc (~> 1.4)
211210
ostruct (0.6.3)
212211
parallel (1.27.0)
@@ -216,16 +215,16 @@ GEM
216215
pp (0.6.2)
217216
prettyprint
218217
prettyprint (0.2.0)
219-
prism (1.4.0)
220-
propshaft (1.2.1)
218+
prism (1.5.1)
219+
propshaft (1.3.1)
221220
actionpack (>= 7.0.0)
222221
activesupport (>= 7.0.0)
223222
rack
224223
psych (5.2.6)
225224
date
226225
stringio
227226
public_suffix (6.0.2)
228-
puma (7.0.2)
227+
puma (7.0.4)
229228
nio4r (~> 2.0)
230229
raabro (1.4.0)
231230
racc (1.8.1)
@@ -239,44 +238,45 @@ GEM
239238
rack (>= 1.3)
240239
rackup (2.2.1)
241240
rack (>= 3)
242-
rails (8.0.2.1)
243-
actioncable (= 8.0.2.1)
244-
actionmailbox (= 8.0.2.1)
245-
actionmailer (= 8.0.2.1)
246-
actionpack (= 8.0.2.1)
247-
actiontext (= 8.0.2.1)
248-
actionview (= 8.0.2.1)
249-
activejob (= 8.0.2.1)
250-
activemodel (= 8.0.2.1)
251-
activerecord (= 8.0.2.1)
252-
activestorage (= 8.0.2.1)
253-
activesupport (= 8.0.2.1)
241+
rails (8.0.3)
242+
actioncable (= 8.0.3)
243+
actionmailbox (= 8.0.3)
244+
actionmailer (= 8.0.3)
245+
actionpack (= 8.0.3)
246+
actiontext (= 8.0.3)
247+
actionview (= 8.0.3)
248+
activejob (= 8.0.3)
249+
activemodel (= 8.0.3)
250+
activerecord (= 8.0.3)
251+
activestorage (= 8.0.3)
252+
activesupport (= 8.0.3)
254253
bundler (>= 1.15.0)
255-
railties (= 8.0.2.1)
254+
railties (= 8.0.3)
256255
rails-dom-testing (2.3.0)
257256
activesupport (>= 5.0.0)
258257
minitest
259258
nokogiri (>= 1.6)
260259
rails-html-sanitizer (1.6.2)
261260
loofah (~> 2.21)
262261
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)
263-
railties (8.0.2.1)
264-
actionpack (= 8.0.2.1)
265-
activesupport (= 8.0.2.1)
262+
railties (8.0.3)
263+
actionpack (= 8.0.3)
264+
activesupport (= 8.0.3)
266265
irb (~> 1.13)
267266
rackup (>= 1.0.0)
268267
rake (>= 12.2)
269268
thor (~> 1.0, >= 1.2.2)
269+
tsort (>= 0.2)
270270
zeitwerk (~> 2.6)
271271
rainbow (3.1.1)
272272
rake (13.3.0)
273273
rdoc (6.14.2)
274274
erb
275275
psych (>= 4.0.0)
276-
regexp_parser (2.11.2)
276+
regexp_parser (2.11.3)
277277
reline (0.6.2)
278278
io-console (~> 0.5)
279-
rexml (3.4.3)
279+
rexml (3.4.4)
280280
rspec-core (3.13.5)
281281
rspec-support (~> 3.13.0)
282282
rspec-expectations (3.13.5)
@@ -293,26 +293,26 @@ GEM
293293
rspec-expectations (~> 3.13)
294294
rspec-mocks (~> 3.13)
295295
rspec-support (~> 3.13)
296-
rspec-support (3.13.5)
297-
rubocop (1.80.2)
296+
rspec-support (3.13.6)
297+
rubocop (1.81.1)
298298
json (~> 2.3)
299299
language_server-protocol (~> 3.17.0.2)
300300
lint_roller (~> 1.1.0)
301301
parallel (~> 1.10)
302302
parser (>= 3.3.0.2)
303303
rainbow (>= 2.2.2, < 4.0)
304304
regexp_parser (>= 2.9.3, < 3.0)
305-
rubocop-ast (>= 1.46.0, < 2.0)
305+
rubocop-ast (>= 1.47.1, < 2.0)
306306
ruby-progressbar (~> 1.7)
307307
unicode-display_width (>= 2.4.0, < 4.0)
308-
rubocop-ast (1.46.0)
308+
rubocop-ast (1.47.1)
309309
parser (>= 3.3.7.2)
310310
prism (~> 1.4)
311311
rubocop-performance (1.26.0)
312312
lint_roller (~> 1.1)
313313
rubocop (>= 1.75.0, < 2.0)
314314
rubocop-ast (>= 1.44.0, < 2.0)
315-
rubocop-rails (2.33.3)
315+
rubocop-rails (2.33.4)
316316
activesupport (>= 4.2.0)
317317
lint_roller (~> 1.1)
318318
rack (>= 1.1)
@@ -324,7 +324,7 @@ GEM
324324
rubocop-rails (>= 2.30)
325325
ruby-progressbar (1.13.0)
326326
ruby2_keywords (0.0.5)
327-
rubyzip (3.1.0)
327+
rubyzip (3.1.1)
328328
securerandom (0.4.1)
329329
selenium-webdriver (4.35.0)
330330
base64 (~> 0.2)
@@ -348,14 +348,14 @@ GEM
348348
fugit (~> 1.11.0)
349349
railties (>= 7.1)
350350
thor (>= 1.3.1)
351-
sorbet-runtime (0.6.12507)
352-
sqlite3 (2.7.3-aarch64-linux-gnu)
353-
sqlite3 (2.7.3-aarch64-linux-musl)
354-
sqlite3 (2.7.3-arm-linux-gnu)
355-
sqlite3 (2.7.3-arm-linux-musl)
356-
sqlite3 (2.7.3-arm64-darwin)
357-
sqlite3 (2.7.3-x86_64-linux-gnu)
358-
sqlite3 (2.7.3-x86_64-linux-musl)
351+
sorbet-runtime (0.6.12616)
352+
sqlite3 (2.7.4-aarch64-linux-gnu)
353+
sqlite3 (2.7.4-aarch64-linux-musl)
354+
sqlite3 (2.7.4-arm-linux-gnu)
355+
sqlite3 (2.7.4-arm-linux-musl)
356+
sqlite3 (2.7.4-arm64-darwin)
357+
sqlite3 (2.7.4-x86_64-linux-gnu)
358+
sqlite3 (2.7.4-x86_64-linux-musl)
359359
sshkit (1.24.0)
360360
base64
361361
logger
@@ -370,6 +370,7 @@ GEM
370370
thruster (0.1.15-arm64-darwin)
371371
thruster (0.1.15-x86_64-linux)
372372
timeout (0.4.3)
373+
tsort (0.2.0)
373374
tzinfo (2.0.6)
374375
concurrent-ruby (~> 1.0)
375376
unicode-display_width (3.2.0)

0 commit comments

Comments
 (0)