rails/load_paths.rb
Josh Kalderimis e6f0c24bc3 This fixes an issue when bundling to a local path (eg. /vendor/bundle).
If you bundle to a local path bundler is not included in it, so
calling "gem 'bundler'" will fail.
2011-07-17 15:21:19 +02:00

4 lines
89 B
Ruby

# bust gem prelude
require 'rubygems' unless defined? Gem
require 'bundler'
Bundler.setup