From 57f317cbf1183fac6ac0ce7c5eebca1b24c68cbb Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Mon, 21 Oct 2019 02:47:59 +0200 Subject: [PATCH] Bump rspec-collection_matchers --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 0e1b1d8..7cacfc4 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,7 @@ group :test do # test helpers gem "json-schema-rspec", "0.0.4" - gem "rspec-collection_matchers", "~> 1.1.2" + gem "rspec-collection_matchers", "~> 1.2.0" gem "rspec-json_expectations", "~> 2.1" gem "webmock", "~> 3.0" end diff --git a/Gemfile.lock b/Gemfile.lock index 5e36d33..41986ab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -165,11 +165,11 @@ GEM rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) rspec-mocks (~> 3.8.0) - rspec-collection_matchers (1.1.3) + rspec-collection_matchers (1.2.0) rspec-expectations (>= 2.99.0.beta1) rspec-core (3.8.2) rspec-support (~> 3.8.0) - rspec-expectations (3.8.2) + rspec-expectations (3.8.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-json_expectations (2.1.0) @@ -253,7 +253,7 @@ DEPENDENCIES pry-byebug rake rspec (~> 3.8.0) - rspec-collection_matchers (~> 1.1.2) + rspec-collection_matchers (~> 1.2.0) rspec-json_expectations (~> 2.1) rspec-rails (~> 3.8.0) rubocop (= 0.75.1)