aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2012-04-12 14:48:33 +0100
committerJon Leighton <j@jonathanleighton.com>2012-04-12 15:01:43 +0100
commitdd2c9b9578d423c60c3a5eb19a7841e8a61faadf (patch)
treea53429849836ed3a234aa17a76aa92f2d45b0bce /Gemfile
parent1db54dffaffb83c7a1dacb4db7e4204c7bd1ddba (diff)
downloadrails-dd2c9b9578d423c60c3a5eb19a7841e8a61faadf.tar.gz
rails-dd2c9b9578d423c60c3a5eb19a7841e8a61faadf.tar.bz2
rails-dd2c9b9578d423c60c3a5eb19a7841e8a61faadf.zip
add active_record_deprecated_finders as a dep
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index acfb1c8e80..ada3f5e19f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -18,6 +18,12 @@ else
gem 'journey', :git => "git://github.com/rails/journey"
end
+if ENV['AR_DEPRECATED_FINDERS']
+ gem 'active_record_deprecated_finders', path: ENV['AR_DEPRECATED_FINDERS']
+else
+ gem 'active_record_deprecated_finders', git: 'git://github.com/rails/active_record_deprecated_finders'
+end
+
# This needs to be with require false to avoid
# it being automatically loaded by sprockets
gem 'uglifier', '>= 1.0.3', :require => false