From 3fdce96e6acfe5094f82d5ae157f19ca450ac64c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Oct 2023 01:06:22 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ERUBIS-20482 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 8815970..e2947b7 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source :rubygems gem 'chef', '~> 10.12.0' -gem 'chefspec', '~>0.9.0' -gem 'fauxhai', '~> 0.1.1' +gem 'chefspec', '~> 3.0.0' +gem 'fauxhai', '~> 1.1.0' gem 'foodcritic', '~>1.7.0' gem 'rake', '~> 0.9.2.2'