mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
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:
parent
bc51ff101a
commit
eb0ffd2258
@ -72,4 +72,4 @@ DEPENDENCIES
|
|||||||
tzinfo-data
|
tzinfo-data
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.0.1
|
2.2.5
|
||||||
|
@ -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 [rbenv](https://github.com/rbenv/rbenv) (**recommended!**): `rbenv install`
|
||||||
* With [RVM](https://rvm.io): `rvm install "ruby-$(cat .ruby-version)"`
|
* With [RVM](https://rvm.io): `rvm install "ruby-$(cat .ruby-version)"`
|
||||||
* [Manually](https://www.ruby-lang.org/en/downloads/)
|
* [Manually](https://www.ruby-lang.org/en/downloads/)
|
||||||
1. Install [Bundler](https://bundler.io/) v2.0.1:
|
1. Install [Bundler](https://bundler.io/) v2.2.5:
|
||||||
* `gem install bundler -v 2.0.1`
|
* `gem install bundler:2.2.5`
|
||||||
1. Install the required dependencies:
|
1. Install the required dependencies:
|
||||||
* `bundle install`
|
* `bundle install`
|
||||||
1. Build the website (the output can be found in the `_site` directory):
|
1. Build the website (the output can be found in the `_site` directory):
|
||||||
|
Loading…
Reference in New Issue
Block a user