Specify .ruby-version, update development instructions

This commit is contained in:
Jonah Aragon 2021-01-15 14:21:39 -06:00
parent 23116756d0
commit b84a778e15
No known key found for this signature in database
GPG Key ID: 6A957C9A9A9429F7
2 changed files with 5 additions and 1 deletions

1
.ruby-version Normal file
View File

@ -0,0 +1 @@
2.6.2

View File

@ -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: