Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vitobotta committed Apr 13, 2024
1 parent 77b8105 commit 156bb4d
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

source "https://rubygems.org"

# gem "rails"
gem "http"
gem "llhttp-ffi", "~> 0.5.0"
35 changes: 35 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
domain_name (0.6.20240107)
ffi (1.16.3-java)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
http (5.2.0)
addressable (~> 2.8)
base64 (~> 0.1)
http-cookie (~> 1.0)
http-form_data (~> 2.2)
llhttp-ffi (~> 0.5.0)
http-cookie (1.0.5)
domain_name (~> 0.5)
http-form_data (2.3.0)
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
public_suffix (5.0.5)
rake (13.2.1)

PLATFORMS
universal-java-1.8

DEPENDENCIES
http
llhttp-ffi (~> 0.5.0)

BUNDLED WITH
2.5.9

0 comments on commit 156bb4d

Please sign in to comment.