Use latest gitlab-grit fork to prevent gollum override gitlab-grit. Fixes issues related to gpg signed commits and other fixes from gitlab/grit fork
This commit is contained in:
parent
65156e3693
commit
34136d381f
2 changed files with 13 additions and 10 deletions
3
Gemfile
3
Gemfile
|
@ -22,7 +22,8 @@ gem 'omniauth-twitter'
|
|||
gem 'omniauth-github'
|
||||
|
||||
# Extracting information from a git repository
|
||||
gem "gitlab-grit", '~> 1.0.0', require: 'grit'
|
||||
# Since gollum requires grit we cannot use gitlab-grit gem name any more. Use grit instead
|
||||
gem "grit", '~> 2.5.0', git: 'https://github.com/gitlabhq/grit.git', ref: 'c15e2758ec75f99230cd0fbcc9110bf932c0bf05'
|
||||
gem 'grit_ext', '~> 0.6.2'
|
||||
|
||||
# Ruby/Rack Git Smart-HTTP Server Handler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue