Skip to content

Commit

Permalink
Merge pull request #70 from rochefort/dependabot/bundler/mechanize-gt…
Browse files Browse the repository at this point in the history
…e-2.8.5-and-lt-2.11.0

Update mechanize requirement from >= 2.8.5, < 2.10.0 to >= 2.8.5, < 2.11.0
  • Loading branch information
rochefort authored Feb 7, 2024
2 parents ad93106 + 4847f73 commit 96d1321
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.4.0"
spec.add_dependency "unicode-display_width"

Expand Down

0 comments on commit 96d1321

Please sign in to comment.