From 06025802186287b0c31d8b0536051205744199aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:44:19 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-CARRIERWAVE-6095123 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5d394c65c..71b2cddc6 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'api-pagination', '~> 4.8.2' gem 'env-tweaks', '~> 1.0.0' # storage related gems -gem 'carrierwave', '~> 2.1', '>= 2.1.0' +gem 'carrierwave', '~> 2.2', '>= 2.2.5' # fog's core, shared behaviors without API and provider specifics gem 'fog-core', '~> 2.1.0' # alicloud support