Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaco Guzman <pacoguzmanp@gmail.com>2016-08-02 15:14:19 +0300
committerPaco Guzman <pacoguzmanp@gmail.com>2016-08-05 16:30:08 +0300
commit9ef1ad054885917651120ea0ac2666adfb490e66 (patch)
treeef7c5e5ff7fdf2e787ad11afca165132077514ba /Gemfile
parenteee958616e0963db5f09d45b1e58efa859dfe3ca (diff)
Bump gitlab_git to lazy load compare commits
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5d113db686f..8f94ee72a32 100644
--- a/Gemfile
+++ b/Gemfile
@@ -53,7 +53,7 @@ gem 'browser', '~> 2.2'
# Extracting information from a git repository
# Provide access to Gitlab::Git library
-gem 'gitlab_git', '~> 10.4.3'
+gem 'gitlab_git', '~> 10.4.5'
# LDAP Auth
# GitLab fork with several improvements to original library. For full list of changes