No need to put vendor on the load path
This commit is contained in:
parent
f6d81cf762
commit
2b46af5136
@ -12,7 +12,6 @@ end
|
|||||||
|
|
||||||
require 'pathname'
|
require 'pathname'
|
||||||
HOMEBREW_LIBRARY_PATH = Pathname.new(__FILE__).realpath.dirname.parent.join("Library/Homebrew").to_s
|
HOMEBREW_LIBRARY_PATH = Pathname.new(__FILE__).realpath.dirname.parent.join("Library/Homebrew").to_s
|
||||||
$:.unshift(HOMEBREW_LIBRARY_PATH + '/vendor')
|
|
||||||
$:.unshift(HOMEBREW_LIBRARY_PATH)
|
$:.unshift(HOMEBREW_LIBRARY_PATH)
|
||||||
require 'global'
|
require 'global'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user