imanel / websocket-ruby

Universal Ruby library to handle WebSocket protocol
447 stars 43 forks source link

TEENY release should not bump the required Ruby version #38

Closed BanzaiMan closed 6 years ago

BanzaiMan commented 6 years ago

I see that 1.2.7 bumped the required Ruby version to >= 2.3, up from 1.2.5 in >= 2.0. This is surprising and difficult to cope with.

What was the rationale for such a change?

imanel commented 6 years ago

I completely forgot about it. Let me verify if I'm still compatible with 2.0 and bump version.

imanel commented 6 years ago

You can track progress in https://github.com/imanel/websocket-ruby/pull/39

imanel commented 6 years ago

Just released 1.2.8, should fix this problem.

BanzaiMan commented 6 years ago

@imanel Thank you!