Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on active_attr #62

Open
ianks opened this issue Jan 15, 2021 · 0 comments
Open

Remove dependency on active_attr #62

ianks opened this issue Jan 15, 2021 · 0 comments
Assignees

Comments

@ianks
Copy link

ianks commented Jan 15, 2021

Is your feature request related to a problem? Please describe.

Upon examining our dependencies, I noticed that sniffer pulls in a lot of dependencies that we do not use, and do not want to bring into our Hanami app.

    active_attr (0.15.1)
      actionpack (>= 3.0.2, < 6.2)
      activemodel (>= 3.0.2, < 6.2)
      activesupport (>= 3.0.2, < 6.2)

Describe the solution you'd like

Would it be possible to implement this gem without depending on the active* gems? To be more friendly to the non-rails ecosystem, something like dry-struct could be used, although not required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants