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
|
|
|
|
2014-03-19 09:46:16 +00:00
|
|
|
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
|