From 61881d16dfc327a5529b796050839c579916ebe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 24 Sep 2018 08:30:49 +0000 Subject: [PATCH] build(deps-dev): bump capybara from 3.7.2 to 3.8.1 Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.7.2 to 3.8.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.7.2...3.8.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2e0ba35..f8ca3c1 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ group :development, :test do # => and get a debugger console gem 'byebug', platforms: %i[mri mingw x64_mingw] # Adds support for Capybara system testing and selenium driver - gem 'capybara', '~> 3.7' + gem 'capybara', '~> 3.8' gem 'selenium-webdriver' end diff --git a/Gemfile.lock b/Gemfile.lock index 473bd93..1e035a2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -50,7 +50,7 @@ GEM builder (3.2.3) byebug (10.0.2) cancancan (2.2.0) - capybara (3.7.2) + capybara (3.8.1) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) @@ -243,7 +243,7 @@ PLATFORMS DEPENDENCIES byebug cancancan (~> 2.0) - capybara (~> 3.7) + capybara (~> 3.8) coffee-rails (~> 4.2) coveralls devise