We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdda357 commit a3ef322Copy full SHA for a3ef322
2 files changed
ffi/Gemfile
@@ -12,5 +12,9 @@ end
12
group :test do
13
gem "async"
14
gem "io-endpoint"
15
+ # io-event 1.9.0 broke the compat with our "fork based test"
16
+ # See discussion in https://github.com/bryanp/llhttp/pull/34
17
+ # and https://github.com/socketry/io-event/issues/36
18
+ gem "io-event", "~> 1.8.0"
19
gem "rspec"
20
end
mri/Gemfile
0 commit comments