From 15e7de36c15763b8888ed1e81b9ea114fa678c62 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2019 07:07:05 +0000 Subject: [PATCH] Update capybara-email requirement from ~> 2.4.0 to ~> 3.0.1 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/compare/v2.4.0...v3.0.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0c0f2ba..21e83fd 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.1' gem 'poltergeist' end