summaryrefslogtreecommitdiff
path: root/security/rubygem-omniauth-dingtalk-oauth2/files
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2024-02-08 09:36:19 +0900
committerYasuhiro Kimura <yasu@FreeBSD.org>2024-03-05 10:57:55 +0900
commitd86e4213df64cb407a2ccf2ba5ddc6a2e15b9c20 (patch)
tree9d46601ed305f0c44449b2cd9ff3a1d561920568 /security/rubygem-omniauth-dingtalk-oauth2/files
parentnet/xrdp-devel: Update to 0.9.90.b20230304 (diff)
devel/ruby-gems: Update to 3.5.6
While here, mark textproc/rubygem-nokogumbo as BROKEN because build fails with clean latest ports tree and all supported ruby versions. ChangeLog: https://github.com/rubygems/rubygems/blob/v3.5.6/CHANGELOG.md PR: 276884 Approved by: sunpoet (ruby@, maintainer) Exp-run by: antoine
Diffstat (limited to 'security/rubygem-omniauth-dingtalk-oauth2/files')
-rw-r--r--security/rubygem-omniauth-dingtalk-oauth2/files/patch-omniauth-dingtalk-oauth2.gemspec10
1 files changed, 5 insertions, 5 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 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