diff options
author | Stan Hu <stanhu@gmail.com> | 2015-05-23 23:34:03 -0400 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-05-27 14:10:58 -0700 |
commit | 0cd73885e6279c2a9a477f59eb76095f4e542858 (patch) | |
tree | 351a3bf5667d78aa4027538aa03c4e730d36e649 /Gemfile | |
parent | b222f211c131f471ceae26cff6977881d2d4b4bb (diff) | |
download | gitlab-ce-0cd73885e6279c2a9a477f59eb76095f4e542858.tar.gz |
Fix git blame syntax highlighting when different commits break up lines
Closes #1521
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -277,4 +277,4 @@ end gem "newrelic_rpm" gem 'octokit', '3.7.0' -gem "rugments" +gem "rugments", "~> 1.0.0.beta7" |