Support Wiki with UTF-8 page name
Showing
... | ... | @@ -58,7 +58,9 @@ gem "gitlab_git", '~> 9.0' |
gem 'gitlab_omniauth-ldap', '~> 1.2.1', require: "omniauth-ldap" | ||
# Git Wiki | ||
gem 'gollum-lib', '~> 4.1.0' | ||
# Required manually in config/initializers/gollum.rb to control load order | ||
gem 'gollum-lib', '~> 4.1.0', require: false | ||
gem 'gollum-rugged_adapter', '~> 0.4.2', require: false | ||
# Language detection | ||
gem "github-linguist", "~> 4.7.0", require: "linguist" | ||
... | ... |
Please register or sign in to comment