-
- Downloads
Merge branch 'fj-change-gollum-gems-to-custom-ones' into 'master'
Replacing gollum libs for custom gitlab ones See merge request gitlab-org/gitlab-ce!18343
No related branches found
No related tags found
Showing
- Gemfile 3 additions, 10 deletionsGemfile
- Gemfile.lock 15 additions, 15 deletionsGemfile.lock
- changelogs/unreleased/fj-change-gollum-gems-to-custom-ones.yml 5 additions, 0 deletions...elogs/unreleased/fj-change-gollum-gems-to-custom-ones.yml
- config/initializers/gollum.rb 0 additions, 133 deletionsconfig/initializers/gollum.rb
- spec/initializers/gollum_spec.rb 0 additions, 62 deletionsspec/initializers/gollum_spec.rb
Loading
| Loading
| @@ -82,16 +82,9 @@ gem 'net-ldap' |
# Git Wiki | ||
# Required manually in config/initializers/gollum.rb to control load order | ||
# Before updating this gem, check if | ||
# https://github.com/gollum/gollum-lib/pull/292 has been merged. | ||
# If it has, then remove the monkey patch for update_page, rename_page and raw_data_in_committer | ||
# in config/initializers/gollum.rb | ||
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 | ||
gem 'gitlab-gollum-lib', '~> 4.2' | ||
gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4', require: false | ||
# Language detection | ||
gem 'github-linguist', '~> 5.3.3', require: 'linguist' | ||
Loading
| Loading
|
spec/initializers/gollum_spec.rb
deleted
100644 → 0
Please register or sign in to comment