From 5be967bfa476ab0c5617958c0e38da9070c525db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 21:01:34 +0000 Subject: [PATCH] Bump shoulda-matchers from 3.1.3 to 5.3.0 Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 3.1.3 to 5.3.0. - [Release notes](https://github.com/thoughtbot/shoulda-matchers/releases) - [Changelog](https://github.com/thoughtbot/shoulda-matchers/blob/main/CHANGELOG.md) - [Commits](https://github.com/thoughtbot/shoulda-matchers/compare/v3.1.3...v5.3.0) --- updated-dependencies: - dependency-name: shoulda-matchers dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 5f6d58a..51526cc 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,7 @@ group :test do gem "capybara-selenium" gem "database_cleaner" gem "selenium-webdriver", require: false - gem "shoulda-matchers", "~> 3.1.2" + gem "shoulda-matchers", "~> 5.3.0" gem "simplecov", require: false gem "simplecov-cobertura" gem "stripe-ruby-mock", github: "smakani/stripe-ruby-mock" diff --git a/Gemfile.lock b/Gemfile.lock index df605ce..242b635 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -339,8 +339,8 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - shoulda-matchers (3.1.3) - activesupport (>= 4.0.0) + shoulda-matchers (5.3.0) + activesupport (>= 5.2.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -444,7 +444,7 @@ DEPENDENCIES rubocop-performance sassc-rails (~> 2.1) selenium-webdriver - shoulda-matchers (~> 3.1.2) + shoulda-matchers (~> 5.3.0) simplecov simplecov-cobertura spring