mirror of
https://github.com/pyenv/pyenv.git
synced 2025-12-11 17:01:27 +09:00
The `rubygems_plugin.rb` file doesn't get loaded until after `Bundler::Installer.install` is called, so target `Bundler::Installer#install` to fix invocation order issues. Co-authored-by: Mislav Marohnić <git@mislav.net>