agenda-libre-ruby/config/boot.rb

5 lines
170 B
Ruby
Raw Normal View History

2013-11-13 23:09:38 +01:00
# Set up gems listed in the Gemfile.
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
2014-03-18 15:40:13 +01:00
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])