aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@plataformatec.com.br>2013-02-25 12:35:14 -0700
committerJosé Valim <jose.valim@plataformatec.com.br>2013-02-25 12:35:20 -0700
commit612ebbcbb2442b80757045c31605c2de8db0e067 (patch)
treec108a3a65f2eea22fa74ce06e0f91ca4208e7cbd /Gemfile
parentefabcb4cb4de2fff1e17baa2e4097f5ef470e1b4 (diff)
downloadrails-612ebbcbb2442b80757045c31605c2de8db0e067.tar.gz
rails-612ebbcbb2442b80757045c31605c2de8db0e067.tar.bz2
rails-612ebbcbb2442b80757045c31605c2de8db0e067.zip
ar-deprecated_finders is already in the gemspec
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 9388dcf808..352410cc49 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,8 +11,6 @@ gem 'jquery-rails', '~> 2.2.0'
gem 'turbolinks'
gem 'coffee-rails', github: 'rails/coffee-rails'
-gem 'activerecord-deprecated_finders', '~> 0.0.3'
-
# Needed for compiling the ActionDispatch::Journey parser
gem 'racc', '>=1.4.6', require: false