Update http-parser gem (#13086)

This allows Forem to load on an Apple M1. It seems there was an FFI
issue in prior versions of this gem.
This commit is contained in:
Jamie Gaskins 2021-03-22 16:12:13 -04:00 committed by GitHub
parent 38769393b9
commit ab37163c37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 4 deletions

View file

@ -291,7 +291,7 @@ GEM
feedjira (3.1.2)
loofah (>= 2.3.1)
sax-machine (>= 1.0)
ffi (1.14.2)
ffi (1.15.0)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
@ -381,8 +381,8 @@ GEM
http-cookie (1.0.3)
domain_name (~> 0.5)
http-form_data (2.3.0)
http-parser (1.2.2)
ffi-compiler
http-parser (1.2.3)
ffi-compiler (>= 1.0, < 2.0)
http_parser.rb (0.6.0)
httparty (0.18.1)
mime-types (~> 3.0)
@ -1032,4 +1032,4 @@ RUBY VERSION
ruby 2.7.2p137
BUNDLED WITH
2.2.11
2.2.14

Binary file not shown.

BIN
vendor/cache/ffi-1.15.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/http-parser-1.2.3.gem vendored Normal file

Binary file not shown.