Upgrade gitlab_git to 7.2.15 to fix `git blame` errors with ISO-encoded files
Closes https://github.com/gitlabhq/gitlabhq/issues/9577
Showing
... | ... | @@ -38,7 +38,7 @@ gem "browser", '~> 1.0.0' |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem "gitlab_git", '~> 7.2.14' | ||
gem "gitlab_git", '~> 7.2.15' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | ||
# GitLab fork with a lot of changes (improved thread-safety, better memory usage etc) | ||
... | ... |
Please register or sign in to comment