diff --git a/Gemfile b/Gemfile index ab52576d8..909ac758d 100644 --- a/Gemfile +++ b/Gemfile @@ -118,7 +118,7 @@ group :development, :test do gem 'simplecov', '~> 0.22', require: false # Shoulda-matchers for writing better tests on models. - gem 'shoulda-matchers', '6.5.0' + gem 'shoulda-matchers', '7.0.1' # For generating fake seeding data. gem 'faker', '~> 3.5.2' diff --git a/Gemfile.lock b/Gemfile.lock index 1c0924d5f..ba941a4d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -463,8 +463,8 @@ GEM sentry-ruby (5.28.0) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) - shoulda-matchers (6.5.0) - activesupport (>= 5.2.0) + shoulda-matchers (7.0.1) + activesupport (>= 7.1) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -578,7 +578,7 @@ DEPENDENCIES selenium-webdriver (~> 4.38) sentry-rails (~> 5.28.0) sentry-ruby (~> 5.28.0) - shoulda-matchers (= 6.5.0) + shoulda-matchers (= 7.0.1) simplecov (~> 0.22) sparql (~> 3.3.2) turbolinks (~> 5)