diff --git a/Gemfile b/Gemfile index fce927f..ae46cf0 100644 --- a/Gemfile +++ b/Gemfile @@ -76,7 +76,7 @@ group :test do gem 'database_cleaner', '~> 1.7' gem 'pundit-matchers', '~> 1.6' gem 'selenium-webdriver', '~> 3.14' - gem 'shoulda-matchers', '4.0.0.rc1' + gem 'shoulda-matchers', '~> 4.2' gem 'simplecov', '~> 0.16', require: false gem 'webmock', '~> 3.8' end diff --git a/Gemfile.lock b/Gemfile.lock index ff24f32..1fdc365 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -419,7 +419,7 @@ GEM rubyzip (>= 1.2.2) sentry-raven (2.13.0) faraday (>= 0.7.6, < 1.0) - shoulda-matchers (4.0.0.rc1) + shoulda-matchers (4.2.0) activesupport (>= 4.2.0) sidekiq (6.0.4) connection_pool (>= 2.2.2) @@ -543,7 +543,7 @@ DEPENDENCIES rubocop-rspec (~> 1.36) selenium-webdriver (~> 3.14) sentry-raven - shoulda-matchers (= 4.0.0.rc1) + shoulda-matchers (~> 4.2) sidekiq (~> 6.0) simple_form (~> 5.0) simplecov (~> 0.16)