Skip to content

Commit c7bc99b

Browse files
chore(deps): bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [nokogiri](https://github.com/sparklemotion/nokogiri), [minitest](https://github.com/minitest/minitest) and [rubocop](https://github.com/rubocop/rubocop). Updates `nokogiri` from 1.18.3 to 1.18.4 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.18.4/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.18.3...v1.18.4) Updates `minitest` from 5.25.4 to 5.25.5 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.25.4...v5.25.5) Updates `rubocop` from 1.73.2 to 1.74.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.73.2...v1.74.0) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: minitest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 978406f commit c7bc99b

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22

33
gem "faraday-retry", "~> 2.2.1"
44
gem "github-pages", "~> 232", group: :jekyll_plugins
5-
gem "nokogiri", "~> 1.18.3"
5+
gem "nokogiri", "~> 1.18.4"
66

77
group :test do
88
gem "fastimage"

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -255,29 +255,29 @@ GEM
255255
jekyll (>= 3.5, < 5.0)
256256
jekyll-feed (~> 0.9)
257257
jekyll-seo-tag (~> 2.1)
258-
minitest (5.25.4)
258+
minitest (5.25.5)
259259
multi_xml (0.7.1)
260260
bigdecimal (~> 3.1)
261261
net-http (0.6.0)
262262
uri
263-
nokogiri (1.18.3)
263+
nokogiri (1.18.4)
264264
mini_portile2 (~> 2.8.2)
265265
racc (~> 1.4)
266-
nokogiri (1.18.3-aarch64-linux-gnu)
266+
nokogiri (1.18.4-aarch64-linux-gnu)
267267
racc (~> 1.4)
268-
nokogiri (1.18.3-aarch64-linux-musl)
268+
nokogiri (1.18.4-aarch64-linux-musl)
269269
racc (~> 1.4)
270-
nokogiri (1.18.3-arm-linux-gnu)
270+
nokogiri (1.18.4-arm-linux-gnu)
271271
racc (~> 1.4)
272-
nokogiri (1.18.3-arm-linux-musl)
272+
nokogiri (1.18.4-arm-linux-musl)
273273
racc (~> 1.4)
274-
nokogiri (1.18.3-arm64-darwin)
274+
nokogiri (1.18.4-arm64-darwin)
275275
racc (~> 1.4)
276-
nokogiri (1.18.3-x86_64-darwin)
276+
nokogiri (1.18.4-x86_64-darwin)
277277
racc (~> 1.4)
278-
nokogiri (1.18.3-x86_64-linux-gnu)
278+
nokogiri (1.18.4-x86_64-linux-gnu)
279279
racc (~> 1.4)
280-
nokogiri (1.18.3-x86_64-linux-musl)
280+
nokogiri (1.18.4-x86_64-linux-musl)
281281
racc (~> 1.4)
282282
octokit (4.25.1)
283283
faraday (>= 1, < 3)
@@ -301,7 +301,7 @@ GEM
301301
regexp_parser (2.10.0)
302302
rexml (3.4.0)
303303
rouge (3.30.0)
304-
rubocop (1.73.2)
304+
rubocop (1.74.0)
305305
json (~> 2.3)
306306
language_server-protocol (~> 3.17.0.2)
307307
lint_roller (~> 1.1.0)
@@ -312,7 +312,7 @@ GEM
312312
rubocop-ast (>= 1.38.0, < 2.0)
313313
ruby-progressbar (~> 1.7)
314314
unicode-display_width (>= 2.4.0, < 4.0)
315-
rubocop-ast (1.38.1)
315+
rubocop-ast (1.39.0)
316316
parser (>= 3.3.1.0)
317317
rubocop-performance (1.24.0)
318318
lint_roller (~> 1.1)
@@ -364,7 +364,7 @@ DEPENDENCIES
364364
github-pages (~> 232)
365365
httparty
366366
minitest
367-
nokogiri (~> 1.18.3)
367+
nokogiri (~> 1.18.4)
368368
octokit
369369
pry
370370
rake

0 commit comments

Comments
 (0)