From 6cc485b4da193843f1b3ffcbd644efc697c64601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 22 Oct 2018 17:27:35 +0000 Subject: [PATCH] Bump shoulda-matchers from 2.7.0 to 3.1.2 Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 2.7.0 to 3.1.2. - [Release notes](https://github.com/thoughtbot/shoulda-matchers/releases) - [Changelog](https://github.com/thoughtbot/shoulda-matchers/blob/master/NEWS.md) - [Commits](https://github.com/thoughtbot/shoulda-matchers/compare/v2.7.0...v3.1.2) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index ebc327c6..6495940c 100644 --- a/Gemfile +++ b/Gemfile @@ -76,7 +76,7 @@ group :test do gem "capybara-webkit", ">= 1.0.0" gem "database_cleaner" gem "launchy" - gem "shoulda-matchers", "~> 2.7.0" + gem "shoulda-matchers", "~> 3.1.2" gem "simplecov", require: false gem "timecop" gem "webmock" diff --git a/Gemfile.lock b/Gemfile.lock index 78c5c9e2..4e95794a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -828,8 +828,8 @@ GEM select2-rails (3.5.9.3) thor (~> 0.14) sexp_processor (4.6.1) - shoulda-matchers (2.7.0) - activesupport (>= 3.0.0) + shoulda-matchers (3.1.2) + activesupport (>= 4.0.0) simple_form (3.5.0) actionpack (> 4, < 5.2) activemodel (> 4, < 5.2) @@ -939,7 +939,7 @@ DEPENDENCIES rspec-rails (~> 3.0) sass-rails (~> 5.0.1) select2-rails - shoulda-matchers (~> 2.7.0) + shoulda-matchers (~> 3.1.2) simple_form (~> 3.5.0) simplecov spring