From 94eb6dd5b54b5a6aa779608e47509d3336974d78 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 01:45:09 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1de32161a9..763f456e90 100644 --- a/Gemfile +++ b/Gemfile @@ -32,8 +32,8 @@ gem 'nokogiri', '>= 1.6.8', '~> 1.6' gem 'therubyracer', platforms: :ruby, require: linux_only('therubyracer') gem 'parallel', '~> 1.1' gem 'mime-types', '2.1' -gem 'google-api-client', '~> 0.8' -gem 'signet', '~> 0.6' +gem 'google-api-client', '~> 0.53', '>= 0.53.0' +gem 'signet', '~> 0.16', '>= 0.16.1' gem 'gpgme', '~> 2.0' gem 'ruby-duration', '~> 3.1' gem 'daybreak' @@ -41,7 +41,7 @@ gem 'sass', '~> 3.4', '< 3.4.6' gem 'activesupport', '> 3.1', '< 4.2.0' # Used in aweplug by ruby-duration gem 'compass', '~> 1.0' gem 'rake', '~>10.4' -gem "octokit", "~> 4.0" +gem "octokit", "~> 4.23", ">= 4.23.0" gem 'docker-api', :require => 'docker' gem 'uuid' gem 'listen', '3.0.8'