Skip to content

Commit e8143f1

Browse files
Update thor requirement from >= 0.20.0, < 1.4.0 to >= 0.20.0, < 1.5.0
Updates the requirements on [thor](https://github.com/rails/thor) to permit the latest version. - [Release notes](https://github.com/rails/thor/releases) - [Commits](rails/thor@v0.20.0...v1.4.0) --- updated-dependencies: - dependency-name: thor dependency-version: 1.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 22cc34b commit e8143f1

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
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
2828

2929
spec.add_dependency "addressable", "~> 2.8"
3030
spec.add_dependency "mechanize", ">= 2.8.5", "< 2.11.0"
31-
spec.add_dependency "thor", ">= 0.20.0", "< 1.4.0"
31+
spec.add_dependency "thor", ">= 0.20.0", "< 1.5.0"
3232

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

0 commit comments

Comments
 (0)