Merge branch 'update-gitlab_git' into 'master'
Upgraded gitlab_git to fix issue #5858 This updates the dependency on gitlab_git and fixes #5858 - reproduced locally and issue disappears with the change. Related MR that actually adds branch name support to commits_between: https://gitlab.com/gitlab-org/gitlab_git/merge_requests/61 See merge request !2516
Showing
... | ... | @@ -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 | ||
... | ... |
Please register or sign in to comment