Skip to content

Commit a1785ea

Browse files
committed
Merge branch 'main' into v4
2 parents cc51319 + a531d9d commit a1785ea

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

Gemfile.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ GEM
8888
rake
8989
thor (>= 0.14.0)
9090
ast (2.4.3)
91-
base64 (0.2.0)
92-
benchmark (0.4.0)
91+
base64 (0.3.0)
92+
benchmark (0.4.1)
9393
benchmark-ips (2.14.0)
9494
better_html (2.1.1)
9595
actionview (>= 6.0)
@@ -98,7 +98,7 @@ GEM
9898
erubi (~> 1.4)
9999
parser (>= 2.4)
100100
smart_properties
101-
bigdecimal (3.1.9)
101+
bigdecimal (3.2.2)
102102
builder (3.3.0)
103103
capybara (3.40.0)
104104
addressable
@@ -151,7 +151,7 @@ GEM
151151
jbuilder (2.13.0)
152152
actionview (>= 5.0.0)
153153
activesupport (>= 5.0.0)
154-
json (2.12.0)
154+
json (2.12.2)
155155
language_server-protocol (3.17.0.5)
156156
lint_roller (1.1.0)
157157
logger (1.7.0)
@@ -167,7 +167,7 @@ GEM
167167
net-pop
168168
net-smtp
169169
marcel (1.0.4)
170-
matrix (0.4.2)
170+
matrix (0.4.3)
171171
method_source (1.1.0)
172172
mini_mime (1.1.5)
173173
minitest (5.25.5)
@@ -217,7 +217,7 @@ GEM
217217
puma (6.6.0)
218218
nio4r (~> 2.0)
219219
racc (1.8.1)
220-
rack (3.1.15)
220+
rack (3.1.16)
221221
rack-session (2.1.1)
222222
base64 (>= 0.1.0)
223223
rack (>= 3.0.0)
@@ -255,24 +255,24 @@ GEM
255255
thor (~> 1.0, >= 1.2.2)
256256
zeitwerk (~> 2.6)
257257
rainbow (3.1.1)
258-
rake (13.2.1)
259-
rdoc (6.14.0)
258+
rake (13.3.0)
259+
rdoc (6.14.1)
260260
erb
261261
psych (>= 4.0.0)
262262
redis (5.4.0)
263263
redis-client (>= 0.22.0)
264-
redis-client (0.24.0)
264+
redis-client (0.25.0)
265265
connection_pool
266266
regexp_parser (2.10.0)
267267
reline (0.6.1)
268268
io-console (~> 0.5)
269269
rexml (3.4.1)
270-
rspec-core (3.13.3)
270+
rspec-core (3.13.4)
271271
rspec-support (~> 3.13.0)
272-
rspec-expectations (3.13.4)
272+
rspec-expectations (3.13.5)
273273
diff-lcs (>= 1.2.0, < 2.0)
274274
rspec-support (~> 3.13.0)
275-
rspec-mocks (3.13.4)
275+
rspec-mocks (3.13.5)
276276
diff-lcs (>= 1.2.0, < 2.0)
277277
rspec-support (~> 3.13.0)
278278
rspec-rails (7.1.1)
@@ -283,8 +283,8 @@ GEM
283283
rspec-expectations (~> 3.13)
284284
rspec-mocks (~> 3.13)
285285
rspec-support (~> 3.13)
286-
rspec-support (3.13.3)
287-
rubocop (1.75.6)
286+
rspec-support (3.13.4)
287+
rubocop (1.75.8)
288288
json (~> 2.3)
289289
language_server-protocol (~> 3.17.0.2)
290290
lint_roller (~> 1.1.0)
@@ -295,7 +295,7 @@ GEM
295295
rubocop-ast (>= 1.44.0, < 2.0)
296296
ruby-progressbar (~> 1.7)
297297
unicode-display_width (>= 2.4.0, < 4.0)
298-
rubocop-ast (1.44.1)
298+
rubocop-ast (1.45.1)
299299
parser (>= 3.3.7.2)
300300
prism (~> 1.4)
301301
rubocop-md (2.0.1)
@@ -308,7 +308,7 @@ GEM
308308
ruby-progressbar (1.13.0)
309309
rubyzip (2.4.1)
310310
securerandom (0.4.1)
311-
selenium-webdriver (4.32.0)
311+
selenium-webdriver (4.33.0)
312312
base64 (~> 0.2)
313313
logger (~> 1.4)
314314
rexml (~> 3.2, >= 3.2.5)
@@ -365,7 +365,7 @@ GEM
365365
warning (1.5.0)
366366
webrick (1.9.1)
367367
websocket (1.2.11)
368-
websocket-driver (0.7.7)
368+
websocket-driver (0.8.0)
369369
base64
370370
websocket-extensions (>= 0.1.0)
371371
websocket-extensions (0.1.5)

0 commit comments

Comments
 (0)