From ef62012702644c3fe5a9d3102fe29b22845bac26 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Jun 2024 08:38:06 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-7210237 - https://snyk.io/vuln/SNYK-RUBY-ACTIONTEXT-7210236 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 75d5fc0c3..29c949fe1 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" ruby "~> 3.3.0" -gem "rails", "7.1.3.3" +gem "rails", "7.1.3.4" gem "bootsnap", require: false gem "chronic"