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.lock | |
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.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index e72b7fe4927..dae8f2209ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -271,7 +271,7 @@ GEM mime-types (~> 1.19) gitlab_emoji (0.1.0) gemojione (~> 2.0) - gitlab_git (7.2.6) + gitlab_git (7.2.11) activesupport (~> 4.0) charlock_holmes (~> 0.6) gitlab-linguist (~> 3.0) @@ -783,7 +783,7 @@ DEPENDENCIES gitlab-grack (~> 2.0.2) gitlab-linguist (~> 3.0.1) gitlab_emoji (~> 0.1) - gitlab_git (~> 7.2.6) + gitlab_git (~> 7.2.11) gitlab_meta (= 7.0) gitlab_omniauth-ldap (= 1.2.1) gollum-lib (~> 4.0.2) |