From f416ba2e6e9f9f3ae1106c25d5382b862b9b5452 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Jun 2025 10:04:04 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10494060 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10494063 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 353c030..6fcfb66 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source 'https://rubygems.org' ruby '3.2.0' gem 'activerecord-sqlserver-adapter' -gem 'ar_lazy_preload' +gem 'ar_lazy_preload', '>= 2.0.0' gem 'audited' gem 'aws-sdk-s3' gem 'bootsnap', require: false