fix: Gemfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-JSON-567822
This commit is contained in:
snyk-bot 2020-04-30 07:09:42 +02:00 committed by Malaber
parent b53ffd40af
commit a9a3782468
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ gem 'mailgun-ruby'
group :development, :test do group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console # Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: %i[mri mingw x64_mingw] gem 'byebug', platforms: %i[mri mingw x64_mingw]
gem 'coveralls', require: false gem 'coveralls', '>= 0.8.23', require: false
gem 'factory_bot_rails' gem 'factory_bot_rails'
gem 'faker' gem 'faker'
gem 'rspec-rails' gem 'rspec-rails'