Is there any proper way to include a gem's/an engine's Gemfile in the host application so the listed gems are installed as well?
I know the gemspec file is supposed to do that but the Gemfile is changing quite frequently and it'd make my life easier if this was possible.