Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 349 Bytes

rbenv.md

File metadata and controls

13 lines (10 loc) · 349 Bytes

rbenv setup

Install rbenv if necessary

See the docs for rbenv

If using homebrew: brew install rbenv

Set local version

In the home directory of this project, run the following commands to set the version of ruby that we're using for this project

rbenv install 2.4.2
rbenv local 2.4.2