try with explicit require definition
This commit is contained in:
parent
d3f5f734b9
commit
ce278eab96
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ index ce9b833..49ddf1a 100644
|
|||
gem 'omniauth-shibboleth'
|
||||
+# Version 0.8 does not compile, so let's try tag 0.8.1 from github
|
||||
+# This is a dependency of omniauth-kerberos
|
||||
+gem "timfel-krb5-auth", '0.8.1.1', :git => "https://github.com/fritteli/krb5-auth.git", :tag => "v0.8.1.1"
|
||||
+gem "timfel-krb5-auth", '0.8.1.1', :require => 'krb5_auth', :git => "https://github.com/fritteli/krb5-auth.git", :tag => "v0.8.1.1"
|
||||
gem 'omniauth-kerberos'
|
||||
|
||||
# Extracting information from a git repository
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue