From 80c4d4b57fe342c114537e211f390a1a1cc4dd91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 1 Apr 2019 07:49:00 +0000 Subject: [PATCH] Bump capybara from 3.13.2 to 3.16.1 Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.13.2 to 3.16.1. - [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.16.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index a3ede01..1a91636 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.16' gem 'selenium-webdriver' end diff --git a/Gemfile.lock b/Gemfile.lock index 406a952..584021a 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.16.1) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) @@ -148,7 +148,7 @@ GEM minitest (5.11.3) multi_json (1.13.1) nio4r (2.3.1) - nokogiri (1.10.1) + nokogiri (1.10.2) mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) public_suffix (3.0.3) @@ -248,7 +248,7 @@ DEPENDENCIES activeadmin byebug cancancan - capybara (~> 3.13) + capybara (~> 3.16) coffee-rails (~> 4.2) devise jbuilder (~> 2.8)