From 93a718b771ec567c4cc2496a2759745a263565a0 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 10 Oct 2018 10:49:38 -0400 Subject: [PATCH] Upgraded rspec-expectations gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 936fb6b..6534376 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -245,7 +245,7 @@ GEM rspec-mocks (~> 3.8.0) rspec-core (3.8.0) rspec-support (~> 3.8.0) - rspec-expectations (3.8.1) + rspec-expectations (3.8.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-mocks (3.8.0)