From dbea345c61c8a86b0af8618c6c5d5c8251ece389 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Dec 2025 20:10:34 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-13378928 - https://snyk.io/vuln/SNYK-RUBY-RACK-13378930 - https://snyk.io/vuln/SNYK-RUBY-RACK-13378932 - https://snyk.io/vuln/SNYK-RUBY-RACK-13535097 - https://snyk.io/vuln/SNYK-RUBY-RACK-13524628 - https://snyk.io/vuln/SNYK-RUBY-URI-13506785 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b4907fc8c..eab07b0d8 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ gem 'sassc-rails' # Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images] gem 'image_processing', '~> 1.12' -gem 'active_model_serializers' +gem 'active_model_serializers', '>= 0.10.16' gem 'acts-as-list' gem 'aws-actionmailer-ses' gem 'aws-sdk-rails', '>= 3.8.0'