rbenv-bundle-exec icon indicating copy to clipboard operation
rbenv-bundle-exec copied to clipboard

The one true plugin for rbenv bundler integration

Results 2 rbenv-bundle-exec issues
Sort by recently updated
recently updated
newest added

Documentation needs to be changed since `rbenv-gem-rehash` functionality is built into `rbenv` core now: https://github.com/rbenv/rbenv/pull/638.

Hi, When you try to `bundle install` this plugin should not add `bundle exec`. So, if you do: ``` git clone myproject cd myproject bundle install # it detects Gemfile...