mirror of
https://github.com/gosticks/brew.git
synced 2026-09-01 14:30:27 +00:00
8 lines
210 B
Ruby
8 lines
210 B
Ruby
require "pathname"
|
|
|
|
HOMEBREW_LIBRARY_PATH = Pathname(__dir__).realpath
|
|
|
|
$LOAD_PATH.push(HOMEBREW_LIBRARY_PATH.to_s) unless $LOAD_PATH.include?(HOMEBREW_LIBRARY_PATH.to_s)
|
|
|
|
require "vendor/bundle/bundler/setup"
|