Add omniauth gems to Gemfile (required for Google SSO)

pull/687/head
Wabo 3 weeks ago
parent f81edc07e5
commit 5360d5420b

@ -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

Loading…
Cancel
Save