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

Remove dependency on base64 gem #1738

Closed Earlopain closed 5 months ago

Earlopain commented 5 months ago

In #1719 base64`` was added as a dependency toaggregate_root` to prevent warnings/errors in Ruby 3.3/3.4

However there is only one require and no usages of base64 so it can just be removed.

pjurewicz commented 5 months ago

Hey @Earlopain, good catch! Thank you for your contribution