From b84a778e156a4a8c1334e1aec194917c9338d9a7 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Fri, 15 Jan 2021 14:21:39 -0600 Subject: [PATCH] Specify .ruby-version, update development instructions --- .ruby-version | 1 + README.md | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .ruby-version diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 00000000..097a15a2 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +2.6.2 diff --git a/README.md b/README.md index cacbb5bf..243281f4 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,10 @@ If you want to discuss privacy in general, a new tool, or just something else, f ## Developing -1. Install the latest stable version of [Ruby](https://www.ruby-lang.org/en/downloads/). +1. Install the version of [Ruby](https://www.ruby-lang.org/en/downloads/) currently specified by [`.ruby-version`](.ruby-version) + * With [rbenv](https://github.com/rbenv/rbenv) (**recommended!**): `rbenv install` + * With [RVM](https://rvm.io): `rvm install "ruby-$(cat .ruby-version)"` + * [Manually](https://www.ruby-lang.org/en/downloads/) 1. Install [Bundler](https://bundler.io/) v2.0.1: * `gem install bundler -v 2.0.1` 1. Install the required dependencies: