From 7254f47ad5d9db09fc6953da698ef512c2fca802 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Apr 2025 08:17:28 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-9789079 --- 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