From eb0ffd22587d0ea97a17b536f241db8c715273a1 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Fri, 15 Jan 2021 14:26:54 -0600 Subject: [PATCH] Upgrade bundler Locking to 2.0.1 was a necessary workaround for a Netlify bug which has finally been resolved. --- Gemfile.lock | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 421fa04c..6ee16ff0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,4 +72,4 @@ DEPENDENCIES tzinfo-data BUNDLED WITH - 2.0.1 + 2.2.5 diff --git a/README.md b/README.md index 243281f4..ab807830 100644 --- a/README.md +++ b/README.md @@ -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):