rbenv-bundle-exec

Automatically use bundle exec with rbenv-managed Ruby versions

brewmacoslinux
Try with needOr install directly
Source

About

Integrate rbenv and bundler

Commands

rbenv-bundle-exec

Examples

Run a bundled gem command automatically with bundle exec$ rbenv bundle-exec rails server
Execute a rake task through bundler with rbenv$ rbenv bundle-exec rake db:migrate
Run rspec tests with proper gem isolation$ rbenv bundle-exec rspec spec/