@shageman has released v0.5.x of visualize_packs with lots of changes but that version breaks compatibility with previous versions. In particular, I'm getting an error when using bin/packs visualize with packs 0.0.24 and visualize_packs 0.5.3 coming from this line.
/home/oboxodo/.asdf/installs/ruby/3.1.4/lib/ruby/gems/3.1.0/gems/visualize_packs-0.5.3/lib/visualize_packs.rb:11:in `package_graph!': wrong number of arguments (given 1, expected 3) (ArgumentError)
from /home/oboxodo/.asdf/installs/ruby/3.1.4/lib/ruby/gems/3.1.0/gems/packs-0.0.24/lib/packs/private.rb:592:in `visualize'
Maybe packs should specify < 0.5 for visualize_packs until assing support for the new version.
@shageman has released v0.5.x of visualize_packs with lots of changes but that version breaks compatibility with previous versions. In particular, I'm getting an error when using
bin/packs visualizewith packs 0.0.24 and visualize_packs 0.5.3 coming from this line.Maybe
packsshould specify< 0.5for visualize_packs until assing support for the new version.