diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-10 19:50:35 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-10 19:50:35 -0800 |
commit | 13b86fcb02ef3e3fc6bba949b95cb59cdbac2777 (patch) | |
tree | 18ff03a68fe50ba5b76b647fcdfa327c3827bb22 /Gemfile | |
parent | e9bf4e411f2d3535c6cda11a29716ed7e0db136a (diff) | |
download | gitlab-ce-13b86fcb02ef3e3fc6bba949b95cb59cdbac2777.tar.gz |
Fix git blame on file not respecting branch selection
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ gem "browser" # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", '7.0.0.rc13' +gem "gitlab_git", '7.0.0.rc14' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' |