rosa-build/config/boot.rb

6 lines
208 B
Ruby
Raw Permalink Normal View History

2011-03-09 13:13:36 +00:00
# Set up gems listed in the Gemfile.
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
2013-12-09 20:15:59 +00:00
ENV['NEWRELIC_DISPATCHER'] ||= 'puma'
2011-03-09 13:13:36 +00:00
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])