summaryrefslogtreecommitdiff
path: root/security/rubygem-omniauth-dingtalk-oauth2
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2022-12-27 04:25:11 +0900
committerYasuhiro Kimura <yasu@FreeBSD.org>2023-01-17 10:07:50 +0900
commitf03ab0f78502433607110e650b714d905c72fb7b (patch)
treeb696fac1e9e9cb8847d11a7bd1f8ad6edc7a963d /security/rubygem-omniauth-dingtalk-oauth2
parentmisc/compat.el: Update to 29.1.2.0 (diff)
devel/ruby-gems: Update to 3.4.2
ChangeLog: https://github.com/rubygems/rubygems/releases/tag/v3.4.2 PR: 268578 Approved by: meta (ruby@, maintainer) Exp-run by: antoine
Diffstat (limited to 'security/rubygem-omniauth-dingtalk-oauth2')
-rw-r--r--security/rubygem-omniauth-dingtalk-oauth2/files/patch-omniauth-dingtalk-oauth2.gemspec23
1 files changed, 9 insertions, 14 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
index 689535f20271..66d2919768f5 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,16 +1,11 @@
---- omniauth-dingtalk-oauth2.gemspec.orig 2022-08-09 16:03:30 UTC
+--- omniauth-dingtalk-oauth2.gemspec.orig 2023-01-06 01:44:14 UTC
+++ omniauth-dingtalk-oauth2.gemspec
-@@ -24,11 +24,11 @@ Gem::Specification.new do |s|
- end
+@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
- 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
+ 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"])
+ end