dry-web-roda
dry-web-roda copied to clipboard
dry-web-roda requiring generated app dependencies
Right now, Gemfile is declaring all the dependencies that generated application has (which are also declared in Gemfile template).
Is this duplication really needed? dry-web-roda is just a skeleton generator, so it doesn't need all that stuff to do its work.
I see they are required to make tests pass. In this case, maybe should they be development dependencies? Anyway, I wonder if there is a better way and reuse the Gemfile of the generated app. I'll give it some thoughts...