diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2016-08-17 16:05:43 +0200 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2016-08-17 16:15:57 +0200 |
commit | 381105a0083dd0fcaf63e61bd70a9a48a4210a60 (patch) | |
tree | 58619a6fec6b52e5bbb5d0bd14b2a4f0516a3708 /Gemfile | |
parent | d1da2e8180d92e5f4a8b5ebb36b0f4e4d0618bf8 (diff) | |
download | gitlab-ce-test-gitlab-git.tar.gz |
Whatevertest-gitlab-git
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ gem 'browser', '~> 2.2' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem 'gitlab_git', '~> 10.4.5' +gem 'gitlab_git', git: 'https://gitlab.com/gitlab-org/gitlab_git.git', ref: 'fix/remove-unneeded-root-ref-call' # LDAP Auth # GitLab fork with several improvements to original library. For full list of changes |