Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dccab0c

Browse files
committedJun 7, 2025·
Update gems
1 parent 790a9a0 commit dccab0c

File tree

1 file changed

+49
-47
lines changed

1 file changed

+49
-47
lines changed
 

‎Gemfile.lock

Lines changed: 49 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ GEM
5454
erubi (~> 1.11)
5555
rails-dom-testing (~> 2.2)
5656
rails-html-sanitizer (~> 1.6)
57-
active_storage_validations (2.0.3)
57+
active_storage_validations (3.0.0)
5858
activejob (>= 6.1.4)
5959
activemodel (>= 6.1.4)
6060
activestorage (>= 6.1.4)
@@ -93,18 +93,18 @@ GEM
9393
zeitwerk (>= 2.4, < 3.0)
9494
addressable (2.8.7)
9595
public_suffix (>= 2.0.2, < 7.0)
96-
annotaterb (4.14.0)
96+
annotaterb (4.15.0)
9797
ast (2.4.3)
9898
aws-eventstream (1.4.0)
99-
aws-partitions (1.1110.0)
100-
aws-sdk-core (3.225.0)
99+
aws-partitions (1.1113.0)
100+
aws-sdk-core (3.225.1)
101101
aws-eventstream (~> 1, >= 1.3.0)
102102
aws-partitions (~> 1, >= 1.992.0)
103103
aws-sigv4 (~> 1.9)
104104
base64
105105
jmespath (~> 1, >= 1.6.1)
106106
logger
107-
aws-sdk-kms (1.102.0)
107+
aws-sdk-kms (1.104.0)
108108
aws-sdk-core (~> 3, >= 3.225.0)
109109
aws-sigv4 (~> 1.5)
110110
aws-sdk-s3 (1.189.0)
@@ -117,9 +117,9 @@ GEM
117117
bcrypt (3.1.20)
118118
bcrypt_pbkdf (1.1.1)
119119
benchmark (0.4.1)
120-
bigdecimal (3.2.1)
120+
bigdecimal (3.2.2)
121121
bindex (0.8.1)
122-
bootsnap (1.18.4)
122+
bootsnap (1.18.6)
123123
msgpack (~> 1.2)
124124
brakeman (7.0.2)
125125
racc
@@ -146,18 +146,18 @@ GEM
146146
debug (1.10.0)
147147
irb (~> 1.10)
148148
reline (>= 0.3.8)
149-
diff-lcs (1.6.1)
149+
diff-lcs (1.6.2)
150150
dotenv (3.1.8)
151151
dotenv-rails (3.1.8)
152152
dotenv (= 3.1.8)
153153
railties (>= 6.1)
154-
drb (2.2.1)
154+
drb (2.2.3)
155155
ed25519 (1.4.0)
156156
erb (5.0.1)
157157
erubi (1.13.1)
158158
et-orbi (1.2.11)
159159
tzinfo
160-
factory_bot (6.5.1)
160+
factory_bot (6.5.3)
161161
activesupport (>= 6.1.0)
162162
factory_bot_rails (6.4.4)
163163
factory_bot (~> 6.5)
@@ -172,14 +172,14 @@ GEM
172172
net-http (>= 0.5.0)
173173
faraday-retry (2.3.1)
174174
faraday (~> 2.0)
175-
ffi (1.17.1-aarch64-linux-gnu)
176-
ffi (1.17.1-aarch64-linux-musl)
177-
ffi (1.17.1-arm-linux-gnu)
178-
ffi (1.17.1-arm-linux-musl)
179-
ffi (1.17.1-arm64-darwin)
180-
ffi (1.17.1-x86_64-darwin)
181-
ffi (1.17.1-x86_64-linux-gnu)
182-
ffi (1.17.1-x86_64-linux-musl)
175+
ffi (1.17.2-aarch64-linux-gnu)
176+
ffi (1.17.2-aarch64-linux-musl)
177+
ffi (1.17.2-arm-linux-gnu)
178+
ffi (1.17.2-arm-linux-musl)
179+
ffi (1.17.2-arm64-darwin)
180+
ffi (1.17.2-x86_64-darwin)
181+
ffi (1.17.2-x86_64-linux-gnu)
182+
ffi (1.17.2-x86_64-linux-musl)
183183
fugit (1.11.1)
184184
et-orbi (~> 1, >= 1.2.11)
185185
raabro (~> 1.4)
@@ -207,7 +207,7 @@ GEM
207207
actionview (>= 5.0.0)
208208
activesupport (>= 5.0.0)
209209
jmespath (1.6.2)
210-
json (2.10.2)
210+
json (2.12.2)
211211
jwt (2.10.1)
212212
base64
213213
kamal (2.6.1)
@@ -221,7 +221,7 @@ GEM
221221
sshkit (>= 1.23.0, < 2.0)
222222
thor (~> 1.3)
223223
zeitwerk (>= 2.6.18, < 3.0)
224-
language_server-protocol (3.17.0.4)
224+
language_server-protocol (3.17.0.5)
225225
launchy (3.1.1)
226226
addressable (~> 2.8)
227227
childprocess (~> 5.0)
@@ -251,7 +251,7 @@ GEM
251251
msgpack (1.8.0)
252252
net-http (0.6.0)
253253
uri
254-
net-imap (0.5.6)
254+
net-imap (0.5.8)
255255
date
256256
net-protocol
257257
net-pop (0.1.2)
@@ -283,14 +283,15 @@ GEM
283283
nokogiri (1.18.8-x86_64-linux-musl)
284284
racc (~> 1.4)
285285
ostruct (0.6.1)
286-
parallel (1.26.3)
287-
parser (3.3.7.2)
286+
parallel (1.27.0)
287+
parser (3.3.8.0)
288288
ast (~> 2.4.1)
289289
racc
290290
pg (1.5.9)
291291
pp (0.6.2)
292292
prettyprint
293293
prettyprint (0.2.0)
294+
prism (1.4.0)
294295
propshaft (1.1.0)
295296
actionpack (>= 7.0.0)
296297
activesupport (>= 7.0.0)
@@ -299,12 +300,12 @@ GEM
299300
psych (5.2.6)
300301
date
301302
stringio
302-
public_suffix (6.0.1)
303+
public_suffix (6.0.2)
303304
puma (6.6.0)
304305
nio4r (~> 2.0)
305306
raabro (1.4.0)
306307
racc (1.8.1)
307-
rack (3.1.15)
308+
rack (3.1.16)
308309
rack-session (2.1.1)
309310
base64 (>= 0.1.0)
310311
rack (>= 3.0.0)
@@ -356,15 +357,15 @@ GEM
356357
regexp_parser (2.10.0)
357358
reline (0.6.1)
358359
io-console (~> 0.5)
359-
requestjs-rails (0.0.12)
360-
railties (>= 6.1.0)
360+
requestjs-rails (0.0.13)
361+
railties (>= 7.1.0)
361362
rexml (3.4.1)
362-
rspec-core (3.13.3)
363+
rspec-core (3.13.4)
363364
rspec-support (~> 3.13.0)
364-
rspec-expectations (3.13.3)
365+
rspec-expectations (3.13.5)
365366
diff-lcs (>= 1.2.0, < 2.0)
366367
rspec-support (~> 3.13.0)
367-
rspec-mocks (3.13.2)
368+
rspec-mocks (3.13.5)
368369
diff-lcs (>= 1.2.0, < 2.0)
369370
rspec-support (~> 3.13.0)
370371
rspec-rails (8.0.0)
@@ -375,41 +376,42 @@ GEM
375376
rspec-expectations (~> 3.13)
376377
rspec-mocks (~> 3.13)
377378
rspec-support (~> 3.13)
378-
rspec-support (3.13.2)
379-
rubocop (1.74.0)
379+
rspec-support (3.13.4)
380+
rubocop (1.76.0)
380381
json (~> 2.3)
381382
language_server-protocol (~> 3.17.0.2)
382383
lint_roller (~> 1.1.0)
383384
parallel (~> 1.10)
384385
parser (>= 3.3.0.2)
385386
rainbow (>= 2.2.2, < 4.0)
386387
regexp_parser (>= 2.9.3, < 3.0)
387-
rubocop-ast (>= 1.38.0, < 2.0)
388+
rubocop-ast (>= 1.45.0, < 2.0)
388389
ruby-progressbar (~> 1.7)
389390
unicode-display_width (>= 2.4.0, < 4.0)
390-
rubocop-ast (1.41.0)
391+
rubocop-ast (1.45.0)
391392
parser (>= 3.3.7.2)
392-
rubocop-performance (1.24.0)
393+
prism (~> 1.4)
394+
rubocop-performance (1.25.0)
393395
lint_roller (~> 1.1)
394-
rubocop (>= 1.72.1, < 2.0)
396+
rubocop (>= 1.75.0, < 2.0)
395397
rubocop-ast (>= 1.38.0, < 2.0)
396-
rubocop-rails (2.30.3)
398+
rubocop-rails (2.32.0)
397399
activesupport (>= 4.2.0)
398400
lint_roller (~> 1.1)
399401
rack (>= 1.1)
400-
rubocop (>= 1.72.1, < 2.0)
401-
rubocop-ast (>= 1.38.0, < 2.0)
402+
rubocop (>= 1.75.0, < 2.0)
403+
rubocop-ast (>= 1.44.0, < 2.0)
402404
rubocop-rails-omakase (1.1.0)
403405
rubocop (>= 1.72)
404406
rubocop-performance (>= 1.24)
405407
rubocop-rails (>= 2.30)
406408
ruby-progressbar (1.13.0)
407-
ruby-vips (2.2.3)
409+
ruby-vips (2.2.4)
408410
ffi (~> 1.12)
409411
logger
410412
rubyzip (2.4.1)
411413
securerandom (0.4.1)
412-
selenium-webdriver (4.31.0)
414+
selenium-webdriver (4.33.0)
413415
base64 (~> 0.2)
414416
logger (~> 1.4)
415417
rexml (~> 3.2, >= 3.2.5)
@@ -444,11 +446,11 @@ GEM
444446
railties (>= 6.0.0)
445447
stringio (3.1.7)
446448
thor (1.3.2)
447-
thruster (0.1.12)
448-
thruster (0.1.12-aarch64-linux)
449-
thruster (0.1.12-arm64-darwin)
450-
thruster (0.1.12-x86_64-darwin)
451-
thruster (0.1.12-x86_64-linux)
449+
thruster (0.1.13)
450+
thruster (0.1.13-aarch64-linux)
451+
thruster (0.1.13-arm64-darwin)
452+
thruster (0.1.13-x86_64-darwin)
453+
thruster (0.1.13-x86_64-linux)
452454
timeout (0.4.3)
453455
turbo-rails (2.0.16)
454456
actionpack (>= 7.1.0)
@@ -467,7 +469,7 @@ GEM
467469
bindex (>= 0.4.0)
468470
railties (>= 6.0.0)
469471
websocket (1.2.11)
470-
websocket-driver (0.7.7)
472+
websocket-driver (0.8.0)
471473
base64
472474
websocket-extensions (>= 0.1.0)
473475
websocket-extensions (0.1.5)

0 commit comments

Comments
 (0)
Please sign in to comment.