Skip to content

Commit a3ef322

Browse files
committed
Pin io-event to ~> 1.8.0 in test due to compat issue
This commit is mostly here to demonstrate the tests are passing with this version of io-event. A refactor of the tests might be required.
1 parent fdda357 commit a3ef322

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

ffi/Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@ end
1212
group :test do
1313
gem "async"
1414
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"
1519
gem "rspec"
1620
end

mri/Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@ end
1212
group :test do
1313
gem "async"
1414
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"
1519
gem "rspec"
1620
end

0 commit comments

Comments
 (0)