forked from Lainports/freebsd-ports
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@)
11 lines
618 B
Text
11 lines
618 B
Text
--- opt_parse_validator.gemspec.orig 2021-10-25 11:59:38 UTC
|
|
+++ opt_parse_validator.gemspec
|
|
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
|
|
|
if s.respond_to? :add_runtime_dependency then
|
|
s.add_runtime_dependency(%q<activesupport>.freeze, [">= 5.2", "< 6.2.0"])
|
|
- s.add_runtime_dependency(%q<addressable>.freeze, [">= 2.5", "< 2.8"])
|
|
+ s.add_runtime_dependency(%q<addressable>.freeze, [">= 2.5", "< 2.9"])
|
|
s.add_development_dependency(%q<bundler>.freeze, [">= 1.6"])
|
|
s.add_development_dependency(%q<rake>.freeze, ["~> 13.0"])
|
|
s.add_development_dependency(%q<rspec>.freeze, ["~> 3.10.0"])
|