dry-web-roda icon indicating copy to clipboard operation
dry-web-roda copied to clipboard

dry-web-roda requiring generated app dependencies

Open waiting-for-dev opened this issue 6 years ago • 1 comments

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.

waiting-for-dev avatar Aug 29 '19 15:08 waiting-for-dev

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...

waiting-for-dev avatar Aug 30 '19 05:08 waiting-for-dev