Prevent gollum to overrride gitlab-grit gem. Use grit as instead so gollum...
Prevent gollum to overrride gitlab-grit gem. Use grit as instead so gollum uses it too. Fixes things with gpg singatured commits, etc.
Showing
... | ... | @@ -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: 'c40a32432616a07fa7fc3c32c24ab73ad6a9718f' | ||
gem 'grit_ext', '~> 0.8.1' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | ||
... | ... |
Please register or sign in to comment