diff options
author | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-12-05 02:14:08 +0100 |
---|---|---|
committer | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-12-05 02:14:08 +0100 |
commit | 2519fd8376ba3ecf674bade735fbd4d31238f01c (patch) | |
tree | ac704c7faadc926931d7b8b2b29f85bb72d4a3a6 /Gemfile | |
parent | 9acd7cf1bdc53fefe28b516e7e39523b866a8daa (diff) | |
download | gitlab-ce-2519fd8376ba3ecf674bade735fbd4d31238f01c.tar.gz |
Update pygments.rb
Fixes #1774
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |