debian-mirror-gitlab/debian/patches/Gemfile/0190-relax-rdoc.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
270 B
Diff
Raw Normal View History

--- a/Gemfile
+++ b/Gemfile
2022-07-16 23:52:05 +05:30
@@ -160,7 +160,7 @@
gem 'commonmarker', '~> 0.23.4'
gem 'kramdown', '~> 2.3','>= 2.3.1'
gem 'RedCloth', '~> 4.3','>= 4.3.2'
-gem 'rdoc', '~> 6.0'
+gem 'rdoc'
gem 'org-ruby', '~> 0.9.12'
gem 'creole', '~> 0.5.0'
2022-07-16 23:52:05 +05:30
gem 'wikicloth', '0.8.1'