Update accentor

This commit is contained in:
Charlotte Van Petegem 2021-11-20 12:24:41 +01:00
parent fbf4ab2d7a
commit e1902e0713
No known key found for this signature in database
GPG key ID: 019E764B7184435A
7 changed files with 64 additions and 65 deletions

View file

@ -80,8 +80,7 @@ GEM
simplecov (>= 0.15, < 0.22)
concurrent-ruby (1.1.9)
crass (1.0.6)
delayed_cron_job (0.8.0)
delayed_job (>= 4.1)
delayed_cron_job (0.9.0)
fugit (>= 1.5)
delayed_job (4.1.9)
activesupport (>= 3.0, < 6.2)
@ -90,7 +89,7 @@ GEM
delayed_job (>= 3.0, < 5)
docile (1.4.0)
erubi (1.10.0)
et-orbi (1.2.5)
et-orbi (1.2.6)
tzinfo
factory_bot (6.2.0)
activesupport (>= 5.0.0)
@ -108,7 +107,7 @@ GEM
has_scope (0.8.0)
actionpack (>= 5.2)
activesupport (>= 5.2)
i18n (1.8.10)
i18n (1.8.11)
concurrent-ruby (~> 1.0)
image_processing (1.12.1)
mini_magick (>= 4.9.5, < 5)
@ -182,7 +181,7 @@ GEM
ffi (~> 1.0)
regexp_parser (2.1.1)
rexml (3.2.5)
rubocop (1.22.1)
rubocop (1.23.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
@ -191,9 +190,9 @@ GEM
rubocop-ast (>= 1.12.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.12.0)
rubocop-ast (1.13.0)
parser (>= 3.0.1.1)
rubocop-minitest (0.15.2)
rubocop-minitest (0.16.0)
rubocop (>= 0.90, < 2.0)
rubocop-rails (2.12.4)
activesupport (>= 4.2.0)
@ -228,7 +227,7 @@ GEM
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
will_paginate (3.3.1)
zeitwerk (2.4.2)
zeitwerk (2.5.1)
PLATFORMS
ruby
@ -240,7 +239,7 @@ DEPENDENCIES
bootsnap (>= 1.4.6)
byebug
codecov (~> 0.6.0)
delayed_cron_job (~> 0.8)
delayed_cron_job (~> 0.9)
delayed_job_active_record (~> 4.1)
factory_bot_rails (~> 6.2)
faker (~> 2.19)
@ -253,7 +252,7 @@ DEPENDENCIES
pundit (~> 2.1)
rack-cors (~> 1.1)
rails (~> 6.1)
rubocop-minitest (~> 0.15.2)
rubocop-minitest (~> 0.16.0)
rubocop-rails (~> 2.12)
simplecov (~> 0.21)
spring (~> 2.1)