joshmn / ahoy_captain

A full-featured, mountable analytics dashboard for your Rails app, powered by the Ahoy gem.
MIT License
356 stars 18 forks source link

Update view_component dependency in gemspec #30

Closed willcosgrove closed 1 year ago

willcosgrove commented 1 year ago

I think this needs to be >= 3 due to the use of the with_SLOT_NAME_content method, used at least once here:

https://github.com/joshmn/ahoy_captain/blob/0991f09670009f2039ca4099ec977bf8ba834010/app/components/ahoy_captain/dropdown_link_component.rb#L13

That method was added in version 3: https://viewcomponent.org/CHANGELOG.html#v300rc6

joshmn commented 1 year ago

thank you!