diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-13 22:54:23 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-13 22:54:23 +0300 |
commit | 72ee345d3a0213c6df78f5f56cd1dd26ff7c53e1 (patch) | |
tree | 63206ed04e9d83aa138321cd59950ff52d46fbbd /Gemfile | |
parent | c5feabde2d8cd023215af4d2ceeb7a64839fc428 (diff) | |
download | gitlab-ce-72ee345d3a0213c6df78f5f56cd1dd26ff7c53e1.tar.gz |
Remove grit fork reference from Gemfile. Use gitlab-gollum-lib gem
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -22,9 +22,7 @@ gem 'omniauth-twitter' gem 'omniauth-github' # Extracting information from a git repository -# We cannot use original git since some bugs -gem "grit", '~> 2.5.0', git: 'https://github.com/gitlabhq/grit.git' -gem 'gitlab_git', '~> 1.1.0' +gem 'gitlab_git', '~> 1.2.0' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 1.0.0', require: 'grack' @@ -35,6 +33,9 @@ gem 'gitlab_omniauth-ldap', '1.0.2', require: "omniauth-ldap" # Syntax highlighter gem "gitlab-pygments.rb", '~> 0.3.2', require: 'pygments.rb' +# Git Wiki +gem "gitlab-gollum-lib", "~> 1.0.0", require: 'gollum-lib' + # Language detection gem "github-linguist", require: "linguist" @@ -93,9 +94,6 @@ gem "colored" # GitLab settings gem 'settingslogic' -# Git Wiki -gem "gollum-lib", "~> 1.0.0" - # Misc gem "foreman" |