loosen thor dep now that we're bundling padrino

This commit is contained in:
Thomas Reynolds 2013-05-23 13:32:10 -07:00
parent 424fee0722
commit 90eb5fca3e

View file

@ -27,13 +27,13 @@ Gem::Specification.new do |s|
s.add_dependency("rack-test", ["~> 0.6.1"])
# CLI
s.add_dependency("thor", ["~> 0.15.2"])
s.add_dependency("thor", [">= 0.15.2", "< 2.0"])
# Helpers
s.add_dependency("activesupport", ["~> 3.2.6"])
# Watcher
s.add_dependency("listen", ["~> 1.1.1"])
s.add_dependency("listen", ["~> 1.1.3"])
# i18n
s.add_dependency("i18n", ["~> 0.6.1"])