Sha256: b23bc96b2abf82b3d2bfcfbd9da278aaffce95ff4816520318a68b0fbd294bf9

Contents?: true

Size: 433 Bytes

Versions: 10

Compression:

Stored size: 433 Bytes

Contents

# Installing Ruby

There are a variety of ways to download Ruby, see
[their download](https://www.ruby-lang.org/en/downloads/) page for some
suggestions.

[TL;DR - use rbenv](https://github.com/rbenv/rbenv-installer#rbenv-installer).

If you're using rbenv (or followed the above link)

To install Ruby

```
$ rbenv install <some_version>
```

For example, our development is on the newest stable Ruby

```
$ rbenv install 2.6.1
```

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
whatup-0.3.5 docs/installing_ruby.md
whatup-0.3.4 docs/installing_ruby.md
whatup-0.3.3 docs/installing_ruby.md
whatup-0.3.2 docs/installing_ruby.md
whatup-0.3.1 docs/installing_ruby.md
whatup-0.3.0 docs/installing_ruby.md
whatup-0.2.5 docs/installing_ruby.md
whatup-0.2.4 docs/installing_ruby.md
whatup-0.2.3 docs/installing_ruby.md
whatup-0.2.2 docs/installing_ruby.md