From f4e8852346621c57a91c31c9983c07e7ccffb847 Mon Sep 17 00:00:00 2001 From: snikolau Date: Sun, 14 Oct 2018 18:04:49 +0100 Subject: [PATCH] Update bundler usage guidelines --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6413774..5d2a67b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Although it's not recommended to use 2.1 or 2.2 as their support period has ende Add this line to your application's Gemfile: ```ruby -gem 'rspec_flat_error_formatter' +gem 'rspec_flat_error_formatter', require: false ``` And then execute: