summaryrefslogtreecommitdiff
path: root/security/rubygem-gpgme/files/patch-gemspec
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-11-19 16:13:16 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-11-19 16:13:16 +0800
commitdbcaf755426a9475840a9cb9426cf627c7a226e1 (patch)
treecda5450b8246688ad8edaf2092110e1e1410d3d5 /security/rubygem-gpgme/files/patch-gemspec
parentdevel/rubygem-rspec-rails: Update to 6.0.0 (diff)
security/rubygem-gpgme: Update to 2.0.21
- Convert REINPLACE_CMD to patch files Changes: https://github.com/ueno/ruby-gpgme/blob/master/NEWS
Diffstat (limited to 'security/rubygem-gpgme/files/patch-gemspec')
-rw-r--r--security/rubygem-gpgme/files/patch-gemspec10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/rubygem-gpgme/files/patch-gemspec b/security/rubygem-gpgme/files/patch-gemspec
new file mode 100644
index 000000000000..43bd6c822b8f
--- /dev/null
+++ b/security/rubygem-gpgme/files/patch-gemspec
@@ -0,0 +1,10 @@
+--- gpgme.gemspec.orig 2022-10-13 14:19:20 UTC
++++ gpgme.gemspec
+@@ -24,7 +24,6 @@ Gem::Specification.new do |s|
+ end
+
+ if s.respond_to? :add_runtime_dependency then
+- s.add_runtime_dependency(%q<mini_portile2>.freeze, ["~> 2.7.0"])
+ s.add_development_dependency(%q<mocha>.freeze, ["~> 0.9.12"])
+ s.add_development_dependency(%q<minitest>.freeze, ["~> 2.1.0"])
+ s.add_development_dependency(%q<yard>.freeze, ["~> 0.9.11"])