From 37532f9be7f40e9b59990e60190f0e1a69291e80 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 7 Aug 2018 09:16:23 -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 6e9920d..b8456da 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.0) + rspec-expectations (3.8.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-mocks (3.8.0)