debian-mirror-gitlab/debian/patches/0350-relax-rdoc.patch

14 lines
327 B
Diff
Raw Normal View History

2020-04-13 13:49:04 +05:30
Allow rdoc from ruby 2.5 to match requirement
2020-03-13 18:39:49 +05:30
--- a/Gemfile
+++ b/Gemfile
2021-03-11 21:09:22 +05:30
@@ -148,7 +148,7 @@
2021-02-22 22:40:45 +05:30
gem 'commonmarker', '~> 0.21'
2020-08-18 20:15:12 +05:30
gem 'kramdown', '~> 2.3'
2020-03-13 18:39:49 +05:30
gem 'RedCloth', '~> 4.3', '>= 4.3.2'
-gem 'rdoc', '~> 6.1', '>= 6.1.2'
+gem 'rdoc', '~> 6.0'
gem 'org-ruby', '~> 0.9.12'
gem 'creole', '~> 0.5.0'
gem 'wikicloth', '0.8.1'