refactor: migrate Ruby installers to Gemfile

This commit is contained in:
Stefan Imhoff
2022-10-15 19:50:03 +02:00
parent e0e3cabd76
commit a57dd6d7be
3 changed files with 10 additions and 0 deletions

View File

@@ -3,3 +3,4 @@
rbenv install $(rbenv install -l | grep -v - | tail -1)
rbenv global $(rbenv install -l | grep -v - | tail -1)
bundle install --gemfile=~/.dotfiles/Gemfile