mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
commit
bb129a782b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ hook = lambda do |installer|
|
|||
end
|
||||
end
|
||||
|
||||
if defined?(Bundler::Installer) && Bundler::Installer.respond_to?(:install)
|
||||
if defined?(Bundler::Installer) && Bundler::Installer.respond_to?(:install) && !Bundler::Installer.respond_to?(:install_without_rbenv_rehash)
|
||||
Bundler::Installer.class_eval do
|
||||
class << self
|
||||
alias install_without_rbenv_rehash install
|
||||
|
|
Loading…
Reference in a new issue