Skip to content

Commit

Permalink
Remove ENV check from the Gemfile in favor of bundle config rails.local
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Mendonça França committed Sep 25, 2012
1 parent 40f1f11 commit 56e0aee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Gemfile
Expand Up @@ -6,8 +6,4 @@ gemspec
gem 'activerecord-deprecated_finders', git: 'git://github.com/rails/activerecord-deprecated_finders'
gem 'journey', git: 'https://github.com/rails/journey.git'

if ENV['RAILS']
gem 'rails', path: ENV['RAILS']
else
gem 'rails', git: 'git://github.com/rails/rails'
end
gem 'rails', git: 'git://github.com/rails/rails', branch: 'extract_observers'

0 comments on commit 56e0aee

Please sign in to comment.