Skip to content

Commit

Permalink
Bump nokogiri from 1.16.5 to 1.16.7
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.5 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.16.5...v1.16.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 5770e85 commit b4c01f4
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
Expand Up @@ -14,7 +14,7 @@ gem 'redcarpet', '~> 3.6'
gem 'pygments.rb', '~> 2.4'

# 1.14.0 is Ruby 2.7 only
gem 'nokogiri', '~> 1.16.5'
gem 'nokogiri', '~> 1.16.7'

# 1.17.0 does not seem to work on Ruby 2.6:
# https://github.com/perlun/perlun.eu.org/actions/runs/9685245708/job/26724904172?pr=50.
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ GEM
mercenary (0.3.6)
mini_portile2 (2.8.7)
minitest (5.23.1)
nokogiri (1.16.5)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
Expand Down Expand Up @@ -109,7 +109,7 @@ DEPENDENCIES
jekyll-multiple-languages-plugin!
jekyll-paginate (~> 1.1)
jemoji (~> 0.13)
nokogiri (~> 1.16.5)
nokogiri (~> 1.16.7)
pygments.rb (~> 2.4)
redcarpet (~> 3.6)

Expand Down

0 comments on commit b4c01f4

Please sign in to comment.