From 7b279c9e09e1d27a385b7400842622b03a60c5bb Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Sun, 20 Feb 2022 12:13:41 +0000 Subject: devel/ruby-gems: Update to 3.3.7 These are fixes Ruby 3.0 Changes were compiled against all dependencies of devel/ruby-gems and they all built cleanly. There are five known build failures, all prexisting: * devel/rubygem-xdg5: requires Ruby 3.0 * devel/rubygem-xdg: requires Ruby 3.1 * graphics/rubygem-objectdetect: port explicitly marked broken * mail/rubygem-tmail: port explicitly marked broken * science/cdcl: marked broken, unfetchable Plus, science/rubygem-ruby-dcl gets skipped because of science/cdcl PR: 258108 Approved by: ruby (zi@) --- devel/rubygem-activesupport4/files/patch-gemspec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'devel/rubygem-activesupport4/files/patch-gemspec') diff --git a/devel/rubygem-activesupport4/files/patch-gemspec b/devel/rubygem-activesupport4/files/patch-gemspec index 6c9c382f2e0a..85007d8f5dfd 100644 --- a/devel/rubygem-activesupport4/files/patch-gemspec +++ b/devel/rubygem-activesupport4/files/patch-gemspec @@ -1,11 +1,11 @@ ---- activesupport.gemspec.orig 2018-02-14 14:06:12 UTC +--- activesupport.gemspec.orig 2021-10-25 11:52:00 UTC +++ activesupport.gemspec -@@ -23,7 +23,7 @@ Gem::Specification.new do |s| - s.specification_version = 4 +@@ -24,7 +24,7 @@ Gem::Specification.new do |s| + end - if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then -- s.add_runtime_dependency(%q.freeze, ["~> 0.7"]) -+ s.add_runtime_dependency(%q.freeze, [">= 0.7"]) - s.add_runtime_dependency(%q.freeze, ["~> 1.1"]) - s.add_runtime_dependency(%q.freeze, ["~> 5.1"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.3", ">= 0.3.4"]) + if s.respond_to? :add_runtime_dependency then +- s.add_runtime_dependency(%q.freeze, ["~> 0.7"]) ++ s.add_runtime_dependency(%q.freeze, [">= 0.7"]) + s.add_runtime_dependency(%q.freeze, ["~> 1.1"]) + s.add_runtime_dependency(%q.freeze, ["~> 5.1"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.3", ">= 0.3.4"]) -- cgit v1.2.3