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 2debb37 commit 62d4100Copy full SHA for 62d4100
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", "< 5.0"
44
- spec.add_runtime_dependency "terminal-table", "~> 3.0"
+ spec.add_runtime_dependency "terminal-table", ">= 3", "< 5"
45
spec.add_runtime_dependency "thor", "~> 1.0"
46
47
# Use Redis instead of memcached
0 commit comments