Ruby 2.7: Moving RPM deployments to Ruby 2.7

It seems that the fact we use Lerna to do releases of all modules concurrently actually breaks sevmer for the specific modules - e.g. builder didn’t have any breaking changes but bumps major version due to breaking change in vendor. This causes such issues since we can’t actually rely on the version numbers so either we bump versions for no reason or remove the version limits and risk breaking when an actual breaking change is merged. Perhaps something that should be discussed at the next @ui_ux interest group meeting.

1 Like