diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-10-15 11:14:39 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-10-15 11:14:39 +0200 |
commit | 83f04853e9a749c3397ee7683a78b986e1070904 (patch) | |
tree | db8ae1efac0d971f954dd12bbaf20772692f847a /Gemfile | |
parent | a74915a4adb4bc116f039dfb2438ae97ffde4e7e (diff) | |
download | gitlab-ce-83f04853e9a749c3397ee7683a78b986e1070904.tar.gz |
Update gitlab_git to 7.2.19
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ gem "browser", '~> 1.0.0' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", '~> 7.2.17' +gem "gitlab_git", '~> 7.2.19' # LDAP Auth # GitLab fork with several improvements to original library. For full list of changes |