From 1f2a90ac582ca33dcdfd47dd1a79192a5ce6c850 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Nov 2020 13:18:56 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-JSON-560838 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c1b3f312c6..ed4fe8aa08 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ ruby '2.2.2' gem 'rspec' gem 'rubocop' -gem 'coveralls', require: false +gem 'coveralls', '>= 0.8.14', require: false gem 'rubocop-rspec' gem 'capybara' gem 'rspec-collection_matchers'