diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-03-27 10:49:15 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-03-27 10:50:41 -0300 |
commit | 22caf3983f966a9321c88d41a139dd53a59eeccc (patch) | |
tree | c874296673d6c5498ff6383c73f3884e3813dc82 | |
parent | 81b7ebf7056e23d2614d3071402536d9184ddeed (diff) | |
download | rails-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
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |