We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71006ce commit 4f179c4Copy full SHA for 4f179c4
Gemfile
@@ -31,6 +31,7 @@ when /master/
31
gem "rails", :git => "git://github.com/rails/rails.git"
32
gem "arel", :git => "git://github.com/rails/arel.git"
33
gem "journey", :git => "git://github.com/rails/journey.git"
34
+ gem "active_record_deprecated_finders", :git => "git://github.com/rails/active_record_deprecated_finders.git"
35
when /3-0-stable/
36
gem "rails", :git => "git://github.com/rails/rails.git", :branch => "3-0-stable"
37
gem "arel", :git => "git://github.com/rails/arel.git", :branch => "2-0-stable"
0 commit comments