1
0
Fork 0

Update Ruby

This commit is contained in:
Alex Kotov 2019-04-27 16:04:36 +05:00
parent 89b30898f2
commit 37f7e98830
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
4 changed files with 5 additions and 5 deletions

View file

@ -1 +1 @@
ruby-2.6.0 ruby-2.6.2

View file

@ -1,6 +1,6 @@
# frozen_string_literal: true # frozen_string_literal: true
ruby '2.6.0' ruby '2.6.2'
source 'https://rubygems.org' source 'https://rubygems.org'

View file

@ -493,7 +493,7 @@ DEPENDENCIES
yard (~> 0.9) yard (~> 0.9)
RUBY VERSION RUBY VERSION
ruby 2.6.0p0 ruby 2.6.2p47
BUNDLED WITH BUNDLED WITH
2.0.1 2.0.1

View file

@ -52,8 +52,8 @@ sudo usermod -a -G rvm user
Log out from system, then log in again. Install Ruby and Bundler: Log out from system, then log in again. Install Ruby and Bundler:
``` ```
rvm install ruby-2.6.0 rvm install ruby-2.6.2
rvm use ruby-2.6.0 rvm use ruby-2.6.2
gem install bundler gem install bundler
``` ```