diff --git a/Gemfile b/Gemfile index c1b0377f1..71b6d17d4 100644 --- a/Gemfile +++ b/Gemfile @@ -112,7 +112,7 @@ group :test do gem 'simplecov' # Faker added 0.5 seconds to the test suite per call. Haikunator seems much faster for faking strings gem 'haikunator' - gem 'shoulda-matchers', '~> 6.2' + gem 'shoulda-matchers', '~> 6.3' gem 'json-schema', '~> 4.3.1' gem 'launchy' diff --git a/Gemfile.lock b/Gemfile.lock index 788e8a95c..dbd131f3a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -533,7 +533,7 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - shoulda-matchers (6.2.0) + shoulda-matchers (6.3.1) activesupport (>= 5.2.0) sidekiq (7.3.0) concurrent-ruby (< 2) @@ -688,7 +688,7 @@ DEPENDENCIES rubocop-rails sdoc selenium-webdriver - shoulda-matchers (~> 6.2) + shoulda-matchers (~> 6.3) sidekiq (~> 7.3) sidekiq-cron (~> 1.12) sidekiq-unique-jobs (~> 8.0)