1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-11-22 01:37:14 +01:00

ruby 2.3.0 by default

This commit is contained in:
Matthias Kretschmann 2016-05-15 18:21:09 +02:00
parent e9aedfe1ad
commit ac612fd6b1

View File

@ -7,9 +7,9 @@ curl -sSL https://get.rvm.io | bash
rvm requirements
# Install a Ruby
rvm install 2.2.2
rvm use --default 2.2.2
rvm install 2.3.0
rvm use --default 2.3.0
rvm rubygems latest
# Install gems
gem install bundler jekyll ghi lunchy
gem install bundler jekyll