summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2016-07-18 17:06:49 +0300
committerValery Sizov <valery@gitlab.com>2016-07-18 17:06:49 +0300
commitb5038025ff0ab641384569d7588b878251f6e0d6 (patch)
tree6be17422b1d7790540b7e4d30ea925605c34082e /Gemfile
parent017ae313dc84682e260e960f93fb4a55af0df523 (diff)
downloadgitlab-ce-backport_from_ee_easy_commit_creation.tar.gz
Fix of 'Commits being passed to custom hooks are already reachable when using the UI'backport_from_ee_easy_commit_creation
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 81e8ff60ad5..08d3dbb53ea 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'
+gem 'gitlab_git', '~> 10.3'
# LDAP Auth
# GitLab fork with several improvements to original library. For full list of changes