Nicolas Bally 6abf7679fd initial
2011-05-14 13:36:30 +02:00

8 lines
218 B
Ruby

# -*- encoding : utf-8 -*-
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'])