From 434cdb399b12c5cc4c6acea8cab9c8396e4ef130 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 Aug 2025 16:23:37 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESTORAGE-11800135 - https://snyk.io/vuln/SNYK-RUBY-ACTIVERECORD-11800112 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 51986c3f7..713847a51 100644 --- a/Gemfile +++ b/Gemfile @@ -3,9 +3,9 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" } ruby '~> 3.4' -gem 'rails', '~> 7.1.0' +gem 'rails', '~> 7.1.5', '>= 7.1.5.2' -gem 'activerecord-import', '>= 1.0.2' +gem 'activerecord-import', '>= 2.0.0' # pod identity requires 3.188.0 # https://docs.aws.amazon.com/eks/latest/userguide/pod-id-minimum-sdk.html gem 'aws-sdk-core', '>= 3.188.0'