Merge pull request #1937 from riyad/add-file-line-links

Add file line links
This commit is contained in:
Dmitriy Zaporozhets 2012-11-16 03:46:43 -08:00
commit b339c747a9
9 changed files with 411 additions and 199 deletions

View file

@ -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"