Skip to content

Commit 1d90a51

Browse files
chore(deps): bump the dependencies group across 1 directory with 5 updates
Bumps the dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [json](https://github.com/ruby/json) | `2.18.0` | `2.19.1` | | [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.19.0` | `1.19.1` | | [rubocop](https://github.com/rubocop/rubocop) | `1.82.1` | `1.85.1` | | [fastimage](https://github.com/sdsykes/fastimage) | `2.4.0` | `2.4.1` | | [minitest](https://github.com/minitest/minitest) | `6.0.1` | `6.0.2` | Updates `json` from 2.18.0 to 2.19.1 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.18.0...v2.19.1) Updates `nokogiri` from 1.19.0 to 1.19.1 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.19.0...v1.19.1) Updates `rubocop` from 1.82.1 to 1.85.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.82.1...v1.85.1) Updates `fastimage` from 2.4.0 to 2.4.1 - [Changelog](https://github.com/sdsykes/fastimage/blob/master/CHANGELOG) - [Commits](sdsykes/fastimage@2.4.0...v2.4.1) Updates `minitest` from 6.0.1 to 6.0.2 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: json dependency-version: 2.19.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: nokogiri dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: rubocop dependency-version: 1.85.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: fastimage dependency-version: 2.4.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: minitest dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c02dcfa commit 1d90a51

File tree

2 files changed

+30
-23
lines changed

2 files changed

+30
-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.18.0"
6+
gem "json", "2.19.2"
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.85.1"
1111

1212
group :test do
1313
gem "fastimage"

Gemfile.lock

Lines changed: 27 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,10 @@ GEM
236236
gemoji (>= 3, < 5)
237237
html-pipeline (~> 2.2)
238238
jekyll (>= 3.0, < 5.0)
239-
json (2.18.0)
239+
json (2.19.2)
240+
json-schema (6.2.0)
241+
addressable (~> 2.8)
242+
bigdecimal (>= 3.1, < 5)
240243
kramdown (2.4.0)
241244
rexml
242245
kramdown-parser-gfm (1.1.0)
@@ -248,6 +251,8 @@ GEM
248251
rb-fsevent (~> 0.10, >= 0.10.3)
249252
rb-inotify (~> 0.9, >= 0.9.10)
250253
logger (1.7.0)
254+
mcp (0.9.0)
255+
json-schema (>= 4.1)
251256
mercenary (0.3.6)
252257
method_source (1.1.0)
253258
mini_mime (1.1.5)
@@ -256,41 +261,42 @@ GEM
256261
jekyll (>= 3.5, < 5.0)
257262
jekyll-feed (~> 0.9)
258263
jekyll-seo-tag (~> 2.1)
259-
minitest (6.0.1)
264+
minitest (6.0.2)
265+
drb (~> 2.0)
260266
prism (~> 1.5)
261267
multi_xml (0.8.1)
262268
bigdecimal (>= 3.1, < 5)
263269
net-http (0.9.1)
264270
uri (>= 0.11.1)
265-
nokogiri (1.19.0)
271+
nokogiri (1.19.2)
266272
mini_portile2 (~> 2.8.2)
267273
racc (~> 1.4)
268-
nokogiri (1.19.0-aarch64-linux-gnu)
274+
nokogiri (1.19.2-aarch64-linux-gnu)
269275
racc (~> 1.4)
270-
nokogiri (1.19.0-aarch64-linux-musl)
276+
nokogiri (1.19.2-aarch64-linux-musl)
271277
racc (~> 1.4)
272-
nokogiri (1.19.0-arm-linux-gnu)
278+
nokogiri (1.19.2-arm-linux-gnu)
273279
racc (~> 1.4)
274-
nokogiri (1.19.0-arm-linux-musl)
280+
nokogiri (1.19.2-arm-linux-musl)
275281
racc (~> 1.4)
276-
nokogiri (1.19.0-arm64-darwin)
282+
nokogiri (1.19.2-arm64-darwin)
277283
racc (~> 1.4)
278-
nokogiri (1.19.0-x86_64-darwin)
284+
nokogiri (1.19.2-x86_64-darwin)
279285
racc (~> 1.4)
280-
nokogiri (1.19.0-x86_64-linux-gnu)
286+
nokogiri (1.19.2-x86_64-linux-gnu)
281287
racc (~> 1.4)
282-
nokogiri (1.19.0-x86_64-linux-musl)
288+
nokogiri (1.19.2-x86_64-linux-musl)
283289
racc (~> 1.4)
284290
octokit (4.25.1)
285291
faraday (>= 1, < 3)
286292
sawyer (~> 0.9)
287293
parallel (1.27.0)
288-
parser (3.3.10.0)
294+
parser (3.3.10.2)
289295
ast (~> 2.4.1)
290296
racc
291297
pathutil (0.16.2)
292298
forwardable-extended (~> 2.6)
293-
prism (1.7.0)
299+
prism (1.9.0)
294300
pry (0.16.0)
295301
coderay (~> 1.1)
296302
method_source (~> 1.0)
@@ -307,18 +313,19 @@ GEM
307313
io-console (~> 0.5)
308314
rexml (3.4.2)
309315
rouge (3.30.0)
310-
rubocop (1.82.1)
316+
rubocop (1.85.1)
311317
json (~> 2.3)
312318
language_server-protocol (~> 3.17.0.2)
313319
lint_roller (~> 1.1.0)
320+
mcp (~> 0.6)
314321
parallel (~> 1.10)
315322
parser (>= 3.3.0.2)
316323
rainbow (>= 2.2.2, < 4.0)
317324
regexp_parser (>= 2.9.3, < 3.0)
318-
rubocop-ast (>= 1.48.0, < 2.0)
325+
rubocop-ast (>= 1.49.0, < 2.0)
319326
ruby-progressbar (~> 1.7)
320327
unicode-display_width (>= 2.4.0, < 4.0)
321-
rubocop-ast (1.49.0)
328+
rubocop-ast (1.49.1)
322329
parser (>= 3.3.7.2)
323330
prism (~> 1.7)
324331
rubocop-performance (1.26.1)
@@ -371,14 +378,14 @@ DEPENDENCIES
371378
fastimage
372379
github-pages (~> 232)
373380
httparty
374-
json (= 2.18.0)
381+
json (= 2.19.2)
375382
language_server-protocol (= 3.17.0.5)
376383
minitest
377-
nokogiri (~> 1.19.0)
384+
nokogiri (~> 1.19.2)
378385
octokit
379386
pry
380387
rake (= 13.3.1)
381-
rubocop (= 1.82.1)
388+
rubocop (= 1.85.1)
382389
rubocop-performance
383390
safe_yaml
384391
webrick

0 commit comments

Comments
 (0)