diff options
author | Valery Sizov <vsv2711@gmail.com> | 2015-08-11 15:11:58 +0300 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2015-08-11 15:11:58 +0300 |
commit | cf6e58b589713acae3cfeab55bdf1944bbf682a1 (patch) | |
tree | e2e31e736255915f0fa680ea8f9137fdecb3fcf5 /Gemfile | |
parent | d9402504adce4d90ca49dbec30c3c5cf3c406247 (diff) | |
download | gitlab-ce-cf6e58b589713acae3cfeab55bdf1944bbf682a1.tar.gz |
update gitlab_gitgrit_blame
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", path: "../gitlab_git" +gem "gitlab_git", '~> 7.2.12' # Ruby/Rack Git Smart-HTTP Server Handler # GitLab fork with a lot of changes (improved thread-safety, better memory usage etc) |