From 0668a0c1580bf3c71ab8ae3f8a8ef8a90737eabf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 12:13:37 +0000 Subject: [PATCH] Bump shoulda-matchers from 5.3.0 to 6.5.0 Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 5.3.0 to 6.5.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/v5.3.0...v6.5.0) --- updated-dependencies: - dependency-name: shoulda-matchers dependency-version: 6.5.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index a2a29a7..522915e 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ group :development, :test do gem 'rspec-rails' end group :test do - gem 'shoulda-matchers', '~> 5.3' + gem 'shoulda-matchers', '~> 6.5' end group :development, :test do gem 'factory_bot_rails' diff --git a/Gemfile.lock b/Gemfile.lock index 33d114f..0c9f20c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,8 +77,9 @@ GEM ast (2.4.3) base64 (0.3.0) bcrypt (3.1.20) + bcrypt_pbkdf (1.1.1) bcrypt_pbkdf (1.1.1-x86_64-darwin) - benchmark (0.4.1) + benchmark (0.5.0) bigdecimal (3.3.1) bindex (0.8.1) bootsnap (1.18.6) @@ -189,6 +190,8 @@ GEM nio4r (2.7.4) nokogiri (1.18.10-x86_64-darwin) racc (~> 1.4) + nokogiri (1.18.10-x86_64-linux-gnu) + racc (~> 1.4) orm_adapter (0.5.0) ostruct (0.6.3) parallel (1.27.0) @@ -323,7 +326,7 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 4.0) websocket (~> 1.0) - shoulda-matchers (5.3.0) + shoulda-matchers (6.5.0) activesupport (>= 5.2.0) solid_cable (3.0.12) actioncable (>= 7.2) @@ -342,6 +345,7 @@ GEM railties (>= 7.1) thor (>= 1.3.1) sqlite3 (2.7.4-x86_64-darwin) + sqlite3 (2.7.4-x86_64-linux-gnu) sshkit (1.24.0) base64 logger @@ -354,6 +358,7 @@ GEM stringio (3.1.7) thor (1.4.0) thruster (0.1.16-x86_64-darwin) + thruster (0.1.16-x86_64-linux) timeout (0.4.3) tsort (0.2.0) turbo-rails (2.0.17) @@ -364,7 +369,7 @@ GEM unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.1.0) - uri (1.0.4) + uri (1.1.0) useragent (0.16.11) warden (1.2.9) rack (>= 2.0.9) @@ -384,6 +389,7 @@ GEM PLATFORMS x86_64-darwin-20 + x86_64-linux DEPENDENCIES bootsnap @@ -406,7 +412,7 @@ DEPENDENCIES rubocop rubocop-rails-omakase selenium-webdriver - shoulda-matchers (~> 5.3) + shoulda-matchers (~> 6.5) solid_cable solid_cache solid_queue