Update accentor
This commit is contained in:
parent
f3a7f168d5
commit
02aafdebb7
5 changed files with 90 additions and 82 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue