From 7bde61b35e5fc5985c25c0812c67d21593792659 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2020 14:54:34 +0000 Subject: [PATCH] Bump shoulda-matchers from 2.7.0 to 4.2.0 Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 2.7.0 to 4.2.0. - [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...v4.2.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index f894f0e6..d48bd1e2 100644 --- a/Gemfile +++ b/Gemfile @@ -76,7 +76,7 @@ group :test do gem "capybara" gem "database_cleaner" gem "launchy" - gem "shoulda-matchers", "~> 2.7.0" + gem "shoulda-matchers", "~> 4.2.0" gem "simplecov", require: false gem "timecop" gem "webmock" diff --git a/Gemfile.lock b/Gemfile.lock index 2415624a..52c456db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -831,8 +831,8 @@ GEM select2-rails (4.0.3) thor (~> 0.14) sexp_processor (4.13.0) - shoulda-matchers (2.7.0) - activesupport (>= 3.0.0) + shoulda-matchers (4.2.0) + activesupport (>= 4.2.0) simple_form (5.0.1) actionpack (>= 5.0) activemodel (>= 5.0) @@ -944,7 +944,7 @@ DEPENDENCIES rspec-rails (~> 3.8) sass-rails (~> 5.0.1) select2-rails - shoulda-matchers (~> 2.7.0) + shoulda-matchers (~> 4.2.0) simple_form simplecov spring