diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2024-02-08 09:36:19 +0900 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2024-03-05 10:57:55 +0900 |
commit | d86e4213df64cb407a2ccf2ba5ddc6a2e15b9c20 (patch) | |
tree | 9d46601ed305f0c44449b2cd9ff3a1d561920568 /net/rubygem-omniauth-oauth2 | |
parent | net/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 'net/rubygem-omniauth-oauth2')
-rw-r--r-- | net/rubygem-omniauth-oauth2/files/patch-gemspec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/rubygem-omniauth-oauth2/files/patch-gemspec b/net/rubygem-omniauth-oauth2/files/patch-gemspec index 5dc78a642a4b..f42ffd158980 100644 --- a/net/rubygem-omniauth-oauth2/files/patch-gemspec +++ b/net/rubygem-omniauth-oauth2/files/patch-gemspec @@ -2,14 +2,14 @@ Fix runtime of www/gitlab-ce Allow omniauth 1.9.* to fix bundler check when gitlab starts. ---- omniauth-oauth2.gemspec.orig 2023-01-05 23:51:11 UTC +--- omniauth-oauth2.gemspec.orig 2024-02-21 06:39:47 UTC +++ omniauth-oauth2.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.specification_version = 4 - s.add_runtime_dependency(%q<oauth2>.freeze, [">= 1.4", "< 3"]) -- s.add_runtime_dependency(%q<omniauth>.freeze, ["~> 2.0"]) -+ s.add_runtime_dependency(%q<omniauth>.freeze, [">= 1.9", "< 3"]) - s.add_development_dependency(%q<bundler>.freeze, ["~> 2.0"]) + s.add_runtime_dependency(%q<oauth2>.freeze, [">= 1.4".freeze, "< 3".freeze]) +- s.add_runtime_dependency(%q<omniauth>.freeze, ["~> 2.0".freeze]) ++ s.add_runtime_dependency(%q<omniauth>.freeze, [">= 1.9".freeze, "< 3".freeze]) + s.add_development_dependency(%q<bundler>.freeze, ["~> 2.0".freeze]) end |