Skip to content

Commit

Permalink
build(deps): bump nokogiri from 1.15.6 to 1.16.6
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.6 to 1.16.6.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.16.6/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.15.6...v1.16.6)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent a7f29d5 commit 379ff17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'jekyll'
gem 'nokogiri', '1.15.6'
gem 'nokogiri', '1.16.6'
gem 'rake'
gem 'webrick'

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -218,14 +218,14 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.8.6)
mini_portile2 (2.8.7)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.22.3)
mutex_m (0.2.0)
nokogiri (1.15.6)
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
octokit (4.25.1)
Expand Down Expand Up @@ -277,7 +277,7 @@ DEPENDENCIES
jekyll
jekyll-include-cache
jekyll-toc
nokogiri (= 1.15.6)
nokogiri (= 1.16.6)
rake
webrick

Expand Down

0 comments on commit 379ff17

Please sign in to comment.