Skip to content

Commit 3457d96

Browse files
Bump nokogiri from 1.15.4 to 1.16.5 in /docs
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.4 to 1.16.5. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.15.4...v1.16.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aa5abd5 commit 3457d96

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ source 'https://rubygems.org'
1717
gem 'github-pages'
1818
gem 'redcarpet'
1919
gem 'jekyll-twitter-plugin'
20-
gem 'nokogiri', '1.15.4'
20+
gem 'nokogiri', '1.16.5'
2121
gem 'mini_portile2', '2.8.4'
2222

2323
gem "webrick", "~> 1.8" # By upgrading ruby to 3.x

docs/Gemfile.lock

+6-2
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,13 @@ GEM
230230
minitest (5.25.1)
231231
net-http (0.4.1)
232232
uri
233-
nokogiri (1.15.4)
233+
nokogiri (1.16.5)
234234
mini_portile2 (~> 2.8.2)
235235
racc (~> 1.4)
236+
nokogiri (1.16.5-arm64-darwin)
237+
racc (~> 1.4)
238+
nokogiri (1.16.5-x86_64-linux)
239+
racc (~> 1.4)
236240
octokit (4.25.1)
237241
faraday (>= 1, < 3)
238242
sawyer (~> 0.9)
@@ -277,7 +281,7 @@ DEPENDENCIES
277281
github-pages
278282
jekyll-twitter-plugin
279283
mini_portile2 (= 2.8.4)
280-
nokogiri (= 1.15.4)
284+
nokogiri (= 1.16.5)
281285
redcarpet
282286
webrick (~> 1.8)
283287

0 commit comments

Comments
 (0)