Skip to content

Commit

Permalink
Change Ruby version instruction to 2.6.4 (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brown authored and Daniel Spindelbauer committed Nov 12, 2019
1 parent b4c1175 commit f0c9b4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cookbook/Technical-Documents/NewHiresCheckList.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ Make sure you also join your Tribe/Squad's Slack channels, groups.
teammate.) Make sure you download and install Xcode from the Apple Developer
Center, rather than the App Store, to avoid unexpected automatic updates.

1. Install Ruby 2.6.3. If you don't have Ruby or a version manager, you can use
1. Install Ruby 2.6.4. If you don't have Ruby or a version manager, you can use
RVM to set it up:

```
\curl -sSL https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
rvm install 2.6.3
rvm use 2.6.3
rvm install 2.6.4
rvm use 2.6.4
```
## Setup Guide
Expand Down

0 comments on commit f0c9b4d

Please sign in to comment.