aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2013-03-30 11:44:27 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2013-03-30 11:47:26 -0500
commitd98ab530cb265b09bb342fb9fc1078faf356c5f0 (patch)
tree792e475c7f97d952055a247e5992cc5810fad791
parent6e170e1b71bddcfece093700384373e33d3866b2 (diff)
downloadrails-d98ab530cb265b09bb342fb9fc1078faf356c5f0.tar.gz
rails-d98ab530cb265b09bb342fb9fc1078faf356c5f0.tar.bz2
rails-d98ab530cb265b09bb342fb9fc1078faf356c5f0.zip
Use last released version of thor
-rw-r--r--Gemfile1
-rw-r--r--railties/railties.gemspec2
2 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 9abc8a5d66..45deca8315 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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
diff --git a/railties/railties.gemspec b/railties/railties.gemspec
index 276cce3a77..45968052a8 100644
--- a/railties/railties.gemspec
+++ b/railties/railties.gemspec
@@ -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