RailsEventStore / rails_event_store

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

Remove unnecessary import of ostruct #1827

Open leoarnold opened 4 weeks ago

leoarnold commented 4 weeks ago

This line is not needed and triggers the error message

warning: ostruct was loaded from the standard library,
but will no longer be part of the default gems starting from Ruby 3.5.0.
You can add ostruct to your Gemfile or gemspec to silence this warning.