rbenv v1.1.2 Release Notes

Release Date: 2019-03-25 // about 5 years ago

    ๐Ÿ›  Fix rehash mechanism for versions of bash that complain about clobbering /dev/null

    Enforce absolute RBENV_DIR to avoid having to unset CDPATH

    rbenv-version-file: ensure that the version file is a file

    rbenv init -: fix output to work without args and set -u

    ๐Ÿ‘ rbenv shell: better error message when shell integration wasn't enabled

    ๐Ÿ’Ž Enable freezing rbenv version via rbenv version-name > .ruby-version in the shell

    rbenv-which: avoid changing PATH unless necessary

    rbenv-prefix: do not silence rbenv-which errors for system version


Previous changes from v1.1.1

    • ๐Ÿ›  Fix setting environment variable in fish shell
    • Rename OLD_RBENV_VERSION to RBENV_* convention