engine/config/boot.rb

7 lines
156 B
Ruby
Raw Normal View History

require 'rubygems'
# Set up gems listed in the Gemfile.
if File.exist?(File.expand_path('../../Gemfile', __FILE__))
2010-03-29 22:01:47 +00:00
require 'bundler'
Bundler.setup
end