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

Unnecessary dependency on activerecord #55

Closed
klobuczek opened this issue Apr 17, 2017 · 1 comment
Closed

Unnecessary dependency on activerecord #55

klobuczek opened this issue Apr 17, 2017 · 1 comment

Comments

@klobuczek
Copy link

the rswag gem has an unnecessary transitive dependency on activerecord through rails. We are not using a relational database and thus activerecord is not in our project but now pulled in via rswag. This is not desirable. rswag should only include what's really necessary e.g. activesupport, activemodel etc.

@domaindrivendev
Copy link
Collaborator

Fixed by #72

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

No branches or pull requests

2 participants