diff --git a/Gemfile b/Gemfile index b4cac44aa0..f159ea5e62 100644 --- a/Gemfile +++ b/Gemfile @@ -158,7 +158,7 @@ group :development, :test do gem 'rubocop-performance' gem "rubocop-rails", "~> 2.33.4" # More concise test ("should") matchers - gem "shoulda-matchers", "~> 6.5" + gem "shoulda-matchers", "~> 7.0" # Default rules for Rubocop. gem "standard", "~> 1.52" gem "standard-rails" diff --git a/Gemfile.lock b/Gemfile.lock index ad03d62c32..1320f5a1fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -396,7 +396,8 @@ GEM memory_profiler (1.1.0) method_source (1.1.0) mini_mime (1.1.5) - minitest (6.0.1) + minitest (6.0.2) + drb (~> 2.0) prism (~> 1.5) monetize (2.0.0) money (~> 7.0) @@ -658,8 +659,8 @@ GEM tilt securerandom (0.4.1) shellany (0.0.1) - shoulda-matchers (6.5.0) - activesupport (>= 5.2.0) + shoulda-matchers (7.0.1) + activesupport (>= 7.1) simple_form (5.4.0) actionpack (>= 7.0) activemodel (>= 7.0) @@ -837,7 +838,7 @@ DEPENDENCIES rubocop-performance rubocop-rails (~> 2.33.4) sass-rails - shoulda-matchers (~> 6.5) + shoulda-matchers (~> 7.0) simple_form simplecov solid_cache (~> 1.0)