From 18caca20aff432f16c9fd7c03bcb3866fcbe6603 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:39:40 +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 c66453a..2d63a78 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'bootstrap-sass', '~> 3.3.6' gem 'autoprefixer-rails' gem 'devise' gem 'faker' -gem 'carrierwave' +gem 'carrierwave', '>= 2.2.5' gem 'remotipart' gem 'cocoon' gem 'private_pub'