diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-30 15:15:56 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-30 15:15:56 +0200 |
commit | 64db5f808baa111e69f2588b5233a212d1343d68 (patch) | |
tree | 4aaefd7b1727eaf445a31d3caf03785c32ab2d5d /Gemfile.lock | |
parent | d863fa6283c80eaf2d549b73bf778b78a94ff89c (diff) | |
download | gitlab-ce-64db5f808baa111e69f2588b5233a212d1343d68.tar.gz |
use gitlab omniauth-ldap gem instead of fork
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 458ace308d4..4b08c3141b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,17 +40,6 @@ GIT charlock_holmes (~> 0.6.9) GIT - remote: https://github.com/gitlabhq/omniauth-ldap.git - revision: f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e - ref: f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e - specs: - omniauth-ldap (1.0.2) - net-ldap (~> 0.2.2) - omniauth (~> 1.0) - pyu-ruby-sasl (~> 0.0.3.1) - rubyntlm (~> 0.1.1) - -GIT remote: https://github.com/gitlabhq/pygments.rb.git revision: db1da0343adf86b49bdc3add04d02d2e80438d38 branch: master @@ -198,6 +187,11 @@ GEM pygments.rb (>= 0.2.13) github-markup (0.7.4) gitlab_meta (4.0) + gitlab_omniauth-ldap (1.0.2) + net-ldap (~> 0.2.2) + omniauth (~> 1.0) + pyu-ruby-sasl (~> 0.0.3.1) + rubyntlm (~> 0.1.1) gitlab_yaml_db (1.0.0) gitolite (1.1.0) gratr19 (~> 0.4.4.1) @@ -486,6 +480,7 @@ DEPENDENCIES github-linguist (~> 2.3.4) github-markup (~> 0.7.4) gitlab_meta (= 4.0) + gitlab_omniauth-ldap (= 1.0.2) gitlab_yaml_db (= 1.0.0) gitolite (= 1.1.0) grack! @@ -508,7 +503,6 @@ DEPENDENCIES omniauth (~> 1.1.1) omniauth-github omniauth-google-oauth2 - omniauth-ldap! omniauth-twitter pg poltergeist! |