From c7c8d5bf02ff53eafcde14de6852bdcbca417240 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Dec 2024 03:39:38 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-8496389 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index bd21667..4aeb890 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'sinatra-flash' gem 'config' # Datastore Dependencies -gem 'actionpack', require: false +gem 'actionpack', '>= 7.0.8.7', require: false gem 'activerecord' gem 'pg' gem 'standalone_migrations'