From 98925faeac82833e0475daa9188865e3c375967e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Aug 2025 13:48:25 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 7f13d01..7baff64 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'faraday' gem 'faraday_middleware' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 6.1' +gem 'rails', '~> 7.1', '>= 7.1.5.2' # Use postgresql as the database for Active Record gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server