Update omniauth to version 2.0.0

This commit is contained in:
depfu[bot] 2021-08-11 13:53:10 +00:00 committed by Henne Vogelsang
parent 014e210738
commit fd4c60ff9f
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
3 changed files with 28 additions and 16 deletions

View file

@ -44,6 +44,7 @@ gem 'omniauth-facebook'
gem 'omniauth-github'
gem 'omniauth-google-oauth2'
gem 'omniauth-openid'
gem 'omniauth-rails_csrf_protection'
# Bot-filtering
gem 'recaptcha', require: 'recaptcha/rails'