Skip to content

Commit c4286e4

Browse files
Update mechanize requirement from >= 2.8.5, < 2.11.0 to >= 2.8.5, < 2.15.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.14.0) --- updated-dependencies: - dependency-name: mechanize dependency-version: 2.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 22cc34b commit c4286e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-trend.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
2727
spec.post_install_message = install_message
2828

2929
spec.add_dependency "addressable", "~> 2.8"
30-
spec.add_dependency "mechanize", ">= 2.8.5", "< 2.11.0"
30+
spec.add_dependency "mechanize", ">= 2.8.5", "< 2.15.0"
3131
spec.add_dependency "thor", ">= 0.20.0", "< 1.4.0"
3232

3333
spec.metadata["rubygems_mfa_required"] = "true"

0 commit comments

Comments
 (0)