Skip to content

Commit e265cd2

Browse files
build(deps): bump nokogiri from 1.15.6 to 1.16.5
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.6 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.6...v1.16.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6a4302e commit e265cd2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
gem 'jekyll'
4-
gem 'nokogiri', '1.15.6'
4+
gem 'nokogiri', '1.16.5'
55
gem 'rake'
66
gem 'webrick'
77

Diff for: Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ GEM
225225
jekyll-seo-tag (~> 2.1)
226226
minitest (5.22.3)
227227
mutex_m (0.2.0)
228-
nokogiri (1.15.6)
228+
nokogiri (1.16.5)
229229
mini_portile2 (~> 2.8.2)
230230
racc (~> 1.4)
231231
octokit (4.25.1)
@@ -275,7 +275,7 @@ DEPENDENCIES
275275
jekyll
276276
jekyll-include-cache
277277
jekyll-toc
278-
nokogiri (= 1.15.6)
278+
nokogiri (= 1.16.5)
279279
rake
280280
webrick
281281

0 commit comments

Comments
 (0)