Skip to content

Commit 9659b81

Browse files
Merge fe0d591 into 2a81cec
2 parents 2a81cec + fe0d591 commit 9659b81

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

Gemfile.lock

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ GEM
113113
climate_control (1.2.0)
114114
concurrent-ruby (1.3.5)
115115
connection_pool (2.5.4)
116-
crack (1.0.0)
116+
crack (1.0.1)
117117
bigdecimal
118118
rexml
119119
crass (1.0.6)
@@ -148,7 +148,7 @@ GEM
148148
graphql-client (0.26.0)
149149
activesupport (>= 3.0)
150150
graphql (>= 1.13.0)
151-
hashdiff (1.1.2)
151+
hashdiff (1.2.1)
152152
http (5.3.1)
153153
addressable (~> 2.8)
154154
http-cookie (~> 1.0)
@@ -171,7 +171,7 @@ GEM
171171
jbuilder (2.14.1)
172172
actionview (>= 7.0.0)
173173
activesupport (>= 7.0.0)
174-
json (2.13.2)
174+
json (2.15.2)
175175
language_server-protocol (3.17.0.5)
176176
lint_roller (1.1.0)
177177
llhttp-ffi (0.5.1)
@@ -217,7 +217,7 @@ GEM
217217
nokogiri (1.18.10-x86_64-linux-gnu)
218218
racc (~> 1.4)
219219
parallel (1.27.0)
220-
parser (3.3.9.0)
220+
parser (3.3.10.0)
221221
ast (~> 2.4.1)
222222
racc
223223
pg (1.6.2-aarch64-linux)
@@ -227,16 +227,16 @@ GEM
227227
pp (0.6.3)
228228
prettyprint
229229
prettyprint (0.2.0)
230-
prism (1.4.0)
230+
prism (1.6.0)
231231
psych (5.2.6)
232232
date
233233
stringio
234234
public_suffix (6.0.2)
235-
puma (7.0.4)
235+
puma (7.1.0)
236236
nio4r (~> 2.0)
237237
racc (1.8.1)
238238
rack (3.1.18)
239-
rack-attack (6.7.0)
239+
rack-attack (6.8.0)
240240
rack (>= 1.0, < 4)
241241
rack-session (2.1.1)
242242
base64 (>= 0.1.0)
@@ -275,7 +275,7 @@ GEM
275275
thor (~> 1.0, >= 1.2.2)
276276
zeitwerk (~> 2.6)
277277
rainbow (3.1.1)
278-
rake (13.3.0)
278+
rake (13.3.1)
279279
rdoc (6.15.0)
280280
erb
281281
psych (>= 4.0.0)
@@ -289,7 +289,7 @@ GEM
289289
io-console (~> 0.5)
290290
rexml (3.4.4)
291291
rouge (4.5.1)
292-
rubocop (1.81.1)
292+
rubocop (1.81.6)
293293
json (~> 2.3)
294294
language_server-protocol (~> 3.17.0.2)
295295
lint_roller (~> 1.1.0)
@@ -321,18 +321,16 @@ GEM
321321
sprockets-rails
322322
tilt
323323
securerandom (0.4.1)
324-
selenium-webdriver (4.36.0)
324+
selenium-webdriver (4.38.0)
325325
base64 (~> 0.2)
326-
json (<= 2.13.2)
327326
logger (~> 1.4)
328-
prism (~> 1.0, < 1.5)
329327
rexml (~> 3.2, >= 3.2.5)
330328
rubyzip (>= 1.2.2, < 4.0)
331329
websocket (~> 1.0)
332-
sentry-rails (5.28.0)
330+
sentry-rails (5.28.1)
333331
railties (>= 5.0)
334-
sentry-ruby (~> 5.28.0)
335-
sentry-ruby (5.28.0)
332+
sentry-ruby (~> 5.28.1)
333+
sentry-ruby (5.28.1)
336334
bigdecimal
337335
concurrent-ruby (~> 1.0, >= 1.0.2)
338336
simplecov (0.22.0)
@@ -360,7 +358,7 @@ GEM
360358
tilt (2.6.0)
361359
timeout (0.4.3)
362360
tsort (0.2.0)
363-
turbo-rails (2.0.17)
361+
turbo-rails (2.0.20)
364362
actionpack (>= 7.1.0)
365363
railties (>= 7.1.0)
366364
tzinfo (2.0.6)
@@ -376,7 +374,7 @@ GEM
376374
activemodel (>= 6.0.0)
377375
bindex (>= 0.4.0)
378376
railties (>= 6.0.0)
379-
webmock (3.25.1)
377+
webmock (3.26.1)
380378
addressable (>= 2.8.0)
381379
crack (>= 0.3.2)
382380
hashdiff (>= 0.4.0, < 2.0.0)

0 commit comments

Comments
 (0)