Skip to content

Commit

Permalink
Update nokogiri requirement from ~> 1.17.2 to ~> 1.18.1
Browse files Browse the repository at this point in the history
Updates the requirements on [nokogiri](https://github.com/sparklemotion/nokogiri) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 76a92ec commit 057b48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gemspec

gem "gc_ruboconfig", "~> 5.0.2"
gem "nokogiri", "~> 1.17.2"
gem "nokogiri", "~> 1.18.1"
gem "pry-byebug", "~> 3.10"
gem "rspec", "~> 3.13"
gem "rspec-github", "~> 2.4.0"
Expand Down

0 comments on commit 057b48c

Please sign in to comment.