summaryrefslogtreecommitdiff
path: root/config/boot.rb
blob: 5e5f0c1fac0bcde58936530ada4fd08abcaf5a64 (plain)
1
2
3
4
# Set up gems listed in the Gemfile.
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)

require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])