ochorocho / gitlab-package-updater

Updates all packages of Composer (php), yarn (JS), npm (JS), bundler (ruby) in a project
0 stars 0 forks source link

Make rbenv bundler aware #4

Open ochorocho opened 5 years ago

ochorocho commented 5 years ago
git clone git://github.com/carsomyr/rbenv-bundler.git ~/.rbenv/plugins/bundler

For each installed version run:

gem install bundler
rbenv rehash

https://dan.carley.co/blog/2012/02/07/rbenv-and-bundler/