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: Sun, 21 Jul 2024 12:34:55 +0200
Subject: drop spec constraint on ffi
This is a transitive dependency, linux is not affected by the constraint
---
train-core.gemspec | 1 -
1 file changed, 1 deletion(-)
--- a/train-core.gemspec
+++ b/train-core.gemspec
@@ -27,7 +27,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.add_dependency "addressable", "~> 2.5"
- spec.add_dependency "ffi", "~> 1.16.0" # train-core doesn't directly depend on FFI, but 1.13.0 broke windows
spec.add_dependency "json", ">= 1.8", "< 3.0"
spec.add_dependency "mixlib-shellout", ">= 2.0", "< 4.0"
spec.add_dependency "net-scp", ">= 1.2", "< 5.0"
|