summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-05-23 23:34:03 -0400
committerStan Hu <stanhu@gmail.com>2015-05-27 14:10:58 -0700
commit0cd73885e6279c2a9a477f59eb76095f4e542858 (patch)
tree351a3bf5667d78aa4027538aa03c4e730d36e649 /Gemfile
parentb222f211c131f471ceae26cff6977881d2d4b4bb (diff)
downloadgitlab-ce-0cd73885e6279c2a9a477f59eb76095f4e542858.tar.gz
Fix git blame syntax highlighting when different commits break up lines
Closes #1521
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 8eb1f04000c..26981f3e0a3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -277,4 +277,4 @@ end
gem "newrelic_rpm"
gem 'octokit', '3.7.0'
-gem "rugments"
+gem "rugments", "~> 1.0.0.beta7"