we're using sorbet which requires two gems to be installed, sorbet and sorbet-runtime.
both seem to always be updated simultaneously, so we get two prs open, and both use the same version string:
unfortunately, because sorbet also updates sorbet-static and sorbet-runtime is sorted alphabetically between those two, we inevitably get merge conflicts, no matter which is merged first.
is there a way to configure these gems to be updated together rather than separately?
we're using sorbet which requires two gems to be installed,
sorbet
andsorbet-runtime
.both seem to always be updated simultaneously, so we get two prs open, and both use the same version string:
unfortunately, because
sorbet
also updatessorbet-static
andsorbet-runtime
is sorted alphabetically between those two, we inevitably get merge conflicts, no matter which is merged first.is there a way to configure these gems to be updated together rather than separately?