File: octokit.patch

package info (click to toggle)
ruby-jekyll-github-metadata 2.16.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 740 kB
  • sloc: ruby: 2,394; javascript: 107; sh: 41; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 605 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: relax version dependency on octokit
Bug-Debian: https://bugs.debian.org/1059710
Author: Cédric Boutillier <boutil@debian.org>
Last-Update: 2024-12-17
Forwarded: no
--- a/jekyll-github-metadata.gemspec
+++ b/jekyll-github-metadata.gemspec
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
   spec.require_paths = ["lib"]
 
   spec.add_runtime_dependency "jekyll", ">= 3.4", "< 5.0"
-  spec.add_runtime_dependency "octokit", ">= 4", "!= 4.4.0", "< 7"
+  spec.add_runtime_dependency "octokit", ">= 4.4"
 
   spec.add_development_dependency "bundler"
   spec.add_development_dependency "netrc"