zilverline / sequent

CQRS & event sourcing framework for Ruby
https://sequent.io
MIT License
541 stars 58 forks source link

protect against concurrent upgrades #395

Closed lvonk closed 12 months ago

lvonk commented 1 year ago

Other then these I found out that the specs weren't running in the defined matrix after all. So this PR got a little bigger correctly running the specs with the different combination of active record and ruby. Next to that all specs failing because of this are fixed.

Fixes https://github.com/zilverline/sequent/issues/385