summaryrefslogtreecommitdiff
path: root/security/rubygem-openssl-cmac/files/patch-gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'security/rubygem-openssl-cmac/files/patch-gemspec')
-rw-r--r--security/rubygem-openssl-cmac/files/patch-gemspec10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/rubygem-openssl-cmac/files/patch-gemspec b/security/rubygem-openssl-cmac/files/patch-gemspec
new file mode 100644
index 000000000000..cee7f6932efa
--- /dev/null
+++ b/security/rubygem-openssl-cmac/files/patch-gemspec
@@ -0,0 +1,10 @@
+--- openssl-cmac.gemspec.orig 2025-12-18 12:47:47 UTC
++++ openssl-cmac.gemspec
+@@ -24,6 +24,6 @@ Gem::Specification.new do |s|
+
+ s.specification_version = 4
+
+- s.add_runtime_dependency(%q<openssl>.freeze, ["~> 3.0".freeze])
++ s.add_runtime_dependency(%q<openssl>.freeze, [">= 3.0".freeze])
+ end
+