From c5f4679b804436445f6156309ab72cfea9bc735e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 17 Aug 2025 07:44:15 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVERECORD-11800112 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9210d0f..669b0d0 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ end # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 5.1.6', '>= 5.1.6.1' +gem 'rails', '~> 7.1.5', '>= 7.1.5.2' # Use postgresql as the database for Active Record gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server