mirror of
https://github.com/pyenv/pyenv.git
synced 2025-12-08 23:41:26 +09:00
commit
bb129a782b
@ -10,7 +10,7 @@ hook = lambda do |installer|
|
|||||||
end
|
end
|
||||||
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
|
Bundler::Installer.class_eval do
|
||||||
class << self
|
class << self
|
||||||
alias install_without_rbenv_rehash install
|
alias install_without_rbenv_rehash install
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user