From 55bf5b369d3f7009acc1d1872a5800a53f06a71b Mon Sep 17 00:00:00 2001 From: r7kamura Date: Tue, 29 Nov 2022 08:43:25 +0900 Subject: [PATCH] Add `require: false` to Gemfile example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94924c7..cab9ad7 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ If you open an issue here to let us know about your fork, we can add a link to i Add this line to your application's Gemfile: ```ruby -gem 'rspec-retry', group: :test # Unlike rspec, this doesn't need to be included in development group +gem 'rspec-retry', require: false, group: :test # Unlike rspec, this doesn't need to be included in development group ``` And then execute: