[go: up one dir, main page]

Skip to content

Make required dependencies explicit

Currently, the required runtime dependencies for this gem must be installed manually by the downstream application. This makes setup more difficult, and it's also confusing if the downstream application does not use these gems directly. At a glance, the dependencies will seem like they are unused. This adds the required gems to the gemspec, so they will be installed automatically without needing to be defined as dependencies by the downstream application.

Merge request reports

Loading