-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Right now, your gemspec has the following:
spec.add_dependency "dalli"
spec.add_dependency "redis"
We only use Redis as a backend, not Memcached. Adding the dependency on dalli bloats our code.
Would it be possible to make this a dynamic dependency? It seems that the Gemfile using Suo is likely to already have redis or dalli included, so can you just skip the dependencies and load them on-demand? (You'd still need them in development_dependencies for tests.) I think you'd need a note in the README about that requirement.
bjeanes, jordoh, rohitpaulk, sharang-d and pcriv
Metadata
Metadata
Assignees
Labels
No labels