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@)
21 lines
1.2 KiB
Ruby
21 lines
1.2 KiB
Ruby
--- bolt.gemspec.orig 2021-12-07 15:41:14 UTC
|
|
+++ bolt.gemspec
|
|
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
|
|
if s.respond_to? :add_runtime_dependency then
|
|
s.add_runtime_dependency(%q<addressable>.freeze, ["~> 2.5"])
|
|
s.add_runtime_dependency(%q<aws-sdk-ec2>.freeze, ["~> 1"])
|
|
- s.add_runtime_dependency(%q<CFPropertyList>.freeze, ["~> 2.2"])
|
|
+ s.add_runtime_dependency(%q<CFPropertyList>.freeze, [">= 2.2"])
|
|
s.add_runtime_dependency(%q<concurrent-ruby>.freeze, ["~> 1.0"])
|
|
s.add_runtime_dependency(%q<ffi>.freeze, [">= 1.9.25", "< 2.0.0"])
|
|
s.add_runtime_dependency(%q<hiera-eyaml>.freeze, ["~> 3"])
|
|
@@ -43,7 +43,7 @@ Gem::Specification.new do |s|
|
|
s.add_runtime_dependency(%q<puppet-resource_api>.freeze, [">= 1.8.1"])
|
|
s.add_runtime_dependency(%q<puppet-strings>.freeze, ["~> 2.3"])
|
|
s.add_runtime_dependency(%q<r10k>.freeze, ["~> 3.10"])
|
|
- s.add_runtime_dependency(%q<ruby_smb>.freeze, ["~> 1.0"])
|
|
+ s.add_runtime_dependency(%q<ruby_smb>.freeze, [">= 1.0"])
|
|
s.add_runtime_dependency(%q<terminal-table>.freeze, ["~> 3.0"])
|
|
s.add_runtime_dependency(%q<winrm>.freeze, ["~> 2.0"])
|
|
s.add_runtime_dependency(%q<winrm-fs>.freeze, ["~> 1.3"])
|