Merge pull request #2177 from riyad/update-pygments.rb
Update pygments.rb
This commit is contained in:
commit
c0c5d94b2b
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -32,7 +32,7 @@ gem 'grit_ext', git: "https://github.com/gitlabhq/grit_ext.git", ref:
|
||||||
gem "gitolite", '1.1.0'
|
gem "gitolite", '1.1.0'
|
||||||
|
|
||||||
# Syntax highlighter
|
# 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
|
# Language detection
|
||||||
gem "github-linguist", "~> 2.3.4" , require: "linguist"
|
gem "github-linguist", "~> 2.3.4" , require: "linguist"
|
||||||
|
|
|
@ -45,8 +45,8 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/gitlabhq/pygments.rb.git
|
remote: https://github.com/gitlabhq/pygments.rb.git
|
||||||
revision: 4db80c599067e2d5f23c5c243bf85b8ca0368ad4
|
revision: db1da0343adf86b49bdc3add04d02d2e80438d38
|
||||||
ref: 4db80c599067e2d5f23c5c243bf85b8ca0368ad4
|
branch: master
|
||||||
specs:
|
specs:
|
||||||
pygments.rb (0.3.2)
|
pygments.rb (0.3.2)
|
||||||
posix-spawn (~> 0.3.6)
|
posix-spawn (~> 0.3.6)
|
||||||
|
|
Loading…
Add table
Reference in a new issue