Skip to content

Commit da67e63

Browse files
build(deps-dev): bump nokogiri from 1.18.4 to 1.18.8 in /docs (#4195)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.4 to 1.18.8. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.18.4...v1.18.8) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.18.8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6af6da5 commit da67e63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ end
2323
# Performance-booster for watching directories on Windows
2424
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
2525

26-
gem "nokogiri", "1.18.4", group: :jekyll_plugins
26+
gem "nokogiri", "1.18.8", group: :jekyll_plugins
2727
gem "mini_portile2", "2.8.5", group: :jekyll_plugins
2828

2929
gem "webrick", "~> 1.8"

docs/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ GEM
228228
mutex_m (0.2.0)
229229
net-http (0.4.1)
230230
uri
231-
nokogiri (1.18.4)
231+
nokogiri (1.18.8)
232232
mini_portile2 (~> 2.8.2)
233233
racc (~> 1.4)
234234
octokit (4.25.1)
@@ -274,7 +274,7 @@ DEPENDENCIES
274274
jekyll-sitemap (= 1.4.0)
275275
jekyll-toc
276276
mini_portile2 (= 2.8.5)
277-
nokogiri (= 1.18.4)
277+
nokogiri (= 1.18.8)
278278
wdm (~> 0.1.1)
279279
webrick (~> 1.8)
280280

0 commit comments

Comments
 (0)