2012-04-05 10:43:56 +02:00
|
|
|
# Set up gems listed in the Gemfile.
|
|
|
|
|
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
|
2007-03-30 04:36:52 +00:00
|
|
|
|
2012-04-05 10:43:56 +02:00
|
|
|
require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])
|