Passenger Support

To get Passenger to work smoothly
with our Bundler setup, need this file.
master
Jacques Distler 2010-09-25 00:35:47 -05:00
parent 4bf2e0d944
commit 03fa32f140
1 changed files with 3 additions and 0 deletions

View File

@ -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')])