Update accentor

This commit is contained in:
Charlotte Van Petegem 2021-02-13 15:40:18 +01:00
parent 5599f75341
commit 7bec6bb4b1
No known key found for this signature in database
GPG key ID: 019E764B7184435A
5 changed files with 635 additions and 955 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.2', require: false
gem 'codecov', '~> 0.4.3', 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.15'
gem 'faker', '~> 2.16'
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: %i[mri mingw x64_mingw]