diff --git a/config/setup_load_paths.rb b/config/setup_load_paths.rb new file mode 100644 index 00000000..5ecf1517 --- /dev/null +++ b/config/setup_load_paths.rb @@ -0,0 +1,3 @@ +require "rubygems" +vend = File.join(File.dirname(__FILE__), '..', 'vendor') +Gem.use_paths File.join(vend, 'bundle', File.basename(Gem.dir)), (Gem.path + [File.join(vend, 'plugins', 'bundler')])