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