From d8a5292fcc046a491bac738f35a92b8610e826db Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 07:06:54 +0000 Subject: [PATCH] Update capybara-email requirement from ~> 2.4.0 to ~> 3.0.2 Updates the requirements on [capybara-email](https://github.com/dockyard/capybara-email) to permit the latest version. - [Release notes](https://github.com/dockyard/capybara-email/releases) - [Changelog](https://github.com/DavyJonesLocker/capybara-email/blob/master/CHANGELOG.md) - [Commits](https://github.com/dockyard/capybara-email/commits) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0c0f2ba..9f59eff 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,7 @@ end group :test do gem "launchy" - gem 'capybara-email', '~> 2.4.0' + gem 'capybara-email', '~> 3.0.2' gem 'poltergeist' end