diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-02-02 15:04:50 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-02-02 15:04:50 +0100 |
commit | e08aa3df905f09f1c964fb056cba922a1d6eaa85 (patch) | |
tree | 229c57398707856946b4672701ee5d3d5fcd8dca /Gemfile | |
parent | 0a4db90d36870211df2dc1e606b01602666706c8 (diff) | |
download | gitlab-ce-e08aa3df905f09f1c964fb056cba922a1d6eaa85.tar.gz |
Use gitlab_git 8.0.0
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ gem "browser", '~> 1.0.0' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", git: 'https://gitlab.com/gitlab-org/gitlab_git.git', branch: 'lazy-blob' +gem "gitlab_git", '~> 8.0.0' # LDAP Auth # GitLab fork with several improvements to original library. For full list of changes |