summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/rubygem-gpgme/files/patch-gemspec10
-rw-r--r--security/rubygem-omniauth-dingtalk-oauth2/files/patch-omniauth-dingtalk-oauth2.gemspec10
2 files changed, 10 insertions, 10 deletions
diff --git a/security/rubygem-gpgme/files/patch-gemspec b/security/rubygem-gpgme/files/patch-gemspec
index f82f33381a0b..a7022fde516a 100644
--- a/security/rubygem-gpgme/files/patch-gemspec
+++ b/security/rubygem-gpgme/files/patch-gemspec
@@ -1,10 +1,10 @@
---- gpgme.gemspec.orig 2023-01-22 05:30:28 UTC
+--- gpgme.gemspec.orig 2024-02-21 08:22:05 UTC
+++ gpgme.gemspec
@@ -21,7 +21,6 @@ Gem::Specification.new do |s|
s.specification_version = 4
-- s.add_runtime_dependency(%q<mini_portile2>.freeze, ["~> 2.7"])
- 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"])
+- s.add_runtime_dependency(%q<mini_portile2>.freeze, ["~> 2.7".freeze])
+ s.add_development_dependency(%q<mocha>.freeze, ["~> 0.9.12".freeze])
+ s.add_development_dependency(%q<minitest>.freeze, ["~> 2.1.0".freeze])
+ s.add_development_dependency(%q<yard>.freeze, ["~> 0.9.11".freeze])
diff --git a/security/rubygem-omniauth-dingtalk-oauth2/files/patch-omniauth-dingtalk-oauth2.gemspec b/security/rubygem-omniauth-dingtalk-oauth2/files/patch-omniauth-dingtalk-oauth2.gemspec
index 66d2919768f5..10add5772f1f 100644
--- a/security/rubygem-omniauth-dingtalk-oauth2/files/patch-omniauth-dingtalk-oauth2.gemspec
+++ b/security/rubygem-omniauth-dingtalk-oauth2/files/patch-omniauth-dingtalk-oauth2.gemspec
@@ -1,11 +1,11 @@
---- omniauth-dingtalk-oauth2.gemspec.orig 2023-01-06 01:44:14 UTC
+--- omniauth-dingtalk-oauth2.gemspec.orig 2024-02-27 17:54:49 UTC
+++ omniauth-dingtalk-oauth2.gemspec
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.specification_version = 4
-- s.add_runtime_dependency(%q<omniauth-oauth2>.freeze, ["~> 1.7"])
-+ s.add_runtime_dependency(%q<omniauth-oauth2>.freeze, [">= 1.7"])
- s.add_development_dependency(%q<rake>.freeze, ["~> 12.0"])
- s.add_development_dependency(%q<rspec>.freeze, ["~> 3.0"])
+- s.add_runtime_dependency(%q<omniauth-oauth2>.freeze, ["~> 1.7".freeze])
++ s.add_runtime_dependency(%q<omniauth-oauth2>.freeze, [">= 1.7".freeze])
+ s.add_development_dependency(%q<rake>.freeze, ["~> 12.0".freeze])
+ s.add_development_dependency(%q<rspec>.freeze, ["~> 3.0".freeze])
end