Skip to content

Commit 88edc52

Browse files
Update Ruby dependencies
1 parent 6b88881 commit 88edc52

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ GEM
201201
http-cookie (~> 1.0)
202202
http-form_data (~> 2.2)
203203
llhttp-ffi (~> 0.5.0)
204-
http-cookie (1.0.7)
204+
http-cookie (1.0.8)
205205
domain_name (~> 0.5)
206206
http-form_data (2.3.0)
207207
i18n (1.14.6)
@@ -223,14 +223,14 @@ GEM
223223
inline_svg (1.10.0)
224224
activesupport (>= 3.0)
225225
nokogiri (>= 1.6)
226-
io-console (0.7.2)
226+
io-console (0.8.0)
227227
irb (1.14.1)
228228
rdoc (>= 4.0.0)
229229
reline (>= 0.4.2)
230230
jbuilder (2.13.0)
231231
actionview (>= 5.0.0)
232232
activesupport (>= 5.0.0)
233-
json (2.8.2)
233+
json (2.9.0)
234234
jwt (2.9.3)
235235
base64
236236
kaminari (1.2.2)
@@ -266,7 +266,7 @@ GEM
266266
marcel (1.0.4)
267267
matrix (0.4.2)
268268
mini_mime (1.1.5)
269-
minitest (5.25.2)
269+
minitest (5.25.4)
270270
mutex_m (0.3.0)
271271
net-imap (0.5.1)
272272
date
@@ -283,9 +283,9 @@ GEM
283283
net-protocol
284284
net-ssh (7.3.0)
285285
nio4r (2.7.4)
286-
nokogiri (1.16.7-arm64-darwin)
286+
nokogiri (1.17.0-arm64-darwin)
287287
racc (~> 1.4)
288-
nokogiri (1.16.7-x86_64-linux)
288+
nokogiri (1.17.0-x86_64-linux)
289289
racc (~> 1.4)
290290
okcomputer (1.18.5)
291291
orm_adapter (0.5.0)
@@ -336,9 +336,9 @@ GEM
336336
activesupport (>= 5.0.0)
337337
minitest
338338
nokogiri (>= 1.6)
339-
rails-html-sanitizer (1.6.0)
339+
rails-html-sanitizer (1.6.1)
340340
loofah (~> 2.21)
341-
nokogiri (~> 1.14)
341+
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)
342342
rails-i18n (7.0.10)
343343
i18n (>= 0.7, < 2)
344344
railties (>= 6.0.0, < 8)
@@ -384,15 +384,15 @@ GEM
384384
rspec-expectations (~> 3.13)
385385
rspec-mocks (~> 3.13)
386386
rspec-support (~> 3.13)
387-
rspec-support (3.13.1)
388-
rubocop (1.69.0)
387+
rspec-support (3.13.2)
388+
rubocop (1.69.1)
389389
json (~> 2.3)
390390
language_server-protocol (>= 3.17.0)
391391
parallel (~> 1.10)
392392
parser (>= 3.3.0.2)
393393
rainbow (>= 2.2.2, < 4.0)
394-
regexp_parser (>= 2.4, < 3.0)
395-
rubocop-ast (>= 1.36.1, < 2.0)
394+
regexp_parser (>= 2.9.3, < 3.0)
395+
rubocop-ast (>= 1.36.2, < 2.0)
396396
ruby-progressbar (~> 1.7)
397397
unicode-display_width (>= 2.4.0, < 4.0)
398398
rubocop-ast (1.36.2)

0 commit comments

Comments
 (0)