diff options
author | James Lopez <james@jameslopez.es> | 2016-01-20 17:12:30 +0100 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-01-20 17:12:30 +0100 |
commit | 419a5e00eb83d3ae1fb9725200bb4a72cb8a52e2 (patch) | |
tree | f923f8bb7afbdceacda5e8595aa4e3c9eb125467 /Gemfile | |
parent | b4faa59728c07893fe0f6d83648bf4d76e36320a (diff) | |
download | gitlab-ce-419a5e00eb83d3ae1fb9725200bb4a72cb8a52e2.tar.gz |
updated gitlab_git to fix issue #5858 and updated changelog
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", '~> 7.2.22' +gem "gitlab_git", '~> 7.2.23' # LDAP Auth # GitLab fork with several improvements to original library. For full list of changes |