From 09335e13635653e8c7d54ed43c6b350cd04294a6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Jun 2025 21:32:02 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-10303186 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 592ed0a..47072a3 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'identity-logging', github: '18F/identity-logging', tag: 'v0.1.1' gem 'identity_validations', github: '18F/identity-validations', tag: 'v0.7.2' gem 'puma', '~> 6.0' gem 'pg' -gem 'rack', '~> 3.1.12' +gem 'rack', '~> 3.1.16' gem 'redacted_struct' gem 'tzinfo-data', platforms: %i[ windows jruby ] gem 'caxlsx', require: false