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:
parent
b53ffd40af
commit
a9a3782468
2
Gemfile
2
Gemfile
|
|
@ -45,7 +45,7 @@ gem 'mailgun-ruby'
|
|||
group :development, :test do
|
||||
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
||||
gem 'byebug', platforms: %i[mri mingw x64_mingw]
|
||||
gem 'coveralls', require: false
|
||||
gem 'coveralls', '>= 0.8.23', require: false
|
||||
gem 'factory_bot_rails'
|
||||
gem 'faker'
|
||||
gem 'rspec-rails'
|
||||
|
|
|
|||
Loading…
Reference in New Issue