mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -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@)
14 lines
668 B
Text
14 lines
668 B
Text
--- gitlab_git.gemspec.orig 2021-10-27 13:33:44 UTC
|
|
+++ gitlab_git.gemspec
|
|
@@ -22,9 +22,9 @@ Gem::Specification.new do |s|
|
|
end
|
|
|
|
if s.respond_to? :add_runtime_dependency then
|
|
- s.add_runtime_dependency(%q<github-linguist>.freeze, ["~> 4.7.0"])
|
|
+ s.add_runtime_dependency(%q<github-linguist>.freeze, [">= 4.7.0"])
|
|
s.add_runtime_dependency(%q<activesupport>.freeze, ["~> 4.0"])
|
|
- s.add_runtime_dependency(%q<rugged>.freeze, ["~> 0.24.0"])
|
|
+ s.add_runtime_dependency(%q<rugged>.freeze, [">= 0.24.0"])
|
|
s.add_runtime_dependency(%q<charlock_holmes>.freeze, ["~> 0.7.3"])
|
|
s.add_development_dependency(%q<listen>.freeze, ["~> 3.0.6"])
|
|
else
|