Skip to content

Commit e0c6a24

Browse files
committed
Update dependencies
1 parent 5e31661 commit e0c6a24

File tree

3 files changed

+337
-386
lines changed

3 files changed

+337
-386
lines changed

Gemfile.lock

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ GEM
7474
uri (>= 0.13.1)
7575
addressable (2.8.7)
7676
public_suffix (>= 2.0.2, < 7.0)
77-
ast (2.4.2)
77+
ast (2.4.3)
7878
authentication-zero (4.0.3)
7979
base64 (0.2.0)
8080
bcrypt (3.1.20)
@@ -105,7 +105,7 @@ GEM
105105
debug (1.10.0)
106106
irb (~> 1.10)
107107
reline (>= 0.3.8)
108-
diff-lcs (1.6.0)
108+
diff-lcs (1.6.1)
109109
dotenv (3.1.7)
110110
drb (2.2.1)
111111
dry-cli (1.2.0)
@@ -188,28 +188,29 @@ GEM
188188
net-protocol
189189
net-ssh (7.3.0)
190190
nio4r (2.7.4)
191-
nokogiri (1.18.4-aarch64-linux-gnu)
191+
nokogiri (1.18.6-aarch64-linux-gnu)
192192
racc (~> 1.4)
193-
nokogiri (1.18.4-aarch64-linux-musl)
193+
nokogiri (1.18.6-aarch64-linux-musl)
194194
racc (~> 1.4)
195-
nokogiri (1.18.4-arm-linux-gnu)
195+
nokogiri (1.18.6-arm-linux-gnu)
196196
racc (~> 1.4)
197-
nokogiri (1.18.4-arm-linux-musl)
197+
nokogiri (1.18.6-arm-linux-musl)
198198
racc (~> 1.4)
199-
nokogiri (1.18.4-arm64-darwin)
199+
nokogiri (1.18.6-arm64-darwin)
200200
racc (~> 1.4)
201-
nokogiri (1.18.4-x86_64-linux-gnu)
201+
nokogiri (1.18.6-x86_64-linux-gnu)
202202
racc (~> 1.4)
203-
nokogiri (1.18.4-x86_64-linux-musl)
203+
nokogiri (1.18.6-x86_64-linux-musl)
204204
racc (~> 1.4)
205205
ostruct (0.6.1)
206206
parallel (1.26.3)
207-
parser (3.3.7.1)
207+
parser (3.3.7.3)
208208
ast (~> 2.4.1)
209209
racc
210210
pp (0.6.2)
211211
prettyprint
212212
prettyprint (0.2.0)
213+
prism (1.4.0)
213214
propshaft (1.1.0)
214215
actionpack (>= 7.0.0)
215216
activesupport (>= 7.0.0)
@@ -264,7 +265,7 @@ GEM
264265
zeitwerk (~> 2.6)
265266
rainbow (3.1.1)
266267
rake (13.2.1)
267-
rdoc (6.12.0)
268+
rdoc (6.13.0)
268269
psych (>= 4.0.0)
269270
regexp_parser (2.10.0)
270271
reline (0.6.0)
@@ -287,19 +288,20 @@ GEM
287288
rspec-mocks (~> 3.13)
288289
rspec-support (~> 3.13)
289290
rspec-support (3.13.2)
290-
rubocop (1.74.0)
291+
rubocop (1.75.0)
291292
json (~> 2.3)
292293
language_server-protocol (~> 3.17.0.2)
293294
lint_roller (~> 1.1.0)
294295
parallel (~> 1.10)
295296
parser (>= 3.3.0.2)
296297
rainbow (>= 2.2.2, < 4.0)
297298
regexp_parser (>= 2.9.3, < 3.0)
298-
rubocop-ast (>= 1.38.0, < 2.0)
299+
rubocop-ast (>= 1.43.0, < 2.0)
299300
ruby-progressbar (~> 1.7)
300301
unicode-display_width (>= 2.4.0, < 4.0)
301-
rubocop-ast (1.39.0)
302-
parser (>= 3.3.1.0)
302+
rubocop-ast (1.43.0)
303+
parser (>= 3.3.7.2)
304+
prism (~> 1.4)
303305
rubocop-performance (1.24.0)
304306
lint_roller (~> 1.1)
305307
rubocop (>= 1.72.1, < 2.0)
@@ -317,7 +319,7 @@ GEM
317319
ruby-progressbar (1.13.0)
318320
rubyzip (2.4.1)
319321
securerandom (0.4.1)
320-
selenium-webdriver (4.29.1)
322+
selenium-webdriver (4.30.1)
321323
base64 (~> 0.2)
322324
logger (~> 1.4)
323325
rexml (~> 3.2, >= 3.2.5)
@@ -339,7 +341,7 @@ GEM
339341
fugit (~> 1.11.0)
340342
railties (>= 7.1)
341343
thor (~> 1.3.1)
342-
sorbet-runtime (0.5.11942)
344+
sorbet-runtime (0.5.11956)
343345
sqlite3 (2.6.0-aarch64-linux-gnu)
344346
sqlite3 (2.6.0-aarch64-linux-musl)
345347
sqlite3 (2.6.0-arm-linux-gnu)
@@ -354,7 +356,7 @@ GEM
354356
net-sftp (>= 2.1.2)
355357
net-ssh (>= 2.8.0)
356358
ostruct
357-
stringio (3.1.5)
359+
stringio (3.1.6)
358360
thor (1.3.2)
359361
thruster (0.1.12)
360362
thruster (0.1.12-aarch64-linux)

0 commit comments

Comments
 (0)