summaryrefslogtreecommitdiff
path: root/security/rubygem-omniauth-dingtalk-oauth2/files/patch-omniauth-dingtalk-oauth2.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'security/rubygem-omniauth-dingtalk-oauth2/files/patch-omniauth-dingtalk-oauth2.gemspec')
-rw-r--r--security/rubygem-omniauth-dingtalk-oauth2/files/patch-omniauth-dingtalk-oauth2.gemspec16
1 files changed, 16 insertions, 0 deletions
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
new file mode 100644
index 000000000000..689535f20271
--- /dev/null
+++ b/security/rubygem-omniauth-dingtalk-oauth2/files/patch-omniauth-dingtalk-oauth2.gemspec
@@ -0,0 +1,16 @@
+--- omniauth-dingtalk-oauth2.gemspec.orig 2022-08-09 16:03:30 UTC
++++ omniauth-dingtalk-oauth2.gemspec
+@@ -24,11 +24,11 @@ Gem::Specification.new do |s|
+ end
+
+ if s.respond_to? :add_runtime_dependency then
+- 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"])
+ else
+- s.add_dependency(%q<omniauth-oauth2>.freeze, ["~> 1.7"])
++ s.add_dependency(%q<omniauth-oauth2>.freeze, [">= 1.7"])
+ s.add_dependency(%q<rake>.freeze, ["~> 12.0"])
+ s.add_dependency(%q<rspec>.freeze, ["~> 3.0"])
+ end