From f0007d57fedb5a41d6837838eccc8e4b761c6418 Mon Sep 17 00:00:00 2001 From: nitrohorse <1514352+nitrohorse@users.noreply.github.com> Date: Fri, 14 Feb 2020 18:49:40 -0800 Subject: [PATCH] Specify Bundler version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfa46fbc..03a70e5c 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/): +1. Install [Bundler](https://bundler.io/) (at least v2.0.1): * `gem install bundler` 1. Install the required dependencies: * `bundle install`