Upgrade bundler

Locking to 2.0.1 was a necessary workaround for a Netlify bug which has finally been resolved.
This commit is contained in:
Jonah Aragon 2021-01-15 14:26:54 -06:00
parent bc51ff101a
commit eb0ffd2258
No known key found for this signature in database
GPG Key ID: 6A957C9A9A9429F7
2 changed files with 3 additions and 3 deletions

View File

@ -72,4 +72,4 @@ DEPENDENCIES
tzinfo-data
BUNDLED WITH
2.0.1
2.2.5

View File

@ -27,8 +27,8 @@ If you want to discuss privacy in general, a new tool, or just something else, f
* 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 [Bundler](https://bundler.io/) v2.2.5:
* `gem install bundler:2.2.5`
1. Install the required dependencies:
* `bundle install`
1. Build the website (the output can be found in the `_site` directory):