Skip to content

Commit

Permalink
feat(ruby): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Oct 24, 2024
1 parent df834c5 commit 58044eb
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,34 +1,33 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
ffi (1.15.5)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base64 (0.2.0)
domain_name (0.6.20240107)
ffi (1.17.0-arm64-darwin)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
http (5.1.1)
http (5.2.0)
addressable (~> 2.8)
base64 (~> 0.1)
http-cookie (~> 1.0)
http-form_data (~> 2.2)
llhttp-ffi (~> 0.4.0)
http-cookie (1.0.5)
llhttp-ffi (~> 0.5.0)
http-cookie (1.0.7)
domain_name (~> 0.5)
http-form_data (2.3.0)
json (2.6.3)
llhttp-ffi (0.4.0)
json (2.7.3)
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
public_suffix (5.0.1)
rake (13.0.6)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
public_suffix (6.0.1)
rake (13.2.1)

PLATFORMS
arm64-darwin-22
arm64-darwin-23

DEPENDENCIES
http
Expand Down

0 comments on commit 58044eb

Please sign in to comment.