install higher ruby by default

This commit is contained in:
Matthias Kretschmann 2018-09-20 22:52:01 +02:00
parent 84392462b2
commit 8c4219bf49
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ curl -sSL https://get.rvm.io | bash
rvm requirements rvm requirements
# Install a Ruby # Install a Ruby
rvm install 2.4.0 rvm install 2.5
rvm use --default 2.4.0 rvm use --default 2.5
rvm rubygems latest rvm rubygems latest
# Install gems # Install gems