Update accentor

This commit is contained in:
Charlotte Van Petegem 2022-03-19 13:15:59 +01:00
parent 55f2a4cd40
commit f8e4b9f733
No known key found for this signature in database
GPG key ID: 019E764B7184435A
7 changed files with 229 additions and 214 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.17.2'
gem 'rubocop-rails', '~> 2.13'
gem 'rubocop-minitest', '~> 0.18.0'
gem 'rubocop-rails', '~> 2.14'
end