mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Use thor master to make rails work with Ruby 2.0
This commit is contained in:
parent
12283dfa95
commit
da97bfeb6e
1 changed files with 2 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -12,6 +12,8 @@ gem 'jquery-rails', '~> 2.1.4', github: 'rails/jquery-rails'
|
|||
gem 'turbolinks'
|
||||
gem 'coffee-rails', github: 'rails/coffee-rails'
|
||||
|
||||
# TODO: Release thor
|
||||
gem 'thor', github: 'wycats/thor', branch: 'master'
|
||||
|
||||
gem 'activerecord-deprecated_finders', github: 'rails/activerecord-deprecated_finders', branch: 'master'
|
||||
|
||||
|
|
Loading…
Reference in a new issue