diff --git a/Gemfile b/Gemfile index 305601e61..9478bc8cd 100644 --- a/Gemfile +++ b/Gemfile @@ -100,7 +100,7 @@ group :test do gem 'selenium-webdriver' gem 'webdrivers' gem 'database_cleaner' - gem 'shoulda-matchers', '~> 4.5' + gem 'shoulda-matchers', '~> 5.3' gem 'simplecov', require: false gem 'simplecov-lcov', require: false gem 'timecop', '~> 0.9.8' diff --git a/Gemfile.lock b/Gemfile.lock index b2eddcb3e..76d5c323b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -225,7 +225,7 @@ GEM mini_magick (4.12.0) mini_mime (1.1.5) mini_portile2 (2.8.4) - minitest (5.19.0) + minitest (5.20.0) msgpack (1.7.2) multi_json (1.15.0) multi_xml (0.6.0) @@ -417,8 +417,8 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - shoulda-matchers (4.5.1) - activesupport (>= 4.2.0) + shoulda-matchers (5.3.0) + activesupport (>= 5.2.0) simple_form (5.2.0) actionpack (>= 5.2) activemodel (>= 5.2) @@ -545,7 +545,7 @@ DEPENDENCIES rubocop-rspec sassc-rails selenium-webdriver - shoulda-matchers (~> 4.5) + shoulda-matchers (~> 5.3) simple_form simplecov simplecov-lcov