envato / event_sourcery

A library for building event sourced applications in Ruby
MIT License
84 stars 10 forks source link

make 2.3.0 min ruby version #142

Closed joesustaric closed 7 years ago

joesustaric commented 7 years ago

Make ruby 2.3.0 min version

orien commented 7 years ago

Is there a specific reason we can't use Ruby 2.2? It's still a supported Ruby version.

joesustaric commented 7 years ago

@orien I don't believe so. (except for https://github.com/envato/event_sourcery/blob/master/lib/event_sourcery/errors.rb#L16 which can easily be re written)

orien commented 7 years ago

I'd prefer to make Event Sourcery compatible with Ruby 2.2. At least while it's supported.

joesustaric commented 7 years ago

@orien Seems reasonable. Will put up another PR 👍