Update dependencies

This commit is contained in:
Charlotte Van Petegem 2022-04-14 10:24:09 +02:00
parent 9c91edcec6
commit f209f8cadc
No known key found for this signature in database
GPG key ID: 019E764B7184435A
8 changed files with 153 additions and 139 deletions

View file

@ -52,6 +52,6 @@ end
group :development do
gem 'annotate', '~> 3.2' # Remove workaround in lib/tasks/annotate.rb when https://github.com/ctran/annotate_models/issues/696 is fixed
gem 'rubocop-minitest', '~> 0.18.0'
gem 'rubocop-minitest', '~> 0.19.0'
gem 'rubocop-rails', '~> 2.14'
end