mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-23 03:41:03 +00:00
Specify .ruby-version, update development instructions
This commit is contained in:
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
|
## 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:
|
1. Install [Bundler](https://bundler.io/) v2.0.1:
|
||||||
* `gem install bundler -v 2.0.1`
|
* `gem install bundler -v 2.0.1`
|
||||||
1. Install the required dependencies:
|
1. Install the required dependencies:
|
||||||
|
Reference in New Issue
Block a user