Remove grit fork reference from Gemfile. Use gitlab-gollum-lib gem
Showing
... | @@ -22,9 +22,7 @@ gem 'omniauth-twitter' | ... | @@ -22,9 +22,7 @@ gem 'omniauth-twitter' |
gem 'omniauth-github' | gem 'omniauth-github' | ||
# Extracting information from a git repository | # Extracting information from a git repository | ||
# We cannot use original git since some bugs | gem 'gitlab_git', '~> 1.2.0' | ||
gem "grit", '~> 2.5.0', git: 'https://github.com/gitlabhq/grit.git' | |||
gem 'gitlab_git', '~> 1.1.0' | |||
# Ruby/Rack Git Smart-HTTP Server Handler | # Ruby/Rack Git Smart-HTTP Server Handler | ||
gem 'gitlab-grack', '~> 1.0.0', require: 'grack' | gem 'gitlab-grack', '~> 1.0.0', require: 'grack' | ||
... | @@ -35,6 +33,9 @@ gem 'gitlab_omniauth-ldap', '1.0.2', require: "omniauth-ldap" | ... | @@ -35,6 +33,9 @@ gem 'gitlab_omniauth-ldap', '1.0.2', require: "omniauth-ldap" |
# Syntax highlighter | # Syntax highlighter | ||
gem "gitlab-pygments.rb", '~> 0.3.2', require: 'pygments.rb' | gem "gitlab-pygments.rb", '~> 0.3.2', require: 'pygments.rb' | ||
# Git Wiki | |||
gem "gitlab-gollum-lib", "~> 1.0.0", require: 'gollum-lib' | |||
# Language detection | # Language detection | ||
gem "github-linguist", require: "linguist" | gem "github-linguist", require: "linguist" | ||
... | @@ -93,9 +94,6 @@ gem "colored" | ... | @@ -93,9 +94,6 @@ gem "colored" |
# GitLab settings | # GitLab settings | ||
gem 'settingslogic' | gem 'settingslogic' | ||
# Git Wiki | |||
gem "gollum-lib", "~> 1.0.0" | |||
# Misc | # Misc | ||
gem "foreman" | gem "foreman" | ||
... | ... |
Please register or sign in to comment