From a7df388ffe371917c282738c08a29784998b4007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 26 Feb 2019 07:15:42 +0000 Subject: [PATCH] Bump capybara from 3.13.2 to 3.14.0 Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.13.2 to 3.14.0. - [Release notes](https://github.com/teamcapybara/capybara/releases) - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md) - [Commits](https://github.com/teamcapybara/capybara/compare/3.13.2...3.14.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a3ede01..7e9fb61 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] # Adds support for Capybara system testing and selenium driver - gem 'capybara', '~> 3.13' + gem 'capybara', '~> 3.14' gem 'selenium-webdriver' end diff --git a/Gemfile.lock b/Gemfile.lock index 406a952..10f7190 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,7 +68,7 @@ GEM builder (3.2.3) byebug (11.0.0) cancancan (2.3.0) - capybara (3.13.2) + capybara (3.14.0) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) @@ -248,7 +248,7 @@ DEPENDENCIES activeadmin byebug cancancan - capybara (~> 3.13) + capybara (~> 3.14) coffee-rails (~> 4.2) devise jbuilder (~> 2.8)