From 6b705283fd270a44d769603168e0ada9ea7bf4be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 3 Sep 2018 07:42:43 +0000 Subject: [PATCH] build(deps-dev): bump capybara from 3.6.0 to 3.7.0 Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.6.0 to 3.7.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.6.0...3.7.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 3d531d4..2e0ba35 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.6' + gem 'capybara', '~> 3.7' gem 'selenium-webdriver' end diff --git a/Gemfile.lock b/Gemfile.lock index 557e4de..602b142 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.6.0) + capybara (3.7.0) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) @@ -243,7 +243,7 @@ PLATFORMS DEPENDENCIES byebug cancancan (~> 2.0) - capybara (~> 3.6) + capybara (~> 3.7) coffee-rails (~> 4.2) coveralls devise