Skip to content

Commit

Permalink
chore(deps): Bump nokogiri from 1.16.7 to 1.17.0
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.7 to 1.17.0.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.16.7...v1.17.0)

---
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 Dec 9, 2024
1 parent 61eaed9 commit 17308d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem "octokit", "~> 9.2"
## To generate ERB files from ronn files from rubygems/rubygems
gem "nronn"
## To strip (man:strip_pages)
gem "nokogiri", "~> 1.16"
gem "nokogiri", "~> 1.17"

group :development do
gem "irb"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -131,20 +131,20 @@ GEM
middleman-syntax (3.4.0)
middleman-core (>= 3.2)
rouge (~> 3.2)
mini_portile2 (2.8.7)
mini_portile2 (2.8.8)
mini_racer (0.8.0)
libv8-node (~> 18.16.0.0)
minitest (5.21.2)
mustache (1.1.1)
mutex_m (0.2.0)
net-http (0.4.1)
uri
nokogiri (1.16.7)
nokogiri (1.17.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.7-arm64-darwin)
nokogiri (1.17.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
nokogiri (1.17.0-x86_64-linux)
racc (~> 1.4)
nronn (0.11.1)
kramdown (~> 2.1)
Expand Down Expand Up @@ -250,7 +250,7 @@ DEPENDENCIES
middleman-blog
middleman-search!
middleman-syntax
nokogiri (~> 1.16)
nokogiri (~> 1.17)
nronn
octokit (~> 9.2)
pry-byebug
Expand Down

0 comments on commit 17308d5

Please sign in to comment.