summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-08-17 23:56:02 +0000
committerStan Hu <stanhu@gmail.com>2015-08-17 23:56:02 +0000
commit47d55306d95e7ada8b0defa3d266451ce68ca58a (patch)
tree284c63bfa0212b881b0f225c921b651022e714fc /Gemfile
parent262c6f11fee407350b8945501279a591d35ccb85 (diff)
downloadgitlab-ce-47d55306d95e7ada8b0defa3d266451ce68ca58a.tar.gz
Upgrade gitlab_git to 7.2.14 to ignore CRLFs in .gitmodules
Closes #2262
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5941365018d..8f65a274baa 100644
--- a/Gemfile
+++ b/Gemfile
@@ -38,7 +38,7 @@ gem "browser", '~> 0.8.0'
# Extracting information from a git repository
# Provide access to Gitlab::Git library
-gem "gitlab_git", '~> 7.2.12'
+gem "gitlab_git", '~> 7.2.14'
# Ruby/Rack Git Smart-HTTP Server Handler
# GitLab fork with a lot of changes (improved thread-safety, better memory usage etc)