mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-03-08 07:35:56 -05:00
Specify .ruby-version, update development instructions
This commit is contained in:
parent
23116756d0
commit
b84a778e15
1
.ruby-version
Normal file
1
.ruby-version
Normal file
@ -0,0 +1 @@
|
||||
2.6.2
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user