Update Ruby
This commit is contained in:
parent
89b30898f2
commit
37f7e98830
4 changed files with 5 additions and 5 deletions
|
@ -1 +1 @@
|
|||
ruby-2.6.0
|
||||
ruby-2.6.2
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
ruby '2.6.0'
|
||||
ruby '2.6.2'
|
||||
|
||||
source 'https://rubygems.org'
|
||||
|
||||
|
|
|
@ -493,7 +493,7 @@ DEPENDENCIES
|
|||
yard (~> 0.9)
|
||||
|
||||
RUBY VERSION
|
||||
ruby 2.6.0p0
|
||||
ruby 2.6.2p47
|
||||
|
||||
BUNDLED WITH
|
||||
2.0.1
|
||||
|
|
|
@ -52,8 +52,8 @@ sudo usermod -a -G rvm user
|
|||
Log out from system, then log in again. Install Ruby and Bundler:
|
||||
|
||||
```
|
||||
rvm install ruby-2.6.0
|
||||
rvm use ruby-2.6.0
|
||||
rvm install ruby-2.6.2
|
||||
rvm use ruby-2.6.2
|
||||
gem install bundler
|
||||
```
|
||||
|
||||
|
|
Reference in a new issue