You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2024. It is now read-only.
Due to socketry/async-io#72 released in async-io 1.37.0
We will need this fix as long as we want to test Falcon in Ruby 2.6, as
the "fix" in async-io will be to raise the min Ruby version:
socketry/async-io#74
#72's use of
array[..n]
:won't work with Rubies older than 2.7.
We'll need to either refactor to support Ruby 2.5 and 2.6, or bump the
required_ruby_version
value inasycn-io.gemspec
accordingly.The text was updated successfully, but these errors were encountered: