aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-03-27 10:49:15 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-03-27 10:50:41 -0300
commit22caf3983f966a9321c88d41a139dd53a59eeccc (patch)
treec874296673d6c5498ff6383c73f3884e3813dc82 /Gemfile
parent81b7ebf7056e23d2614d3071402536d9184ddeed (diff)
downloadrails-22caf3983f966a9321c88d41a139dd53a59eeccc.tar.gz
rails-22caf3983f966a9321c88d41a139dd53a59eeccc.tar.bz2
rails-22caf3983f966a9321c88d41a139dd53a59eeccc.zip
Use thor master since 0.18.0 has a regression
See https://github.com/wycats/thor/commit/08265a380d0ff3fce014e98e87bb8c2330858e4a for the discussion and https://github.com/wycats/thor/pull/316 for the fix
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 45deca8315..9abc8a5d66 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,6 +8,7 @@ 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