Skip to content

Conversation

mikz
Copy link

@mikz mikz commented Oct 17, 2025

lib/view_component.rb has require "action_view", yet this gem did not have actionview declared as a dependency.

What are you trying to accomplish?

Gems depending on view_component would need to declare own dependency on actionview and copy the required version.
This PR tries to reduce the work and duplication by gem maintainers by delegating the responsibility here.

lib/view_component.rb has `require "action_view"`, yet this gem did not have actionview declared as a dependency.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants