Skip to content

Commit ffab77b

Browse files
build(deps-dev): bump nokogiri from 1.16.5 to 1.18.3 in /docs (gruntwork-io#3905)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.5 to 1.18.3. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.18.3/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.16.5...v1.18.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b9da872 commit ffab77b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: docs/Gemfile

+1-1
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.16.5", group: :jekyll_plugins
26+
gem "nokogiri", "1.18.3", group: :jekyll_plugins
2727
gem "mini_portile2", "2.8.5", group: :jekyll_plugins
2828

2929
gem "webrick", "~> 1.8"

Diff for: docs/Gemfile.lock

+2-2
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.16.5)
231+
nokogiri (1.18.3)
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.16.5)
277+
nokogiri (= 1.18.3)
278278
wdm (~> 0.1.1)
279279
webrick (~> 1.8)
280280

0 commit comments

Comments
 (0)