summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2016-10-21 21:05:18 -0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2016-10-21 21:05:18 -0300
commit8aca5799a490cda0374e81923dedd406449bf982 (patch)
tree605e61f4b4154239ca7522c77d02946809b6884c
parentbaec0353df64d75455aa90f7f2f6efbf7f2f6920 (diff)
downloadgitlab-ce-23645-update-gitlab_git-to-10-6-10.tar.gz
Update gitlab_git to 10.6.1023645-update-gitlab_git-to-10-6-10
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock20
2 files changed, 14 insertions, 8 deletions
diff --git a/Gemfile b/Gemfile
index 46245ab62d1..80dcd3fd76f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -51,7 +51,7 @@ gem 'browser', '~> 2.2'
# Extracting information from a git repository
# Provide access to Gitlab::Git library
-gem 'gitlab_git', '~> 10.6.8'
+gem 'gitlab_git', git: 'https://gitlab.com/gitlab-org/gitlab_git.git', branch: '31-diff-collapsing-changed-in-10-6-9'
# LDAP Auth
# GitLab fork with several improvements to original library. For full list of changes
diff --git a/Gemfile.lock b/Gemfile.lock
index 442184b9228..bf04c72f9a4 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,3 +1,14 @@
+GIT
+ remote: https://gitlab.com/gitlab-org/gitlab_git.git
+ revision: c297aa44713b102584dd6dd79a510693c67c35fc
+ branch: 31-diff-collapsing-changed-in-10-6-9
+ specs:
+ gitlab_git (10.6.9)
+ activesupport (~> 4.0)
+ charlock_holmes (~> 0.7.3)
+ github-linguist (~> 4.7.0)
+ rugged (~> 0.24.0)
+
GEM
remote: https://rubygems.org/
specs:
@@ -283,11 +294,6 @@ GEM
mime-types (>= 1.16, < 3)
posix-spawn (~> 0.3)
gitlab-markup (1.5.0)
- gitlab_git (10.6.8)
- activesupport (~> 4.0)
- charlock_holmes (~> 0.7.3)
- github-linguist (~> 4.7.0)
- rugged (~> 0.24.0)
gitlab_omniauth-ldap (1.2.1)
net-ldap (~> 0.9)
omniauth (~> 1.0)
@@ -867,7 +873,7 @@ DEPENDENCIES
github-linguist (~> 4.7.0)
gitlab-flowdock-git-hook (~> 1.0.1)
gitlab-markup (~> 1.5.0)
- gitlab_git (~> 10.6.8)
+ gitlab_git!
gitlab_omniauth-ldap (~> 1.2.1)
gollum-lib (~> 4.2)
gollum-rugged_adapter (~> 0.4.2)
@@ -994,4 +1000,4 @@ DEPENDENCIES
wikicloth (= 0.8.1)
BUNDLED WITH
- 1.13.2
+ 1.13.5