summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortiagonbotelho <tiagonbotelho@hotmail.com>2016-07-07 11:07:04 +0100
committertiagonbotelho <tiagonbotelho@hotmail.com>2016-07-07 11:07:04 +0100
commit72feec8148cbb8afdc10d07b4fe231d8fb2ebbf2 (patch)
tree4612b19cac3311aae33893d789d8ec85e20963b3
parent59a2e17994da6988023758b572f82789af3f90dd (diff)
downloadgitlab-ce-72feec8148cbb8afdc10d07b4fe231d8fb2ebbf2.tar.gz
removes the git path for the gitlab_git gem corresponding to this MR dependency
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 37c5c021beb..99ca6608a6f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -52,7 +52,7 @@ gem "browser", '~> 2.2'
# Extracting information from a git repository
# Provide access to Gitlab::Git library
-gem "gitlab_git", '~> 10.2', git: "git@gitlab.com:gitlab-org/gitlab_git.git", branch: "commit-blob-rename-action"
+gem "gitlab_git", '~> 10.2'
# LDAP Auth
# GitLab fork with several improvements to original library. For full list of changes