From 2fbda754de617affaa77bb3d5c24f206d8de1900 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Oct 2024 02:30:42 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-8220162 - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-8220268 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index bd21667..026263e 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'sinatra-flash' gem 'config' # Datastore Dependencies -gem 'actionpack', require: false +gem 'actionpack', '>= 6.1.7.9', require: false gem 'activerecord' gem 'pg' gem 'standalone_migrations'