Update accentor

This commit is contained in:
Charlotte Van Petegem 2021-03-20 14:30:44 +01:00
parent f3a7f168d5
commit 02aafdebb7
No known key found for this signature in database
GPG key ID: 019E764B7184435A
5 changed files with 90 additions and 82 deletions

View file

@ -38,14 +38,14 @@ gem 'bootsnap', '>= 1.4.6', require: false
gem 'rack-cors', '~> 1.1'
group :test do
gem 'codecov', '~> 0.4.3', require: false
gem 'codecov', '~> 0.5.1', require: false
gem 'mocha', '~> 1.12.0', require: false
gem 'simplecov', '~> 0.21', require: false
end
group :development, :test do
gem 'factory_bot_rails', '~> 6.1'
gem 'faker', '~> 2.16'
gem 'faker', '~> 2.17'
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: %i[mri mingw x64_mingw]