diff options
author | Stan Hu <stanhu@gmail.com> | 2015-08-27 13:07:14 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-08-27 13:08:15 -0700 |
commit | ef6c06c0f3341d9508693930af4979659d6a4b63 (patch) | |
tree | d043784ff945e8c40cd4631c5295a3ebed389da6 /Gemfile | |
parent | 10ee826847f956a235952fbb41d5ba589927b862 (diff) | |
download | gitlab-ce-ef6c06c0f3341d9508693930af4979659d6a4b63.tar.gz |
Upgrade gitlab_git to 7.2.15 to fix `git blame` errors with ISO-encoded files
Closes https://github.com/gitlabhq/gitlabhq/issues/9577
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |