Skip to content

Commit a8e7e74

Browse files
committed
Downgrade llhttp-ffi
llhttp and llhttp-ffi versions are out of sync for some reason
1 parent cdc3a4e commit a8e7e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Gem::Specification.new do |gem|
3535
if RUBY_ENGINE == "ruby"
3636
gem.add_dependency "llhttp", "~> 0.6.1"
3737
else
38-
gem.add_dependency "llhttp-ffi", "~> 0.6.1"
38+
gem.add_dependency "llhttp-ffi", "~> 0.5.1"
3939
end
4040

4141
gem.metadata = {

0 commit comments

Comments
 (0)