From 0b27c4e85cb698260b1a1f7ed6f0302680ebf050 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Jun 2025 07:20:12 +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 f960e78..efdad01 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source 'https://rubygems.org' gemspec -gem 'coveralls', require: false +gem 'coveralls', '>= 0.8.22', require: false