From 7ef5e0731853485272b26f46bb28a5f8c6b5c133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 13 May 2019 07:58:49 +0000 Subject: [PATCH] Bump capybara from 3.13.2 to 3.19.1 Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.13.2 to 3.19.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.19.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index a3ede01..5638cb4 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.19' gem 'selenium-webdriver' end diff --git a/Gemfile.lock b/Gemfile.lock index 406a952..0cb417f 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.19.1) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) @@ -148,12 +148,12 @@ GEM minitest (5.11.3) multi_json (1.13.1) nio4r (2.3.1) - nokogiri (1.10.1) + nokogiri (1.10.3) mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) public_suffix (3.0.3) puma (3.12.0) - rack (2.0.6) + rack (2.0.7) rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.2) @@ -189,7 +189,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) - regexp_parser (1.3.0) + regexp_parser (1.4.0) responders (2.4.1) actionpack (>= 4.2.0, < 6.0) railties (>= 4.2.0, < 6.0) @@ -248,7 +248,7 @@ DEPENDENCIES activeadmin byebug cancancan - capybara (~> 3.13) + capybara (~> 3.19) coffee-rails (~> 4.2) devise jbuilder (~> 2.8)