File: 0012-Relax-version-dependency-on-webrick-gem.patch

package info (click to toggle)
yard 0.9.28-2%2Bdeb12u2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,696 kB
  • sloc: ruby: 30,842; javascript: 7,556; makefile: 21
file content (19 lines) | stat: -rw-r--r-- 566 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: =?utf-8?q?C=C3=A9dric_Boutillier?= <boutil@debian.org>
Date: Wed, 8 Feb 2023 16:59:11 +0100
Subject: Relax version dependency on webrick gem

---
 yard.gemspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/yard.gemspec b/yard.gemspec
index 2bb9543..fb6111d 100644
--- a/yard.gemspec
+++ b/yard.gemspec
@@ -22,5 +22,5 @@ Gem::Specification.new do |s|
   s.license = 'MIT' if s.respond_to?(:license=)
   s.metadata['yard.run'] = 'yri'
 
-  s.add_runtime_dependency 'webrick', '~> 1.7.0'
+  s.add_runtime_dependency 'webrick', '~> 1.7'
 end