From 0a3b77678956c1ca761a483b40c5c462c398c42c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 13:52:11 +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 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index b897dc0a7412c..cc0f976948b06 100644 --- a/Gemfile +++ b/Gemfile @@ -22,14 +22,14 @@ gem 'devise', '~> 3.5.4' gem 'doorkeeper', '~> 3.1' gem 'devise-async', '~> 0.9.0' gem 'omniauth', '~> 1.3.1' -gem 'omniauth-auth0', '~> 1.4.1' -gem 'omniauth-azure-oauth2', '~> 0.0.6' +gem 'omniauth-auth0', '~> 1.4.2' +gem 'omniauth-azure-oauth2', '~> 0.0.8' gem 'omniauth-bitbucket', '~> 0.0.2' gem 'omniauth-cas3', '~> 1.1.2' -gem 'omniauth-facebook', '~> 3.0.0' -gem 'omniauth-github', '~> 1.1.1' -gem 'omniauth-gitlab', '~> 1.0.0' -gem 'omniauth-google-oauth2', '~> 0.2.0' +gem 'omniauth-facebook', '~> 4.0.0' +gem 'omniauth-github', '~> 1.2.0' +gem 'omniauth-gitlab', '~> 1.0.2' +gem 'omniauth-google-oauth2', '~> 0.3.0' gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos gem 'omniauth-saml', '~> 1.5.0' gem 'omniauth-shibboleth', '~> 1.2.0' @@ -170,7 +170,7 @@ gem "gemnasium-gitlab-service", "~> 0.2" gem "slack-notifier", "~> 1.2.0" # Asana integration -gem 'asana', '~> 0.4.0' +gem 'asana', '~> 2.0.1' # FogBugz integration gem 'ruby-fogbugz', '~> 0.2.1' @@ -225,7 +225,7 @@ gem 'net-ssh', '~> 3.0.1' gem 'base32', '~> 0.3.0' # Sentry integration -gem 'sentry-raven', '~> 0.15' +gem 'sentry-raven', '~> 1.0', '>= 1.0.0' gem 'premailer-rails', '~> 1.9.0' @@ -316,7 +316,7 @@ end gem "newrelic_rpm", '~> 3.14' -gem 'octokit', '~> 4.3.0' +gem 'octokit', '~> 4.23.0' gem "mail_room", "~> 0.7" @@ -327,7 +327,7 @@ gem 'activerecord-session_store', '~> 1.0.0' gem "nested_form", '~> 0.3.2' # OAuth -gem 'oauth2', '~> 1.0.0' +gem 'oauth2', '~> 1.4.8' # Soft deletion gem "paranoia", "~> 2.0"