2011-06-05 11:09:06 +00:00
|
|
|
require 'yaml'
|
|
|
|
YAML::ENGINE.yamler= 'syck'
|
|
|
|
|
2011-06-01 18:23:29 +00:00
|
|
|
require 'rubygems'
|
|
|
|
gemfile = File.expand_path('../../../../Gemfile', __FILE__)
|
|
|
|
|
|
|
|
if File.exist?(gemfile)
|
|
|
|
ENV['BUNDLE_GEMFILE'] = gemfile
|
|
|
|
require 'bundler'
|
|
|
|
Bundler.setup
|
|
|
|
end
|