fix gollum
This commit is contained in:
parent
34136d381f
commit
8b761574bd
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -23,7 +23,7 @@ gem 'omniauth-github'
|
||||||
|
|
||||||
# Extracting information from a git repository
|
# Extracting information from a git repository
|
||||||
# Since gollum requires grit we cannot use gitlab-grit gem name any more. Use grit instead
|
# 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", '~> 2.5.0', git: 'https://github.com/gitlabhq/grit.git', ref: 'c40a32432616a07fa7fc3c32c24ab73ad6a9718f'
|
||||||
gem 'grit_ext', '~> 0.6.2'
|
gem 'grit_ext', '~> 0.6.2'
|
||||||
|
|
||||||
# Ruby/Rack Git Smart-HTTP Server Handler
|
# Ruby/Rack Git Smart-HTTP Server Handler
|
||||||
|
|
|
@ -25,8 +25,8 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/gitlabhq/grit.git
|
remote: https://github.com/gitlabhq/grit.git
|
||||||
revision: c15e2758ec75f99230cd0fbcc9110bf932c0bf05
|
revision: c40a32432616a07fa7fc3c32c24ab73ad6a9718f
|
||||||
ref: c15e2758ec75f99230cd0fbcc9110bf932c0bf05
|
ref: c40a32432616a07fa7fc3c32c24ab73ad6a9718f
|
||||||
specs:
|
specs:
|
||||||
grit (2.5.0)
|
grit (2.5.0)
|
||||||
diff-lcs (~> 1.1)
|
diff-lcs (~> 1.1)
|
||||||
|
|
Loading…
Reference in a new issue