Skip to content

Commit e5c91d5

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

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-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.7'
55
gem 'rake'
66
gem 'webrick'
77

Diff for: Gemfile.lock

+4-2
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,11 @@ GEM
226226
jekyll-seo-tag (~> 2.1)
227227
minitest (5.24.1)
228228
mutex_m (0.2.0)
229-
nokogiri (1.15.6)
229+
nokogiri (1.16.7)
230230
mini_portile2 (~> 2.8.2)
231231
racc (~> 1.4)
232+
nokogiri (1.16.7-arm64-darwin)
233+
racc (~> 1.4)
232234
octokit (4.25.1)
233235
faraday (>= 1, < 3)
234236
sawyer (~> 0.9)
@@ -275,7 +277,7 @@ DEPENDENCIES
275277
jekyll
276278
jekyll-include-cache
277279
jekyll-toc
278-
nokogiri (= 1.15.6)
280+
nokogiri (= 1.16.7)
279281
rake
280282
webrick
281283

0 commit comments

Comments
 (0)