Skip to content

Commit

Permalink
Added ruby 2.3 install on centos 7
Browse files Browse the repository at this point in the history
net-telnet and puma both require Ruby to be over 2.2.

Either you install the old variants of those 2, or update ruby to 2.3
  • Loading branch information
Atroskelis authored Nov 14, 2018
1 parent 415e031 commit 18e16a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,13 @@ RHEL 7 / CentOS 7 will work out of the box with the following package list:
```shell
yum install make cmake which sqlite-devel openssl-devel libssh2-devel ruby gcc ruby-devel libicu-devel gcc-c++
```
Then you have to install at least Ruby 2.3 for for the ruby requirements to work:

```shell
yum install centos-release-scl
yum install rh-ruby22
scl enable rh-ruby22 bash
```

Now let's install oxidized via Rubygems:

Expand Down

0 comments on commit 18e16a3

Please sign in to comment.