From 38ace037f345294eda7cecc34add44d439c789c0 Mon Sep 17 00:00:00 2001 From: simon lehericey Date: Fri, 18 Oct 2019 09:35:54 +0200 Subject: [PATCH] Update Capybara --- Gemfile.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cf449d922..41c577d6b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,8 +74,8 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) administrate (0.11.0) actionpack (>= 4.2, < 6.0) actionview (>= 4.2, < 6.0) @@ -119,18 +119,18 @@ GEM browser (2.5.3) builder (3.2.3) byebug (10.0.2) - capybara (3.12.0) + capybara (3.29.0) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) rack (>= 1.6.0) rack-test (>= 0.6.3) - regexp_parser (~> 1.2) + regexp_parser (~> 1.5) xpath (~> 3.2) capybara-email (3.0.1) capybara (>= 2.4, < 4.0) mail - capybara-screenshot (1.0.22) + capybara-screenshot (1.0.23) capybara (>= 1.0, < 4) launchy capybara-selenium (0.0.6) @@ -373,7 +373,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2018.0812) mimemagic (0.3.3) - mini_mime (1.0.1) + mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.11.3) momentjs-rails (2.20.1) @@ -448,7 +448,7 @@ GEM pry-byebug (3.6.0) byebug (~> 10.0) pry (~> 0.10) - public_suffix (3.0.3) + public_suffix (4.0.1) puma (3.12.0) pundit (2.0.1) activesupport (>= 3.0.0) @@ -512,7 +512,7 @@ GEM execjs railties (>= 3.2) tilt - regexp_parser (1.3.0) + regexp_parser (1.6.0) request_store (1.4.1) rack (>= 1.4) responders (3.0.0)