Update dependencies

This commit is contained in:
Charlotte Van Petegem 2022-04-24 08:37:11 +02:00
parent ff5834d151
commit 7e72b6c147
No known key found for this signature in database
GPG key ID: 019E764B7184435A
11 changed files with 58 additions and 53 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.19.0'
gem 'rubocop-minitest', '~> 0.19.1'
gem 'rubocop-rails', '~> 2.14'
end