Passenger Support
To get Passenger to work smoothly with our Bundler setup, need this file.
This commit is contained in:
parent
4bf2e0d944
commit
03fa32f140
3
config/setup_load_paths.rb
Normal file
3
config/setup_load_paths.rb
Normal 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')])
|
Loading…
Reference in a new issue