Skip to content

#minor: Have separate Gemfiles `group`

Jamie Tanna requested to merge defect/multiple-gemfiles into master

When building the deploy image of i.e. Will's site, we're running into an issue where the theme is in the build group, but even though we've specified --without, it's not happy as it wants that path to be a valid gem.

A workaround is that we have a separate Gemfile per group.

This means that we no longer need --withouts anywhere, as there's no other group in these cases to ignore!

Merge request reports