From a9a3782468d07433cc5a981966938a5b8bb693d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Apr 2020 07:09:42 +0200 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-JSON-567822 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 88893f0..c9988e9 100644 --- a/Gemfile +++ b/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'