From 4a6720a2fc06db4c622d3aae41054ae8ad0d7ea3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Jan 2023 00:35:06 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-GIT-3227617 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 8cc9661..60a0612 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source 'https://rubygems.org' # Specify your gem's dependencies in deploy-complexity.gemspec gemspec -gem 'git' +gem 'git', '>= 1.13.0' gem 'pry' gem 'pry-doc' gem 'rubocop'