From d4436c6679ad476a060aae356f85ecbcfd031dde Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 23:55:52 +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 71f179e97b29f..ab635f6c9c95e 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ group :development do # Replaces the old lib/debug.rb and provides more features. gem 'debug', '>= 1.0.0' # module documentation - gem 'octokit' + gem 'octokit', '>= 5.0.0' # memory profiling gem 'memory_profiler' # cpu profiling