From 5360d5420bb4ce44f49fcf418961e66df2b47e8e Mon Sep 17 00:00:00 2001 From: Wabo Date: Mon, 1 Jun 2026 15:17:22 -0400 Subject: [PATCH] Add omniauth gems to Gemfile (required for Google SSO) --- Gemfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index 36783f0d..c5643174 100644 --- a/Gemfile +++ b/Gemfile @@ -25,6 +25,9 @@ gem 'jwt', require: false gem 'lograge' gem 'numo-narray-alt', require: false gem 'oj' +gem 'omniauth', '~> 2.1' +gem 'omniauth-google-oauth2', '~> 1.2' +gem 'omniauth-rails_csrf_protection', '~> 1.0' gem 'onnxruntime', require: false gem 'pagy' gem 'pg', require: false