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

14 lines
339 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-06-09 22:52:32 +05:30
@@ -156,7 +156,7 @@
2021-02-22 22:40:45 +05:30
gem 'commonmarker', '~> 0.21'
2021-04-30 00:10:56 +05:30
gem 'kramdown', '~> 2.3','>= 2.3.1'
2021-10-01 04:34:20 +05:30
gem 'RedCloth', '~> 4.3','>= 4.3.2'
-gem 'rdoc', '~> 6.3','>= 6.3.2'
+gem 'rdoc', '~> 6.0'
2020-03-13 18:39:49 +05:30
gem 'org-ruby', '~> 0.9.12'
gem 'creole', '~> 0.5.0'
2021-10-28 01:36:19 +05:30
gem 'wikicloth', '~> 0.8.1'