Skip to content

Commit

Permalink
Fixes name of ActiveRecord deprecated finders gem
Browse files Browse the repository at this point in the history
  • Loading branch information
alindeman committed Sep 13, 2012
1 parent 7a019a6 commit f48946e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -32,7 +32,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"
gem "activerecord-deprecated_finders", :git => "git://github.com/rails/activerecord-deprecated_finders.git"
gem 'sass-rails', :git => "git://github.com/rails/sass-rails.git"
gem 'coffee-rails', :git => "git://github.com/rails/coffee-rails.git"
when /3-0-stable/
Expand Down

0 comments on commit f48946e

Please sign in to comment.