From a7be62f218d4cd0ff2555d829b87a507e5ea832b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Dec 2025 09:39:13 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-AWSSDKS3-14465282 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3d1e1649..499b2402 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'activerecord-postgis-adapter', '11.0' # https://meta.discourse.org/t/cant-rebuild-due-to-aws-sdk-gem-bump-and-new-aws-data-integrity-protections/354217/40 gem 'aws-sdk-core', '~> 3.215.1', require: false gem 'aws-sdk-kms', '~> 1.96.0', require: false -gem 'aws-sdk-s3', '~> 1.177.0', require: false +gem 'aws-sdk-s3', '~> 1.208.0', require: false gem 'bootsnap', require: false gem 'chartkick' gem 'data_migrate'