loosening our thor dependency in advance of padrino updating to 0.16. Closes #751

This commit is contained in:
Thomas Reynolds 2013-01-25 23:04:52 -08:00
parent 49cf6c53c6
commit 5f84833fc5
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.add_dependency("rack-test", ["~> 0.6.1"])
# CLI
s.add_dependency("thor", ["~> 0.15.4"])
s.add_dependency("thor", [">= 0.15.4", "~> 0.15"])
# Helpers
s.add_dependency("activesupport", ["~> 3.2.6"])

View file

@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_dependency("rack-test", ["~> 0.6.1"])
# CLI
s.add_dependency("thor", ["~> 0.15.4"])
s.add_dependency("thor", [">= 0.15.4", "~> 0.15"])
# Helpers
s.add_dependency("activesupport", ["~> 3.2.6"])