From 89c0d36f3ca937afe49a843ed5106d7bcec8005a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Oct 2025 01:17:56 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVERECORD-2960802 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3aed53724..95c96e251 100644 --- a/Gemfile +++ b/Gemfile @@ -48,7 +48,7 @@ else gem 'sprockets', git: 'https://github.com/SamSaffron/sprockets.git', branch: 'rails-compat' gem 'redis-rails' gem 'seed-fu' - gem 'activerecord-postgres-hstore' + gem 'activerecord-postgres-hstore', '>= 0.7.7' gem 'active_attr' end