From cec20c798c946104bdf1204168b9421580ebda29 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Feb 2026 14:23:17 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-FARADAY-15253521 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 7f13d01..506b2bd 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '3.0.3' -gem 'faraday' +gem 'faraday', '>= 2.14.1' gem 'faraday_middleware' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'