Skip to content

Commit

Permalink
Update mechanize requirement from >= 2.8.5, < 2.10.0 to >= 2.8.5, < 2…
Browse files Browse the repository at this point in the history
….11.0

Updates the requirements on [mechanize](https://github.com/sparklemotion/mechanize) to permit the latest version.
- [Release notes](https://github.com/sparklemotion/mechanize/releases)
- [Changelog](https://github.com/sparklemotion/mechanize/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/mechanize@v2.8.5...v2.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 2ad7d75 commit efa1615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-trend.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "addressable", "~> 2.8"
spec.add_dependency "mb_string"
spec.add_dependency "mechanize", ">= 2.8.5", "< 2.10.0"
spec.add_dependency "mechanize", ">= 2.8.5", "< 2.11.0"
spec.add_dependency "thor", ">= 0.20.0", "< 1.3.0"
spec.add_dependency "unicode-display_width"

Expand Down

0 comments on commit efa1615

Please sign in to comment.