diff --git a/Gemfile b/Gemfile index 60b10aa65..bd67f847d 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.1' + gem 'shoulda-matchers', '~> 6.2' gem 'json-schema', '~> 4.2.0' gem 'launchy' diff --git a/Gemfile.lock b/Gemfile.lock index 76b319182..4a8201805 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -141,7 +141,7 @@ GEM erubi (~> 1.4) parser (>= 2.4) smart_properties - bigdecimal (3.1.6) + bigdecimal (3.1.7) bindex (0.8.1) binding_of_caller (1.0.1) debug_inspector (>= 1.2.0) @@ -205,8 +205,7 @@ GEM activesupport (>= 5.0) request_store (>= 1.0) ruby2_keywords - drb (2.2.0) - ruby2_keywords + drb (2.2.1) ebnf (2.4.0) htmlentities (~> 4.3) rdf (~> 3.3) @@ -338,7 +337,7 @@ GEM mini_magick (4.12.0) mini_mime (1.1.5) mini_portile2 (2.8.5) - minitest (5.22.2) + minitest (5.22.3) minitest-retry (0.2.2) minitest (>= 5.0) msgpack (1.7.2) @@ -532,7 +531,7 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - shoulda-matchers (6.1.0) + shoulda-matchers (6.2.0) activesupport (>= 5.2.0) sidekiq (7.2.2) concurrent-ruby (< 2) @@ -685,7 +684,7 @@ DEPENDENCIES rubocop-rails sdoc selenium-webdriver - shoulda-matchers (~> 6.1) + shoulda-matchers (~> 6.2) sidekiq (~> 7.2) sidekiq-cron (~> 1.12) sidekiq-unique-jobs (~> 8.0)