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 | |
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')
-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.5' +gem "gitlab_git", '~> 7.2.6' # Ruby/Rack Git Smart-HTTP Server Handler # GitLab fork with a lot of changes (improved thread-safety, better memory usage etc) |