dry-rb / dry-web-roda

Roda integration for dry-web apps
MIT License
119 stars 22 forks source link

dry-web-roda requiring generated app dependencies #101

Open waiting-for-dev opened 5 years ago

waiting-for-dev commented 5 years ago

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 commented 5 years ago

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