diff --git a/Gemfile b/Gemfile index 51de32a..07c30da 100644 --- a/Gemfile +++ b/Gemfile @@ -65,5 +65,5 @@ group :development, :test do gem "simplecov-lcov", require: false # Shoulda Matchers for simple and elegant tests [https://github.com/thoughtbot/shoulda-matchers] - gem "shoulda-matchers", "~> 6.0" + gem "shoulda-matchers", "~> 7.0" end