From 3a4d7e90626ca1e294e8098e2788595f7ba41b2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 16:18:43 +0000 Subject: [PATCH] Bump shoulda-matchers from 4.5.1 to 5.3.0 Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 4.5.1 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/v4.5.1...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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 3d0c4d5..495da8e 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ group :development, :test do gem 'rubocop-performance', '~> 1.14', require: false gem 'rubocop-rails', '~> 2.15', require: false gem 'seed_dump' - gem 'shoulda-matchers', '~> 4.0' + gem 'shoulda-matchers', '~> 5.3' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index c0992c1..61d619d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -119,7 +119,7 @@ GEM http-cookie (1.0.5) domain_name (~> 0.5) http-form_data (2.3.0) - i18n (1.14.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) io-console (0.6.0) irb (1.7.0) @@ -266,8 +266,8 @@ GEM activerecord (>= 4) activesupport (>= 4) shellany (0.0.1) - shoulda-matchers (4.5.1) - activesupport (>= 4.2.0) + shoulda-matchers (5.3.0) + activesupport (>= 5.2.0) sprockets (4.2.0) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) @@ -317,7 +317,7 @@ DEPENDENCIES rubocop-performance (~> 1.14) rubocop-rails (~> 2.15) seed_dump - shoulda-matchers (~> 4.0) + shoulda-matchers (~> 5.3) tzinfo-data RUBY VERSION