diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-30 16:33:26 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-30 16:35:19 +0200 |
commit | e998257dcf3a0e4a46305a8c6019e74fcce2887f (patch) | |
tree | 7d97faf27701d3e836873e8c76661644cbf374eb /Gemfile | |
parent | e29c9b79329511ebfc335c87039118bd3fdcadb6 (diff) | |
download | gitlab-ce-e998257dcf3a0e4a46305a8c6019e74fcce2887f.tar.gz |
use rollbacked version of grit to make gollum works
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ gem 'omniauth-github' # Extracting information from a git repository # 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: '42297cdcee16284d2e4eff23d41377f52fc28b9d' gem 'grit_ext', '~> 0.8.1' # Ruby/Rack Git Smart-HTTP Server Handler |