We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0989f48 commit 3284785Copy full SHA for 3284785
gemstash.gemspec
@@ -41,7 +41,7 @@ you push your own private gems as well."
41
spec.add_runtime_dependency "sequel", "~> 5.0"
42
spec.add_runtime_dependency "server_health_check-rack", "~> 0.1"
43
spec.add_runtime_dependency "sinatra", ">= 1.4", "< 3.0"
44
- spec.add_runtime_dependency "thor", "~> 0.20"
+ spec.add_runtime_dependency "thor", ">= 0.20", "< 2.0"
45
46
# Use Redis instead of memcached
47
# spec.add_runtime_dependency "redis", "~> 3.3"
0 commit comments