Use last released version of thor

This commit is contained in:
Guillermo Iguaran 2013-03-30 11:44:27 -05:00
parent 6e170e1b71
commit d98ab530cb
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@ gem 'bcrypt-ruby', '~> 3.0.0'
gem 'jquery-rails', github: 'rails/jquery-rails'
gem 'turbolinks'
gem 'coffee-rails', '~> 4.0.0.beta1'
gem 'thor', github: 'wycats/thor'
# This needs to be with require false to avoid
# it being automatically loaded by sprockets

View File

@ -27,5 +27,5 @@ Gem::Specification.new do |s|
s.add_dependency 'actionpack', version
s.add_dependency 'rake', '>= 0.8.7'
s.add_dependency 'thor', '>= 0.17.0', '< 2.0'
s.add_dependency 'thor', '>= 0.18.1', '< 2.0'
end