Skip to content

Commit 4f179c4

Browse files
committed
ci: add active_record_deprecated_finders to Gemfile so we can run against Rails' master
1 parent 71006ce commit 4f179c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ when /master/
3131
gem "rails", :git => "git://github.com/rails/rails.git"
3232
gem "arel", :git => "git://github.com/rails/arel.git"
3333
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"
3435
when /3-0-stable/
3536
gem "rails", :git => "git://github.com/rails/rails.git", :branch => "3-0-stable"
3637
gem "arel", :git => "git://github.com/rails/arel.git", :branch => "2-0-stable"

0 commit comments

Comments
 (0)