From c0a568a52e2a19a1e449b616a0e4b14ca5a1b1c5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Jan 2023 07:36:32 +0000 Subject: [PATCH] fix: sub-project/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-3237242 --- sub-project/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub-project/Gemfile b/sub-project/Gemfile index 85f78a6..9195a86 100644 --- a/sub-project/Gemfile +++ b/sub-project/Gemfile @@ -5,7 +5,7 @@ require_relative pre_commit_hook_installer if File.exist?("#{File.dirname(__FILE source 'https://rubygems.org' ruby '2.7.1' gem 'rake' -gem 'activesupport' +gem 'activesupport', '>= 6.1.7.1' gem 'aws-sdk-applicationautoscaling' gem 'aws-sdk-autoscaling' gem 'aws-sdk-core'