rbenv-bundler

Makes rbenv shims aware of bundle install paths

brewmacoslinux
Try with needOr install directly
Source

About

Makes shims aware of bundle install paths

Commands

rbenv-bundler

Examples

Install rbenv-bundler plugin$ brew install rbenv-bundler
Enable bundler integration for rbenv$ mkdir -p ~/.rbenv/shims && rbenv-bundler --install
Automatically use bundled gems from local Gemfile$ cd /path/to/project && bundle install && rbenv rehash