Skip to content

Commit b412368

Browse files
committed
bundle update
1 parent f8f0300 commit b412368

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

Gemfile.lock

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
Ascii85 (2.0.1)
5-
activesupport (8.1.1)
5+
activesupport (8.1.2)
66
base64
77
bigdecimal
88
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -19,7 +19,7 @@ GEM
1919
public_suffix (>= 2.0.2, < 8.0)
2020
afm (1.0.0)
2121
ast (2.4.3)
22-
async (2.35.1)
22+
async (2.36.0)
2323
console (~> 1.29)
2424
fiber-annotation
2525
io-event (~> 1.11)
@@ -36,7 +36,7 @@ GEM
3636
commonmarker (0.23.12)
3737
concurrent-ruby (1.3.6)
3838
connection_pool (3.0.2)
39-
console (1.34.2)
39+
console (1.34.3)
4040
fiber-annotation
4141
fiber-local (~> 1.1)
4242
json
@@ -53,7 +53,7 @@ GEM
5353
ffi (>= 1.15.0)
5454
eventmachine (1.2.7)
5555
execjs (2.10.0)
56-
faraday (2.14.0)
56+
faraday (2.14.1)
5757
faraday-net_http (>= 2.0, < 3.5)
5858
json
5959
logger
@@ -253,15 +253,16 @@ GEM
253253
gemoji (>= 3, < 5)
254254
html-pipeline (~> 2.2)
255255
jekyll (>= 3.0, < 5.0)
256-
json (2.18.0)
256+
json (2.18.1)
257257
kramdown (2.4.0)
258258
rexml
259259
kramdown-parser-gfm (1.1.0)
260260
kramdown (~> 2.0)
261261
language_server-protocol (3.17.0.5)
262262
lint_roller (1.1.0)
263263
liquid (4.0.4)
264-
listen (3.9.0)
264+
listen (3.10.0)
265+
logger
265266
rb-fsevent (~> 0.10, >= 0.10.3)
266267
rb-inotify (~> 0.9, >= 0.9.10)
267268
logger (1.7.0)
@@ -275,27 +276,27 @@ GEM
275276
prism (~> 1.5)
276277
net-http (0.9.1)
277278
uri (>= 0.11.1)
278-
nokogiri (1.19.0-aarch64-linux-gnu)
279+
nokogiri (1.19.1-aarch64-linux-gnu)
279280
racc (~> 1.4)
280-
nokogiri (1.19.0-aarch64-linux-musl)
281+
nokogiri (1.19.1-aarch64-linux-musl)
281282
racc (~> 1.4)
282-
nokogiri (1.19.0-arm-linux-gnu)
283+
nokogiri (1.19.1-arm-linux-gnu)
283284
racc (~> 1.4)
284-
nokogiri (1.19.0-arm-linux-musl)
285+
nokogiri (1.19.1-arm-linux-musl)
285286
racc (~> 1.4)
286-
nokogiri (1.19.0-arm64-darwin)
287+
nokogiri (1.19.1-arm64-darwin)
287288
racc (~> 1.4)
288-
nokogiri (1.19.0-x86_64-darwin)
289+
nokogiri (1.19.1-x86_64-darwin)
289290
racc (~> 1.4)
290-
nokogiri (1.19.0-x86_64-linux-gnu)
291+
nokogiri (1.19.1-x86_64-linux-gnu)
291292
racc (~> 1.4)
292-
nokogiri (1.19.0-x86_64-linux-musl)
293+
nokogiri (1.19.1-x86_64-linux-musl)
293294
racc (~> 1.4)
294295
octokit (4.25.1)
295296
faraday (>= 1, < 3)
296297
sawyer (~> 0.9)
297298
parallel (1.27.0)
298-
parser (3.3.10.0)
299+
parser (3.3.10.2)
299300
ast (~> 2.4.1)
300301
racc
301302
pathutil (0.16.2)
@@ -306,7 +307,7 @@ GEM
306307
hashery (~> 2.0)
307308
ruby-rc4
308309
ttfunk
309-
prism (1.7.0)
310+
prism (1.9.0)
310311
public_suffix (5.1.1)
311312
racc (1.8.1)
312313
rainbow (3.1.1)
@@ -317,15 +318,15 @@ GEM
317318
regexp_parser (2.11.3)
318319
rexml (3.4.4)
319320
rouge (3.30.0)
320-
rubocop (1.82.1)
321+
rubocop (1.84.2)
321322
json (~> 2.3)
322323
language_server-protocol (~> 3.17.0.2)
323324
lint_roller (~> 1.1.0)
324325
parallel (~> 1.10)
325326
parser (>= 3.3.0.2)
326327
rainbow (>= 2.2.2, < 4.0)
327328
regexp_parser (>= 2.9.3, < 3.0)
328-
rubocop-ast (>= 1.48.0, < 2.0)
329+
rubocop-ast (>= 1.49.0, < 2.0)
329330
ruby-progressbar (~> 1.7)
330331
unicode-display_width (>= 2.4.0, < 4.0)
331332
rubocop-ast (1.49.0)

0 commit comments

Comments
 (0)