mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 07:57:38 -04:00
While here, mark textproc/rubygem-nokogumbo as BROKEN because build fails with clean latest ports tree and all supported ruby versions. ChangeLog: https://github.com/rubygems/rubygems/blob/v3.5.6/CHANGELOG.md PR: 276884 Approved by: sunpoet (ruby@, maintainer) Exp-run by: antoine
10 lines
328 B
Text
10 lines
328 B
Text
--- gitlab_emoji.gemspec.orig 2024-02-20 14:34:26 UTC
|
|
+++ gitlab_emoji.gemspec
|
|
@@ -19,6 +19,6 @@ Gem::Specification.new do |s|
|
|
|
|
s.specification_version = 4
|
|
|
|
- s.add_runtime_dependency(%q<gemojione>.freeze, ["~> 2.2".freeze, ">= 2.2.1".freeze])
|
|
+ s.add_runtime_dependency(%q<gemojione>.freeze, [">= 2.2.1".freeze])
|
|
end
|
|
|