diff --git a/Gemfile b/Gemfile index 4d1c8673c0..5c0f24da0c 100644 --- a/Gemfile +++ b/Gemfile @@ -196,7 +196,7 @@ group :test do # Show code coverage. gem 'simplecov' # More concise test ("should") matchers - gem 'shoulda-matchers', '~> 6.1' + gem 'shoulda-matchers', '~> 6.2' # Mock HTTP requests and ensure they are not called during tests. gem "webmock", "~> 3.23" # Interface capybara to chrome headless diff --git a/Gemfile.lock b/Gemfile.lock index 240e24a01d..6692d8e7fa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -349,7 +349,7 @@ GEM mini_mime (1.1.5) mini_racer (0.8.0) libv8-node (~> 18.16.0.0) - minitest (5.22.2) + minitest (5.22.3) monetize (1.12.0) money (~> 6.12) money (6.16.0) @@ -574,7 +574,7 @@ GEM sprockets-rails tilt shellany (0.0.1) - shoulda-matchers (6.1.0) + shoulda-matchers (6.2.0) activesupport (>= 5.2.0) simple_form (5.3.0) actionpack (>= 5.2) @@ -738,7 +738,7 @@ DEPENDENCIES rubocop-performance rubocop-rails (~> 2.24.0) sass-rails - shoulda-matchers (~> 6.1) + shoulda-matchers (~> 6.2) simple_form simplecov sprockets (~> 4.2.1)