rbenv-default-gems

Auto-installs gems for Ruby installs via rbenv

brewmacoslinux
Try with needOr install directly
Source

About

Auto-installs gems for Ruby installs

Commands

rbenv

Examples

Create a .rbenv-gemrc file to specify default gems$ echo 'bundler rake' > ~/.rbenv-gemrc
Install Ruby 3.2.0 with auto-installed default gems$ rbenv install 3.2.0
View installed gems for current Ruby version$ gem list