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.lock | |
parent | e9bf4e411f2d3535c6cda11a29716ed7e0db136a (diff) | |
download | gitlab-ce-13b86fcb02ef3e3fc6bba949b95cb59cdbac2777.tar.gz |
Fix git blame on file not respecting branch selection
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 4d4be5674dc..c2513712b41 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -183,7 +183,7 @@ GEM mime-types (~> 1.19) gitlab_emoji (0.0.1.1) emoji (~> 1.0.1) - gitlab_git (7.0.0.rc13) + gitlab_git (7.0.0.rc14) activesupport (~> 4.0) charlock_holmes (~> 0.6) gitlab-linguist (~> 3.0) @@ -643,7 +643,7 @@ DEPENDENCIES gitlab-grack (~> 2.0.0.pre) gitlab-linguist (~> 3.0.0) gitlab_emoji (~> 0.0.1.1) - gitlab_git (= 7.0.0.rc13) + gitlab_git (= 7.0.0.rc14) gitlab_meta (= 7.0) gitlab_omniauth-ldap (= 1.2.0) gollum-lib (~> 3.0.0) |