RailsEventStore / rails_event_store

A Ruby implementation of an Event Store based on Active Record
http://railseventstore.org
MIT License
1.4k stars 122 forks source link

Upgrade to mutant-0.12.0 #1768

Closed mbj closed 2 months ago

mbj commented 2 months ago

@mostlyobvious There are no huge functional changes between the mutant version you got pinned, lots of stability improvements. But one: The license gem is gone.

So I think its time to bump, given you still got 100% coverage it should be a good bump.

OT: Mutant now has a parallel rspec runner (no mutations!) you may wanna explore it scales well if your tests are IO heavy. Not so much (yet) if your tests are fast.

mostlyobvious commented 2 months ago

Perfect!