Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-11-10 13:47:30 +0400
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-11-10 13:47:30 +0400
commit245544a9d9807c6875eb7b3d63ab6d76468464d6 (patch)
treebdebe8ef3444f9311815f088baa39a439838a0a6 /Gemfile
parentc42ada9bee6e95b6fd3ebdc55d4b269f7e18d9f6 (diff)
Use pygments.rb fork with a custom formatter
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 84b557ba3a5..2a5b95b3803 100644
--- a/Gemfile
+++ b/Gemfile
@@ -33,7 +33,7 @@ gem 'grit_ext', git: "https://github.com/gitlabhq/grit_ext.git", ref
gem "gitolite", '1.1.0'
# Syntax highlighter
-gem "pygments.rb", "0.3.1"
+gem "pygments.rb", git: "https://github.com/gitlabhq/pygments.rb.git", ref: '4db80c599067e2d5f23c5c243bf85b8ca0368ad4'
# Language detection
gem "github-linguist", "~> 2.3.4" , require: "linguist"