Skip to content

Commit

Permalink
Update mechanize requirement from >= 2.8.5, < 2.11.0 to >= 2.8.5, < 2…
Browse files Browse the repository at this point in the history
….13.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.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 30, 2024
1 parent 96d1321 commit 3e263a5
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.11.0"
spec.add_dependency "mechanize", ">= 2.8.5", "< 2.13.0"
spec.add_dependency "thor", ">= 0.20.0", "< 1.4.0"
spec.add_dependency "unicode-display_width"

Expand Down

0 comments on commit 3e263a5

Please sign in to comment.