From cf7e6a6a1515e28a404969df77fa28e993de1720 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Feb 2026 20:19:57 +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 3aed53724..016fa7801 100644 --- a/Gemfile +++ b/Gemfile @@ -93,10 +93,10 @@ gem 'nokogiri' gem 'omniauth' gem 'omniauth-openid' gem 'openid-redis-store' -gem 'omniauth-facebook' +gem 'omniauth-facebook', '>= 1.6.0' gem 'omniauth-twitter' -gem 'omniauth-github' -gem 'omniauth-oauth2', require: false +gem 'omniauth-github', '>= 1.1.1' +gem 'omniauth-oauth2', '>= 1.2.0', require: false gem 'omniauth-browserid', git: 'https://github.com/callahad/omniauth-browserid.git', branch: 'observer_api' gem 'omniauth-cas' gem 'oj'