From eaaf0a7e773e4920f0d4fd20af28108f136533d6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Jul 2025 15:35:50 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index a0d0e775c..7714b3d70 100644 --- a/Gemfile +++ b/Gemfile @@ -10,8 +10,8 @@ gem 'cliver', :group => [:development, :test] group :development do platforms :mri_19 do gem 'perftools.rb' - gem 'guard' - gem 'guard-nanoc' + gem 'guard', '>= 2.7.0' + gem 'guard-nanoc', '>= 1.0.3' end end