From 7a2c8a45b81c2dc7a7a0e94d0256f82299a1ced5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2019 04:20:37 +0000 Subject: [PATCH] Bump shoulda-matchers from 2.7.0 to 4.1.1 Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 2.7.0 to 4.1.1. - [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.1.1) 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 2efc3d97..296ea104 100644 --- a/Gemfile +++ b/Gemfile @@ -76,7 +76,7 @@ group :test do gem 'capybara', '~> 3.16', '>= 3.16.1' gem "database_cleaner" gem "launchy" - gem "shoulda-matchers", "~> 2.7.0" + gem "shoulda-matchers", "~> 4.1.1" gem "simplecov", require: false gem "timecop" gem "webmock" diff --git a/Gemfile.lock b/Gemfile.lock index 8ab3a64b..4a8d9195 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -835,8 +835,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 (4.1.1) + activesupport (>= 4.2.0) simple_form (3.5.0) actionpack (> 4, < 5.2) activemodel (> 4, < 5.2) @@ -949,7 +949,7 @@ DEPENDENCIES rspec-rails (~> 3.8) sass-rails (~> 5.0.1) select2-rails - shoulda-matchers (~> 2.7.0) + shoulda-matchers (~> 4.1.1) simple_form (~> 3.5.0) simplecov spring