From 21692be05ba7710bc5df134ce8c6b8332f630960 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Jul 2025 10:41:21 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-THOR-10843853 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f960e78..3b44533 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source 'https://rubygems.org' gemspec -gem 'coveralls', require: false +gem 'coveralls', '>= 0.8.23', require: false