summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-08-08 22:35:40 -0700
committerStan Hu <stanhu@gmail.com>2015-08-09 15:23:22 -0700
commitc5648de230905afd35a1b044a74b6d687eaed994 (patch)
tree46312f7d97e60a230bec3210efbc9dcc3dfa749e /Gemfile
parentb833f208f3a31a6ac964dac422141249f2278fd9 (diff)
downloadgitlab-ce-c5648de230905afd35a1b044a74b6d687eaed994.tar.gz
Fix corrupted binary files when using API files endpoint
Add CHANGELOG for gitlab_git 7.2.9 updates Closes #2219
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1c49a603798..c2d618f41de 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.6'
+gem "gitlab_git", '~> 7.2.11'
# Ruby/Rack Git Smart-HTTP Server Handler
# GitLab fork with a lot of changes (improved thread-safety, better memory usage etc)