From 7c8c4ad869bc5774b3b3ad90b11b869e44342339 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Jan 2025 10:55:55 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RESTCLIENT-20211 - https://snyk.io/vuln/SNYK-RUBY-CHEF-20450 - https://snyk.io/vuln/SNYK-RUBY-MINITAR-20335 - https://snyk.io/vuln/SNYK-RUBY-FARADAYMIDDLEWARE-20334 - https://snyk.io/vuln/SNYK-RUBY-RDOC-6476871 - https://snyk.io/vuln/SNYK-RUBY-RESTCLIENT-20204 --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2fa6c2c..2e46599 100644 --- a/Gemfile +++ b/Gemfile @@ -17,12 +17,12 @@ source 'https://rubygems.org' gem 'test-kitchen' -gem 'berkshelf' -gem 'chef' +gem 'berkshelf', '>= 7.0.0' +gem 'chef', '>= 15.4.45' gem 'kitchen-vagrant' gem 'vagrant-wrapper' gem 'foodcritic', '>= 3.0.3' gem 'kitchen-docker' -gem 'travis', '~> 1.7' +gem 'travis', '~> 1.9', '>= 1.9.0' gem 'kitchen-sync' gem 'stove'