[Bug 286337] Update www/rubygem-nanoc-core to 4.12.21

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 25 Apr 2025 16:02:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286337

--- Comment #1 from Stéphane D'Alu <sdalu@sdalu.com> ---
Thanks for the patch.

It seems that RUN_DEPENDS need to be modified to include base64 and
immutable-ruby, and have rubygem-hamster removed

It's possible that the immutable-ruby port needs to be created

Per the gemspec:

  s.add_runtime_dependency('base64', '~> 0.2')
  s.add_runtime_dependency('concurrent-ruby', '~> 1.1')
  s.add_runtime_dependency('ddmetrics', '~> 1.0')
  s.add_runtime_dependency('ddplugin', '~> 1.0')
  s.add_runtime_dependency('immutable-ruby', '~> 0.1')
  s.add_runtime_dependency('json_schema', '~> 0.19')
  s.add_runtime_dependency('memo_wise', '~> 1.5')
  s.add_runtime_dependency('psych', '>= 4.0', '< 6.0')
  s.add_runtime_dependency('slow_enumerator_tools', '~> 1.0')
  s.add_runtime_dependency('tty-platform', '~> 0.2')
  s.add_runtime_dependency('zeitwerk', '~> 2.1')

-- 
You are receiving this mail because:
You are the assignee for the bug.