Resolve "Unable to locate package ruby2.4" error (#7196)

Merge pull request 7196
This commit is contained in:
Ma HongJun 2018-08-26 20:45:06 +09:00 committed by jekyllbot
parent 5666e42474
commit a983bac6ca
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ Now we can install Ruby. To do this we will use a repository from [BrightBox](ht
```sh
sudo apt-add-repository ppa:brightbox/ruby-ng
sudo apt-get update
sudo apt-get install ruby2.4 ruby2.4-dev build-essential dh-autoreconf
sudo apt-get install ruby2.5 ruby2.5-dev build-essential dh-autoreconf
```
Next let's update our Ruby gems: