Skip to content

Commit 310fe9f

Browse files
authored
Merge pull request #5070 from github/dependabot/bundler/dependencies-d360190a41
chore(deps): bump the dependencies group across 1 directory with 5 updates
2 parents fd55399 + 39b3e71 commit 310fe9f

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ source "https://rubygems.org"
33
gem "faraday", "2.14.1"
44
gem "faraday-retry", "2.4.0"
55
gem "github-pages", "~> 232", group: :jekyll_plugins
6-
gem "json", "2.19.2"
6+
gem "json", "2.19.3"
77
gem "language_server-protocol", "3.17.0.5"
8-
gem "nokogiri", "~> 1.19.0"
8+
gem "nokogiri", "~> 1.19.2"
99
gem "rake", "13.3.1"
10-
gem "rubocop", "1.82.1"
10+
gem "rubocop", "1.86.0"
1111

1212
group :test do
1313
gem "fastimage"

Gemfile.lock

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ GEM
4949
net-http (~> 0.5)
5050
faraday-retry (2.4.0)
5151
faraday (~> 2.0)
52-
fastimage (2.4.0)
52+
fastimage (2.4.1)
5353
ffi (1.17.2)
5454
ffi (1.17.2-aarch64-linux-gnu)
5555
ffi (1.17.2-aarch64-linux-musl)
@@ -236,7 +236,7 @@ GEM
236236
gemoji (>= 3, < 5)
237237
html-pipeline (~> 2.2)
238238
jekyll (>= 3.0, < 5.0)
239-
json (2.19.2)
239+
json (2.19.3)
240240
kramdown (2.4.0)
241241
rexml
242242
kramdown-parser-gfm (1.1.0)
@@ -256,41 +256,42 @@ GEM
256256
jekyll (>= 3.5, < 5.0)
257257
jekyll-feed (~> 0.9)
258258
jekyll-seo-tag (~> 2.1)
259-
minitest (6.0.1)
259+
minitest (6.0.2)
260+
drb (~> 2.0)
260261
prism (~> 1.5)
261262
multi_xml (0.8.1)
262263
bigdecimal (>= 3.1, < 5)
263264
net-http (0.9.1)
264265
uri (>= 0.11.1)
265-
nokogiri (1.19.0)
266+
nokogiri (1.19.2)
266267
mini_portile2 (~> 2.8.2)
267268
racc (~> 1.4)
268-
nokogiri (1.19.0-aarch64-linux-gnu)
269+
nokogiri (1.19.2-aarch64-linux-gnu)
269270
racc (~> 1.4)
270-
nokogiri (1.19.0-aarch64-linux-musl)
271+
nokogiri (1.19.2-aarch64-linux-musl)
271272
racc (~> 1.4)
272-
nokogiri (1.19.0-arm-linux-gnu)
273+
nokogiri (1.19.2-arm-linux-gnu)
273274
racc (~> 1.4)
274-
nokogiri (1.19.0-arm-linux-musl)
275+
nokogiri (1.19.2-arm-linux-musl)
275276
racc (~> 1.4)
276-
nokogiri (1.19.0-arm64-darwin)
277+
nokogiri (1.19.2-arm64-darwin)
277278
racc (~> 1.4)
278-
nokogiri (1.19.0-x86_64-darwin)
279+
nokogiri (1.19.2-x86_64-darwin)
279280
racc (~> 1.4)
280-
nokogiri (1.19.0-x86_64-linux-gnu)
281+
nokogiri (1.19.2-x86_64-linux-gnu)
281282
racc (~> 1.4)
282-
nokogiri (1.19.0-x86_64-linux-musl)
283+
nokogiri (1.19.2-x86_64-linux-musl)
283284
racc (~> 1.4)
284285
octokit (4.25.1)
285286
faraday (>= 1, < 3)
286287
sawyer (~> 0.9)
287288
parallel (1.27.0)
288-
parser (3.3.10.0)
289+
parser (3.3.11.1)
289290
ast (~> 2.4.1)
290291
racc
291292
pathutil (0.16.2)
292293
forwardable-extended (~> 2.6)
293-
prism (1.7.0)
294+
prism (1.9.0)
294295
pry (0.16.0)
295296
coderay (~> 1.1)
296297
method_source (~> 1.0)
@@ -307,18 +308,18 @@ GEM
307308
io-console (~> 0.5)
308309
rexml (3.4.2)
309310
rouge (3.30.0)
310-
rubocop (1.82.1)
311+
rubocop (1.86.0)
311312
json (~> 2.3)
312313
language_server-protocol (~> 3.17.0.2)
313314
lint_roller (~> 1.1.0)
314315
parallel (~> 1.10)
315316
parser (>= 3.3.0.2)
316317
rainbow (>= 2.2.2, < 4.0)
317318
regexp_parser (>= 2.9.3, < 3.0)
318-
rubocop-ast (>= 1.48.0, < 2.0)
319+
rubocop-ast (>= 1.49.0, < 2.0)
319320
ruby-progressbar (~> 1.7)
320321
unicode-display_width (>= 2.4.0, < 4.0)
321-
rubocop-ast (1.49.0)
322+
rubocop-ast (1.49.1)
322323
parser (>= 3.3.7.2)
323324
prism (~> 1.7)
324325
rubocop-performance (1.26.1)
@@ -371,14 +372,14 @@ DEPENDENCIES
371372
fastimage
372373
github-pages (~> 232)
373374
httparty
374-
json (= 2.19.2)
375+
json (= 2.19.3)
375376
language_server-protocol (= 3.17.0.5)
376377
minitest
377-
nokogiri (~> 1.19.0)
378+
nokogiri (~> 1.19.2)
378379
octokit
379380
pry
380381
rake (= 13.3.1)
381-
rubocop (= 1.82.1)
382+
rubocop (= 1.86.0)
382383
rubocop-performance
383384
safe_yaml
384385
webrick

0 commit comments

Comments
 (0)