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

Depend only on railties instead of rails #63

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

langalex
Copy link
Contributor

@langalex langalex commented Nov 8, 2023

By making rails a dependency, any app adding this gem will inherit all the Rails gems such as activerecord, actioncable, actionmailer, activestorage etc., even if it is not using these optional dependencies itself.

By changing the dependency to just railties, no optional Rails dependencies are forced upon apps.

fix #60

@langalex
Copy link
Contributor Author

Could this be merged soon? It's a trivial PR that is not going to affect anything but the dependency tree of apps. Thanks.

@igorkasyanchuk igorkasyanchuk merged commit a6a3e45 into igorkasyanchuk:master Nov 29, 2023
4 checks passed
@igorkasyanchuk
Copy link
Owner

merged 👍 thanks

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.

depend on ralties instead of rails
2 participants