Make omniauth-kerberos dependency optional (add group 'kerberos')
Showing
... | @@ -28,7 +28,7 @@ gem 'omniauth-google-oauth2' | ... | @@ -28,7 +28,7 @@ gem 'omniauth-google-oauth2' |
gem 'omniauth-twitter' | gem 'omniauth-twitter' | ||
gem 'omniauth-github' | gem 'omniauth-github' | ||
gem 'omniauth-shibboleth' | gem 'omniauth-shibboleth' | ||
gem 'omniauth-kerberos' | gem 'omniauth-kerberos', group: :kerberos | ||
gem 'omniauth-gitlab' | gem 'omniauth-gitlab' | ||
gem 'omniauth-bitbucket' | gem 'omniauth-bitbucket' | ||
gem 'doorkeeper', '2.1.3' | gem 'doorkeeper', '2.1.3' | ||
... | ... |
Please register or sign in to comment