I've just added jsonapi-resources as a dependency to a project. After bundle installing my project now has dependencies on sprockets, actioncable, actionmailer and all of their dependencies. None of which my project actually needs.
jsonapi-resources should only depend on those parts of rails that it actually uses.
I've just added jsonapi-resources as a dependency to a project. After
bundle installing my project now has dependencies on sprockets, actioncable, actionmailer and all of their dependencies. None of which my project actually needs.jsonapi-resources should only depend on those parts of rails that it actually uses.