rbenv-binstubs

Makes rbenv aware of bundler binstubs for gem executables

brewmacoslinux
Try with needOr install directly
Source

About

Make rbenv aware of bundler binstubs

Commands

rbenv-binstubs

Examples

Install the rbenv-binstubs plugin to enable binstub support$ brew install rbenv-binstubs
Automatically use bundler binstubs when available in a project$ cd /path/to/project && bundle binstubs --all
Verify rbenv can find and use the binstubs from bundler$ rbenv which rspec