ports/devel/rubygem-activesupport4/files/patch-gemspec
Dan Langille 7b279c9e09 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@)
2022-02-20 13:06:12 +00:00

11 lines
507 B
Text

--- activesupport.gemspec.orig 2021-10-25 11:52:00 UTC
+++ activesupport.gemspec
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
end
if s.respond_to? :add_runtime_dependency then
- 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"])