[Bug 286336] Update www/rubygem-nanoc-cli to 4.12.21
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 286336] Update www/rubygem-nanoc-cli to 4.12.21"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Apr 2025 15:58:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286336
--- Comment #1 from Stéphane D'Alu <sdalu@sdalu.com> ---
Hi, thanks for the patch.
It looks like:
Makefile needs to have the RUN_DEPENDS bumped to 4.12.21 as well for nanoc-core
The pry gem (devel/rubygem-pry) need to be added to RUN_DEPENDS
per the nanoc gemspec
s.add_runtime_dependency('cri', '~> 2.15')
s.add_runtime_dependency('diff-lcs', '~> 1.3')
s.add_runtime_dependency('nanoc-core', "= #{Nanoc::CLI::VERSION}")
s.add_runtime_dependency('pry', '>= 0')
s.add_runtime_dependency('zeitwerk', '~> 2.1')
--
You are receiving this mail because:
You are the assignee for the bug.