diff options
| author | Luc Donnet | 2015-02-20 15:33:05 +0100 | 
|---|---|---|
| committer | Luc Donnet | 2015-02-20 15:33:05 +0100 | 
| commit | 35bf9fa59c5486905f642f32fe741f7fcbdb9101 (patch) | |
| tree | dfc06d91e5fe3742ce4c5ebdcea362d7d76bb6ea /config/boot.rb | |
| parent | ad74d12ada2bbe2fe961424a3ce529f28cc157da (diff) | |
| download | chouette-core-35bf9fa59c5486905f642f32fe741f7fcbdb9101.tar.bz2 | |
Update config in a true Rails 4 way
Diffstat (limited to 'config/boot.rb')
| -rw-r--r-- | config/boot.rb | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/config/boot.rb b/config/boot.rb index 4489e5868..5e5f0c1fa 100644 --- a/config/boot.rb +++ b/config/boot.rb @@ -1,6 +1,4 @@ -require 'rubygems' -  # Set up gems listed in the Gemfile.  ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE']) +require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE']) | 
