diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-28 21:03:27 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-28 21:03:27 +0300 |
commit | 233c9b8587d481af6b21099aaa22359a4ff502c4 (patch) | |
tree | aba682b2012c247f72a4c4fe83d67b924cb48daa /Gemfile | |
parent | 13dd7eb4760fbd4acb23eec47ab439c277d1b28f (diff) | |
download | gitlab-ce-233c9b8587d481af6b21099aaa22359a4ff502c4.tar.gz |
Use gitlab_git gem
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -22,11 +22,9 @@ gem 'omniauth-twitter' 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 +# We cannot use original git since some bugs gem "grit", '~> 2.5.0', git: 'https://github.com/gitlabhq/grit.git', ref: '42297cdcee16284d2e4eff23d41377f52fc28b9d' -gem 'grit_ext', '~> 0.8.1' - -gem 'gitlab_git', git: 'https://github.com/gitlabhq/gitlab_git.git', ref: '40703ee3925102a77f70c038b1948c251a9aaa46' +gem 'gitlab_git', '~> 1.0.0' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 1.0.0', require: 'grack' |