You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change rbenv install to attempt to install the local app-specific
version when it is invoked without any arguments
Add interactive confirmation to rbenv install when the destination prefix
exists. Pass -f or --force to force installation of versions that are
already installed
Add support for specifying which program to use for make via the $MAKE
environment variable. FreeBSD users can now instruct ruby-build to use GNU
make by setting MAKE=gmake
Modify the post-install process to invoke chmod only for group- or
world-writable directories
Add before_install and after_install hooks for rbenv install plugins to
facilitate post-installation automation