# 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 ``` For example, our development is on the newest stable Ruby ``` $ rbenv install 2.6.1 ```