Skip to content

Commit d290192

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 42b12a6 commit d290192

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
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

+6-4
Original file line numberDiff line numberDiff line change
@@ -219,23 +219,25 @@ GEM
219219
rb-fsevent (~> 0.10, >= 0.10.3)
220220
rb-inotify (~> 0.9, >= 0.9.10)
221221
mercenary (0.3.6)
222-
mini_portile2 (2.8.7)
222+
mini_portile2 (2.8.8)
223223
minima (2.5.1)
224224
jekyll (>= 3.5, < 5.0)
225225
jekyll-feed (~> 0.9)
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)
235237
pathutil (0.16.2)
236238
forwardable-extended (~> 2.6)
237239
public_suffix (5.1.1)
238-
racc (1.8.0)
240+
racc (1.8.1)
239241
rake (13.2.1)
240242
rb-fsevent (0.11.2)
241243
rb-inotify (0.11.1)
@@ -273,7 +275,7 @@ DEPENDENCIES
273275
jekyll
274276
jekyll-include-cache
275277
jekyll-toc
276-
nokogiri (= 1.15.6)
278+
nokogiri (= 1.16.7)
277279
rake
278280
webrick
279281

0 commit comments

Comments
 (0)