diff options
author | Stan Hu <stanhu@gmail.com> | 2015-08-08 22:35:40 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-08-09 15:23:22 -0700 |
commit | c5648de230905afd35a1b044a74b6d687eaed994 (patch) | |
tree | 46312f7d97e60a230bec3210efbc9dcc3dfa749e /Gemfile | |
parent | b833f208f3a31a6ac964dac422141249f2278fd9 (diff) | |
download | gitlab-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |