Bump rspec-collection_matchers

This commit is contained in:
Benjamin Neff 2019-10-21 02:47:59 +02:00
parent fcc3bf7234
commit 57f317cbf1
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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)