summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-05 02:14:08 +0100
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-05 02:14:08 +0100
commit2519fd8376ba3ecf674bade735fbd4d31238f01c (patch)
treeac704c7faadc926931d7b8b2b29f85bb72d4a3a6 /Gemfile
parent9acd7cf1bdc53fefe28b516e7e39523b866a8daa (diff)
downloadgitlab-ce-2519fd8376ba3ecf674bade735fbd4d31238f01c.tar.gz
Update pygments.rb
Fixes #1774
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 25a3fa076d9..c899c510414 100644
--- a/Gemfile
+++ b/Gemfile
@@ -32,7 +32,7 @@ gem 'grit_ext', git: "https://github.com/gitlabhq/grit_ext.git", ref:
gem "gitolite", '1.1.0'
# Syntax highlighter
-gem "pygments.rb", git: "https://github.com/gitlabhq/pygments.rb.git", ref: '4db80c599067e2d5f23c5c243bf85b8ca0368ad4'
+gem "pygments.rb", git: "https://github.com/gitlabhq/pygments.rb.git", branch: "master"
# Language detection
gem "github-linguist", "~> 2.3.4" , require: "linguist"