Revert the more-flexible Thor dependency since it breaks bundle install for JRuby and we will need to update Padrino when it gets upgraded anyway

This commit is contained in:
Ben Hollis 2013-02-08 00:05:34 -08:00
parent 8996e65fd1
commit de7e621766
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", "~> 0.15"])
s.add_dependency("thor", [">~ 0.15.4"])
# 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", "~> 0.15"])
s.add_dependency("thor", [">~ 0.15.4"])
# Helpers
s.add_dependency("activesupport", ["~> 3.2.6"])