debian-mirror-gitlab/debian/patches/0106-loosen-gollum-lib.patch

14 lines
410 B
Diff
Raw Normal View History

2015-10-02 10:19:32 +05:30
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
2015-10-24 20:10:10 +05:30
@@ -47,7 +47,7 @@ gem "gitlab_git", '~> 7.2.19'
2015-10-02 10:19:32 +05:30
gem 'omniauth-ldap', '~> 1.0.4', require: "omniauth-ldap"
# Git Wiki
-gem 'gollum-lib', '~> 4.0.2'
+gem 'gollum-lib', '~> 4.1.0'
# Language detection
# GitLab fork of linguist does not require pygments/python dependency.