From 8237a27cfafdc75b4311754a296ab0d848d12da9 Mon Sep 17 00:00:00 2001 From: nitrohorse <1514352+nitrohorse@users.noreply.github.com> Date: Wed, 19 Feb 2020 21:12:51 -0800 Subject: [PATCH] Specify exact Bundler version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87dde6a3..b63cffde 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You can submit your suggestions here on GitHub [(Issues)](https://github.com/pri ## Developing 1. Install the latest stable version of [Ruby](https://www.ruby-lang.org/en/downloads/). -1. Install [Bundler](https://bundler.io/) (at least v2.0.1): +1. Install [Bundler](https://bundler.io/) v2.0.1: * `gem install bundler` 1. Install the required dependencies: * `bundle install`