From 041285a8eba4cb98e08da7719c2043fe6ea693c7 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 24 Oct 2018 09:48:04 -0400 Subject: [PATCH] Upgraded [capybara, regexp_parser, rspec-rails] gems --- Gemfile.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4a96be3..3bd9cd2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,13 +62,14 @@ GEM bundler-audit (0.6.0) bundler (~> 1.2) thor (~> 0.18) - capybara (3.9.0) + capybara (3.10.0) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) rack (>= 1.6.0) rack-test (>= 0.6.3) - xpath (~> 3.1) + regexp_parser (~> 1.2) + xpath (~> 3.2) childprocess (0.9.0) ffi (~> 1.0, >= 1.0.11) cliver (0.3.2) @@ -236,6 +237,7 @@ GEM rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) ref (2.0.0) + regexp_parser (1.2.0) responders (2.4.0) actionpack (>= 4.2.0, < 5.3) railties (>= 4.2.0, < 5.3) @@ -251,7 +253,7 @@ GEM rspec-mocks (3.8.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) - rspec-rails (3.8.0) + rspec-rails (3.8.1) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0)