From 1a27dc0072b9036f02949b3c0317a4a43c45a6d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Nov 2025 12:49:34 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-13378928 - https://snyk.io/vuln/SNYK-RUBY-RACK-13378930 - https://snyk.io/vuln/SNYK-RUBY-RACK-13378932 - https://snyk.io/vuln/SNYK-RUBY-RACK-13535097 - https://snyk.io/vuln/SNYK-RUBY-RACK-13524628 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 4fcb6b630..3800fc303 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'newrelic_rpm', '>= 6.14.0' gem 'nokogiri', '~> 1.18.9' gem 'omniauth_login_dot_gov', git: 'https://github.com/18f/omniauth_login_dot_gov.git', branch: 'main' -gem 'omniauth-rails_csrf_protection' +gem 'omniauth-rails_csrf_protection', '>= 2.0.0' gem 'paper_trail', '~>16' gem 'pg' gem 'propshaft'