mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Use thor master since 0.18.0 has a regression
See
08265a380d
for the discussion and https://github.com/wycats/thor/pull/316 for the
fix
This commit is contained in:
parent
81b7ebf705
commit
22caf3983f
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
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
|
||||
|
|
Loading…
Reference in a new issue