Ruby 2.7.1 has been released, but I can not install it with rbenv.
I am on macOS 10.15.3 with ZSH and Homebrew.
โฏ brew upgrade rbenv ruby-build
Warning: rbenv 1.1.2 already installed
Warning: ruby-build 20200224 already installed
โฏ rbenv install 2.7.1
ruby-build: definition not found: 2.7.1
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
==> Upgrading 1 outdated package:
ruby-build 20200224 -> 20200401
==> Upgrading ruby-build 20200224 -> 20200401
Homebrew got a new upgrade for ruby-build which solved the problem.
Most helpful comment
Homebrew got a new upgrade for ruby-build which solved the problem.