diff options
author | Stan Hu <stanhu@gmail.com> | 2015-07-28 08:07:25 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-07-28 16:47:30 +0000 |
commit | c22b4061c2136c57a30b96a886688d49ecd88193 (patch) | |
tree | 712efdc41375672d8cee32e41d658abf96195ab8 /Gemfile.lock | |
parent | f21ac8f5c6899c4e72afa9613478134bcc22aa6a (diff) | |
download | gitlab-ce-c22b4061c2136c57a30b96a886688d49ecd88193.tar.gz |
Upgrade gitlab_git to version 7.2.6 to fix Error 500 when creating network graphs
Closes #745
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 6e571072a4c..bef67884c37 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.5) + gitlab_git (7.2.6) activesupport (~> 4.0) charlock_holmes (~> 0.6) gitlab-linguist (~> 3.0) @@ -784,7 +784,7 @@ DEPENDENCIES gitlab-grack (~> 2.0.2) gitlab-linguist (~> 3.0.1) gitlab_emoji (~> 0.1) - gitlab_git (~> 7.2.5) + gitlab_git (~> 7.2.6) gitlab_meta (= 7.0) gitlab_omniauth-ldap (= 1.2.1) gollum-lib (~> 4.0.2) |