diff options
author | Rubén Dávila <rdavila84@gmail.com> | 2016-02-17 10:31:23 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-02-19 13:15:39 -0500 |
commit | 112b1add4c4f9347d4bc0f6b20a8fd37384a81f2 (patch) | |
tree | 8c0eca216cd70cf3f7b6de5b54f31109f4aa41bc /Gemfile | |
parent | 87b076f2ce6a791f6173eedda3ad4505d165451c (diff) | |
download | gitlab-ce-112b1add4c4f9347d4bc0f6b20a8fd37384a81f2.tar.gz |
Upgrade gitlab_git to 8.2.0
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ gem "browser", '~> 1.0.0' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", '~> 8.1' +gem "gitlab_git", '~> 8.2' # LDAP Auth # GitLab fork with several improvements to original library. For full list of changes |