Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 915c78b commit 7ce595e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.17"
gem "nokogiri", "~> 1.18"

group :development do
gem "irb"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,12 @@ GEM
mutex_m (0.2.0)
net-http (0.4.1)
uri
nokogiri (1.17.2)
nokogiri (1.18.1)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.17.2-arm64-darwin)
nokogiri (1.18.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.17.2-x86_64-linux)
nokogiri (1.18.1-x86_64-linux-gnu)
racc (~> 1.4)
nronn (0.11.1)
kramdown (~> 2.1)
Expand Down Expand Up @@ -252,7 +252,7 @@ DEPENDENCIES
middleman-blog
middleman-search!
middleman-syntax
nokogiri (~> 1.17)
nokogiri (~> 1.18)
nronn
octokit (~> 9.2)
pry-byebug
Expand Down

0 comments on commit 7ce595e

Please sign in to comment.