2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-03 15:40:30 +00:00
steffen-dotfiles/install/ruby.sh
2015-05-05 13:20:10 +02:00

8 lines
179 B
Bash
Executable File

#!/usr/bin/env bash
rbenv install 2.2.2
gem install bundler --no-document
gem install capistrano --no-document
gem install sass --no-document
gem install scss_lint --no-document