diff options
| author | Luc Donnet | 2012-01-06 17:48:53 +0100 | 
|---|---|---|
| committer | Luc Donnet | 2012-01-06 17:48:53 +0100 | 
| commit | f15300dd765252003da9f112775b9caed065c921 (patch) | |
| tree | 4501bef526ed159a0aeceb8c33709f4bb2c703ec /config/boot.rb | |
| download | chouette-core-f15300dd765252003da9f112775b9caed065c921.tar.bz2 | |
Initialize chouette2
Diffstat (limited to 'config/boot.rb')
| -rw-r--r-- | config/boot.rb | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/config/boot.rb b/config/boot.rb new file mode 100644 index 000000000..4489e5868 --- /dev/null +++ b/config/boot.rb @@ -0,0 +1,6 @@ +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']) | 
