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
293 B
Diff
Raw Normal View History

--- a/Gemfile
+++ b/Gemfile
2023-06-20 11:34:45 +05:30
@@ -188,7 +188,7 @@ gem 'gitlab-markup', '~> 1.9.0', require
2022-11-26 12:48:29 +05:30
gem 'commonmarker', '~> 0.23.6'
2023-06-20 11:34:45 +05:30
gem 'kramdown', '~> 2.3.1'
gem 'RedCloth', '~> 4.3.2'
-gem 'rdoc', '~> 6.0'
+gem 'rdoc'
gem 'org-ruby', '~> 0.9.12'
gem 'creole', '~> 0.5.0'
2023-06-20 11:34:45 +05:30
gem 'wikicloth', '0.8.1'