diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2016-09-06 15:16:38 +0200 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2016-09-06 15:42:24 +0200 |
commit | 86892793ca20356a0aaf9b2405eae1b9402ebf84 (patch) | |
tree | 1dfcfbe42b7c4eeec3af7c717e83da5e40f1a74f | |
parent | c61ebedaee2d1de76c961f54ca5f6b5805fcbe06 (diff) | |
download | gitlab-ce-86892793ca20356a0aaf9b2405eae1b9402ebf84.tar.gz |
Updated gitlab_git to 10.6.3
This allows us to take advantage of
https://gitlab.com/gitlab-org/gitlab_git/merge_requests/121.
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 3 insertions, 3 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.5' +gem 'gitlab_git', '~> 10.6.3' # LDAP Auth # GitLab fork with several improvements to original library. For full list of changes diff --git a/Gemfile.lock b/Gemfile.lock index 28ede86b3ba..ab573b4d31e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -279,7 +279,7 @@ GEM diff-lcs (~> 1.1) mime-types (>= 1.16, < 3) posix-spawn (~> 0.3) - gitlab_git (10.5.0) + gitlab_git (10.6.3) activesupport (~> 4.0) charlock_holmes (~> 0.7.3) github-linguist (~> 4.7.0) @@ -858,7 +858,7 @@ DEPENDENCIES github-linguist (~> 4.7.0) github-markup (~> 1.4) gitlab-flowdock-git-hook (~> 1.0.1) - gitlab_git (~> 10.5) + gitlab_git (~> 10.6.3) gitlab_meta (= 7.0) gitlab_omniauth-ldap (~> 1.2.1) gollum-lib (~> 4.2) |