mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-11-01 17:51:01 +01:00
Because ruby-build is both a Homebrew formula and an rbenv plugin, some
people end up with both installed. In these cases, executing
`rbenv install` vs. `ruby-build` might not use the same install. Users
end up being unsure where `rbenv install` is coming from and upgrading
it from the wrong location.
This detect whether ruby-build is contained in Homebrew or git and shows
upgrade instructions accordingly. Example:
See all available versions with \`rbenv install --list'.
If the version you need is missing, try upgrading ruby-build:
brew update && brew upgrade ruby-build
|
||
|---|---|---|
| .. | ||
| fixtures | ||
| stubs | ||
| tmp | ||
| build.bats | ||
| cache.bats | ||
| checksum.bats | ||
| definitions.bats | ||
| fetch.bats | ||
| hooks.bats | ||
| installer.bats | ||
| mirror.bats | ||
| rbenv.bats | ||
| test_helper.bash | ||
| version.bats | ||