Commit 8b761574bd629cf5a6ddb0e169fff019d55ad415
1 parent
34136d38
fix gollum
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Gemfile
... | ... | @@ -23,7 +23,7 @@ gem 'omniauth-github' |
23 | 23 | |
24 | 24 | # Extracting information from a git repository |
25 | 25 | # Since gollum requires grit we cannot use gitlab-grit gem name any more. Use grit instead |
26 | -gem "grit", '~> 2.5.0', git: 'https://github.com/gitlabhq/grit.git', ref: 'c15e2758ec75f99230cd0fbcc9110bf932c0bf05' | |
26 | +gem "grit", '~> 2.5.0', git: 'https://github.com/gitlabhq/grit.git', ref: 'c40a32432616a07fa7fc3c32c24ab73ad6a9718f' | |
27 | 27 | gem 'grit_ext', '~> 0.6.2' |
28 | 28 | |
29 | 29 | # Ruby/Rack Git Smart-HTTP Server Handler | ... | ... |
Gemfile.lock
... | ... | @@ -25,8 +25,8 @@ GIT |
25 | 25 | |
26 | 26 | GIT |
27 | 27 | remote: https://github.com/gitlabhq/grit.git |
28 | - revision: c15e2758ec75f99230cd0fbcc9110bf932c0bf05 | |
29 | - ref: c15e2758ec75f99230cd0fbcc9110bf932c0bf05 | |
28 | + revision: c40a32432616a07fa7fc3c32c24ab73ad6a9718f | |
29 | + ref: c40a32432616a07fa7fc3c32c24ab73ad6a9718f | |
30 | 30 | specs: |
31 | 31 | grit (2.5.0) |
32 | 32 | diff-lcs (~> 1.1) | ... | ... |