Files
rails/load_paths.rb
Josh Kalderimis 20aff013f1 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.

Conflicts:

	load_paths.rb
2011-07-18 23:36:33 +02:00

4 lines
89 B
Ruby

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