From 4e42c0ab2771ca7ef68799e919066ca4944f28f4 Mon Sep 17 00:00:00 2001 From: runephilosof-abtion <57357936+runephilosof-abtion@users.noreply.github.com> Date: Wed, 16 Sep 2020 10:32:38 +0200 Subject: [PATCH] Gemfile: require: false Otherwise the requires below in the documentation doesn't make sense. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b04d475..e89661dc 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Works on macOS, Linux, Windows, and Windows Subsystem for Linux (WSL) v1. In your Gemfile: -`gem 'webdrivers', '~> 4.0'` +`gem 'webdrivers', '~> 4.0', require: false` In your project: