diff options
author | Alejandro RodrÃguez <alejorro70@gmail.com> | 2016-07-21 16:49:43 -0400 |
---|---|---|
committer | Alejandro RodrÃguez <alejorro70@gmail.com> | 2016-07-21 18:00:16 -0400 |
commit | 065a65adfe3508581664358779821b802476ee0d (patch) | |
tree | b1d2e5399b387ae0fbb6d00539f119daea43ff7e /Gemfile | |
parent | d2598f6273d4a714134c26ee520b99a40579e8fa (diff) | |
download | gitlab-ce-065a65adfe3508581664358779821b802476ee0d.tar.gz |
Update to gitlab_git 10.4.1 and take advantage of preserved Ref objects
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ gem 'browser', '~> 2.2' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem 'gitlab_git', '~> 10.3.2' +gem 'gitlab_git', '~> 10.4.1' # LDAP Auth # GitLab fork with several improvements to original library. For full list of changes |