Skip to content

Commit

Permalink
ci: add active_record_deprecated_finders to Gemfile so we can run aga…
Browse files Browse the repository at this point in the history
…inst Rails' master
  • Loading branch information
dchelimsky committed May 5, 2012
1 parent 71006ce commit 4f179c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ when /master/
gem "rails", :git => "git://github.com/rails/rails.git"
gem "arel", :git => "git://github.com/rails/arel.git"
gem "journey", :git => "git://github.com/rails/journey.git"
gem "active_record_deprecated_finders", :git => "git://github.com/rails/active_record_deprecated_finders.git"
when /3-0-stable/
gem "rails", :git => "git://github.com/rails/rails.git", :branch => "3-0-stable"
gem "arel", :git => "git://github.com/rails/arel.git", :branch => "2-0-stable"
Expand Down

0 comments on commit 4f179c4

Please sign in to comment.