| Bumping ruby version for ruby_dep - warvox - VoIP based wardialing tool, forked… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit dab84d5f7cdba72be3833141c9cc35dd66ae737f | |
| parent c8fa56771fefb5bc3ce563bcea9f1772a3ddb33d | |
| Author: Jay Scott <[email protected]> | |
| Date: Mon, 22 Aug 2016 09:14:16 +0000 | |
| Bumping ruby version for ruby_dep | |
| Diffstat: | |
| M .ruby-version | 2 +- | |
| M README.md | 6 +++--- | |
| 2 files changed, 4 insertions(+), 4 deletions(-) | |
| --- | |
| diff --git a/.ruby-version b/.ruby-version | |
| @@ -1 +1 @@ | |
| -2.2.3 | |
| +2.2.5 | |
| diff --git a/README.md b/README.md | |
| @@ -22,7 +22,7 @@ To get started, install the OS-level dependencies: | |
| $ sudo apt-get install gnuplot lame build-essential libssl-dev libcurl… | |
| postgresql postgresql-contrib postgresql-common git-core curl libpq-… | |
| -Install RVM to obtain Ruby 2.2.3 or later | |
| +Install RVM to obtain Ruby 2.2.5 or later | |
| $ \curl -L https://get.rvm.io | bash -s stable --autolibs=3 --rails | |
| @@ -30,9 +30,9 @@ After RVM is installed you need to run the rvm script provided | |
| $ source /usr/local/rvm/scripts/rvm | |
| -In case you have not installed Ruby 2.2.3 or later by now, do so using RVM. | |
| +In case you have not installed Ruby 2.2.5 or later by now, do so using RVM. | |
| - $ rvm install ruby-2.2.3 | |
| + $ rvm install ruby-2.2.5 | |
| Clone this repository to the location you want to install WarVOX: | |