Skip to content
This repository has been archived by the owner on Jul 12, 2018. It is now read-only.

Commit

Permalink
Merge pull request #89 from bengm/patch-1
Browse files Browse the repository at this point in the history
Update required Ruby version in Readme
  • Loading branch information
afeld committed Oct 24, 2017
2 parents 56e7341 + 2fc6510 commit 233a218
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ This is a skeleton repo containing the

#### Installing Ruby

You will need [Ruby](https://www.ruby-lang.org) ( > version 2.1.5 ). To check
You will need [Ruby](https://www.ruby-lang.org) ( > version 2.2.4 ). To check
whether it's already installed on a UNIX-like system, open up a terminal
window (e.g. Terminal on OS X) and type `ruby -v` at the command prompt. For
example, you should see something similar to the following:

```shell
$ ruby -v
ruby 2.2.3p173 (2015-08-18 revision 51636) [x86_64-darwin14]
ruby 2.2.4p230 (2015-12-16 revision 53155) [x86_64-darwin15]
```

If the version number is less than 2.1.5, or instead you see something like:
If the version number is less than 2.2.4, or instead you see something like:

```shell
$ ruby -v
Expand Down

0 comments on commit 233a218

Please sign in to comment.