From 60f4b786e16caaa4f4cce2218eb729837ac65f9d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 May 2020 20:16:07 -0400 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-JSON-567822 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 925e56f4..bee0bd84 100644 --- a/Gemfile +++ b/Gemfile @@ -33,8 +33,8 @@ group :production do end group :test do - gem 'coveralls', require: false + gem 'coveralls', '>= 0.8.21', require: false gem 'rubocop' - gem 'simplecov', require: false + gem 'simplecov', '>= 0.14.1', require: false gem 'webmock' end