From d86e4213df64cb407a2ccf2ba5ddc6a2e15b9c20 Mon Sep 17 00:00:00 2001 From: Yasuhiro Kimura Date: Thu, 8 Feb 2024 09:36:19 +0900 Subject: 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 --- .../files/patch-omniauth-dingtalk-oauth2.gemspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'security/rubygem-omniauth-dingtalk-oauth2/files') 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.freeze, ["~> 1.7"]) -+ s.add_runtime_dependency(%q.freeze, [">= 1.7"]) - s.add_development_dependency(%q.freeze, ["~> 12.0"]) - s.add_development_dependency(%q.freeze, ["~> 3.0"]) +- s.add_runtime_dependency(%q.freeze, ["~> 1.7".freeze]) ++ s.add_runtime_dependency(%q.freeze, [">= 1.7".freeze]) + s.add_development_dependency(%q.freeze, ["~> 12.0".freeze]) + s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) end -- cgit v1.2.3