File: remove-fiber-storage.patch

package info (click to toggle)
ruby-graphql 2.5.19-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,868 kB
  • sloc: ruby: 80,420; ansic: 1,808; yacc: 845; javascript: 480; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 542 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Remove fiber-storage, it is not necessary
Author: Simon Quigley <tsimonq2@debian.org>
Origin: vendor
Last-Update: 2026-02-09
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/graphql.gemspec
+++ b/graphql.gemspec
@@ -26,7 +26,6 @@ Gem::Specification.new do |s|
   s.files = Dir["{lib}/**/*", "MIT-LICENSE", "readme.md", ".yardopts"]
 
   s.add_runtime_dependency "base64"
-  s.add_runtime_dependency "fiber-storage"
   s.add_runtime_dependency "logger"
 
   s.add_development_dependency "benchmark-ips"