diff options
author | Alejandro RodrÃguez <alejorro70@gmail.com> | 2016-07-27 11:26:29 -0400 |
---|---|---|
committer | Alejandro RodrÃguez <alejorro70@gmail.com> | 2016-07-28 12:24:47 -0400 |
commit | d00679d54f2bbaab9d6963c3b871a03ab8a3d7d6 (patch) | |
tree | 06bd76b683638e149566599ea423ced5c21324a5 /Gemfile | |
parent | b24ccd4a67f60731ce2eb6be0129e8cf7228263d (diff) | |
download | gitlab-ce-d00679d54f2bbaab9d6963c3b871a03ab8a3d7d6.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
@@ -53,7 +53,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 |