Make omniauth-kerberos dependency optional (add group 'kerberos')

This commit is contained in:
Jakub Jirutka 2015-02-14 20:50:08 +01:00
parent 396aba5e10
commit 2391a43a70
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ gem 'omniauth-google-oauth2'
gem 'omniauth-twitter'
gem 'omniauth-github'
gem 'omniauth-shibboleth'
gem 'omniauth-kerberos'
gem 'omniauth-kerberos', group: :kerberos
gem 'omniauth-gitlab'
gem 'omniauth-bitbucket'
gem 'doorkeeper', '2.1.3'