Skip to content

Commit

Permalink
Update nokogiri requirement from >= 1.6, < 1.16 to >= 1.6, < 1.17
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.6.0...v1.16.0)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 28, 2023
1 parent cc18c51 commit 9d5f36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freight_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Gem::Specification.new do |spec|
spec.add_dependency('httparty', '~> 0.10')
spec.add_dependency('measured', '>= 2.0', '< 2.8.3')
spec.add_dependency('mimemagic', '~> 0.4.3')
spec.add_dependency('nokogiri', '>= 1.6', '< 1.16')
spec.add_dependency('nokogiri', '>= 1.6', '< 1.17')
spec.add_dependency('place_kit', '~> 0.0.1')
spec.add_dependency('savon', '>= 2.0', '< 2.15')
spec.add_dependency('tzinfo-data', '~> 1.2023', '>= 1.2023.3')
Expand Down

0 comments on commit 9d5f36d

Please sign in to comment.