diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-01-23 23:08:22 -0200 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-01-23 23:08:28 -0200 |
commit | fb3996f89d4ef8ab087e28b9b2ab691ba628a33c (patch) | |
tree | c5e18e828bec0081f9d31776fe969cd29a45bce8 /Gemfile | |
parent | c5989cc4837b5f814e14332a0b90a44dfa806b4e (diff) | |
download | rails-fb3996f89d4ef8ab087e28b9b2ab691ba628a33c.tar.gz rails-fb3996f89d4ef8ab087e28b9b2ab691ba628a33c.tar.bz2 rails-fb3996f89d4ef8ab087e28b9b2ab691ba628a33c.zip |
Depend on thor >= 0.17.0
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -12,9 +12,6 @@ gem 'jquery-rails', '~> 2.2.0', 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' # Needed for compiling the ActionDispatch::Journey parser |