From d5522e63f392925d2ff51b3eff82256f59ff11e2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Nov 2025 14:19:31 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9390ec1..00981d2 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem 'net-imap', require: false gem 'net-pop', require: false gem "apipie-rails", "~> 1.5.0" gem 'omniauth', '>=2.0.0' -gem 'omniauth-rails_csrf_protection' +gem 'omniauth-rails_csrf_protection', '>= 2.0.0' gem 'omniauth-tara', github: 'internetee/omniauth-tara' gem 'i18n-tasks', '~> 1.0.12' gem 'uri', '>= 1.0.4'