diff options
author | Valery Sizov <valery@gitlab.com> | 2016-07-18 17:06:49 +0300 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2016-07-18 17:06:49 +0300 |
commit | b5038025ff0ab641384569d7588b878251f6e0d6 (patch) | |
tree | 6be17422b1d7790540b7e4d30ea925605c34082e /Gemfile | |
parent | 017ae313dc84682e260e960f93fb4a55af0df523 (diff) | |
download | gitlab-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |