-
- Downloads
Fixing bug related to wiki last version
Showing
- Gemfile 4 additions, 0 deletionsGemfile
- changelogs/unreleased/fj-41477-fix-bug-wiki-last-version.yml 5 additions, 0 deletionschangelogs/unreleased/fj-41477-fix-bug-wiki-last-version.yml
- config/initializers/gollum.rb 20 additions, 0 deletionsconfig/initializers/gollum.rb
- spec/initializers/gollum_spec.rb 62 additions, 0 deletionsspec/initializers/gollum_spec.rb
Loading
| Loading
| @@ -70,6 +70,10 @@ gem 'net-ldap' |
# Git Wiki | ||
# Required manually in config/initializers/gollum.rb to control load order | ||
gem 'gollum-lib', '~> 4.2', require: false | ||
# Before updating this gem, check if | ||
# https://github.com/gollum/rugged_adapter/pull/28 has been merged. | ||
# If it has, then remove the monkey patch for tree_entry in config/initializers/gollum.rb | ||
gem 'gollum-rugged_adapter', '~> 0.4.4', require: false | ||
# Language detection | ||
Loading
| Loading
|
spec/initializers/gollum_spec.rb
0 → 100644
Please register or sign in to comment