From e487733a77bb1430f0b40ddffe133bc227aa84a2 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 26 Aug 2016 02:36:23 -0400 Subject: [PATCH] Upgraded capybara and rspec-rails gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f66d1eb..6809b3f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM bundler-audit (0.5.0) bundler (~> 1.2) thor (~> 0.18) - capybara (2.8.0) + capybara (2.8.1) addressable mime-types (>= 1.16) nokogiri (>= 1.3.3) @@ -245,7 +245,7 @@ GEM rspec-mocks (3.5.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.5.0) - rspec-rails (3.5.1) + rspec-rails (3.5.2) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0)