summaryrefslogtreecommitdiff
path: root/devel/rubygem-activesupport4/files/patch-gemspec
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 /devel/rubygem-activesupport4/files/patch-gemspec
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 'devel/rubygem-activesupport4/files/patch-gemspec')
-rw-r--r--devel/rubygem-activesupport4/files/patch-gemspec12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/rubygem-activesupport4/files/patch-gemspec b/devel/rubygem-activesupport4/files/patch-gemspec
index 819c5674fa42..5194160035d5 100644
--- a/devel/rubygem-activesupport4/files/patch-gemspec
+++ b/devel/rubygem-activesupport4/files/patch-gemspec
@@ -1,11 +1,11 @@
---- activesupport.gemspec.orig 2023-01-05 18:20:34 UTC
+--- activesupport.gemspec.orig 2024-02-14 06:26:24 UTC
+++ activesupport.gemspec
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.specification_version = 4
-- s.add_runtime_dependency(%q<i18n>.freeze, ["~> 0.7"])
-+ s.add_runtime_dependency(%q<i18n>.freeze, [">= 0.7"])
- s.add_runtime_dependency(%q<tzinfo>.freeze, ["~> 1.1"])
- s.add_runtime_dependency(%q<minitest>.freeze, ["~> 5.1"])
- s.add_runtime_dependency(%q<thread_safe>.freeze, ["~> 0.3", ">= 0.3.4"])
+- s.add_runtime_dependency(%q<i18n>.freeze, ["~> 0.7".freeze])
++ s.add_runtime_dependency(%q<i18n>.freeze, [">= 0.7".freeze])
+ s.add_runtime_dependency(%q<tzinfo>.freeze, ["~> 1.1".freeze])
+ s.add_runtime_dependency(%q<minitest>.freeze, ["~> 5.1".freeze])
+ s.add_runtime_dependency(%q<thread_safe>.freeze, ["~> 0.3".freeze, ">= 0.3.4".freeze])