Nicolas Bally 56a0aa9848 initial
2012-06-17 21:11:12 +02:00

7 lines
191 B
Ruby

require 'rubygems'
# Set up gems listed in the Gemfile.
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])