debian-mirror-gitlab/debian/patches/Gemfile/0050-relax-rdoc.patch
2023-06-20 11:34:45 +05:30

14 lines
352 B
Diff

Allow rdoc from ruby 2.5 to match requirement
--- a/Gemfile
+++ b/Gemfile
@@ -185,7 +185,7 @@ gem 'gitlab-markup', '~> 1.9.0', require
gem 'commonmarker', '~> 0.23.6'
gem 'kramdown', '~> 2.3.1'
gem 'RedCloth', '~> 4.3.2'
-gem 'rdoc', '~> 6.3.2'
+gem 'rdoc', '~> 6.0'
gem 'org-ruby', '~> 0.9.12'
gem 'creole', '~> 0.5.0'
gem 'wikicloth', '0.8.1'