Skip to content

Commit 3284785

Browse files
Update thor requirement from ~> 0.20 to >= 0.20, < 2.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.2.2) --- updated-dependencies: - dependency-name: thor dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0989f48 commit 3284785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gemstash.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ you push your own private gems as well."
4141
spec.add_runtime_dependency "sequel", "~> 5.0"
4242
spec.add_runtime_dependency "server_health_check-rack", "~> 0.1"
4343
spec.add_runtime_dependency "sinatra", ">= 1.4", "< 3.0"
44-
spec.add_runtime_dependency "thor", "~> 0.20"
44+
spec.add_runtime_dependency "thor", ">= 0.20", "< 2.0"
4545

4646
# Use Redis instead of memcached
4747
# spec.add_runtime_dependency "redis", "~> 3.3"

0 commit comments

Comments
 (0)