mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
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
587 B
Text
11 lines
587 B
Text
--- platform-api.gemspec.orig 2021-10-25 12:18:43 UTC
|
|
+++ platform-api.gemspec
|
|
@@ -31,7 +31,7 @@ Gem::Specification.new do |s|
|
|
s.add_development_dependency(%q<heroku_hatchet>.freeze, [">= 0"])
|
|
s.add_development_dependency(%q<webmock>.freeze, [">= 0"])
|
|
s.add_runtime_dependency(%q<heroics>.freeze, ["~> 0.1.1"])
|
|
- s.add_runtime_dependency(%q<moneta>.freeze, ["~> 1.0.0"])
|
|
+ s.add_runtime_dependency(%q<moneta>.freeze, ["~> 1.0"])
|
|
s.add_runtime_dependency(%q<rate_throttle_client>.freeze, ["~> 0.1.0"])
|
|
else
|
|
s.add_dependency(%q<bundler>.freeze, [">= 0"])
|