Skip to content

Commit

Permalink
Update Gemfile.lock to include platform-specific dependencies for ffi…
Browse files Browse the repository at this point in the history
… and google-protobuf

Signed-off-by: HAHWUL <hahwul@gmail.com>
  • Loading branch information
hahwul committed Dec 1, 2024
1 parent 2deb684 commit 4294b30
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ GEM
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
forwardable-extended (2.6.0)
google-protobuf (4.28.3-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.28.3-x86_64-linux)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -74,20 +78,23 @@ GEM
safe_yaml (1.0.5)
sass-embedded (1.81.0-arm64-darwin)
google-protobuf (~> 4.28)
sass-embedded (1.81.0-x86_64-linux-gnu)
google-protobuf (~> 4.28)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.6.0)
webrick (1.9.0)

PLATFORMS
arm64-darwin
x86_64-linux

DEPENDENCIES
jekyll (~> 4.3.3)
jekyll-redirect-from
jekyll-securitytxt
jekyll-sitemap
just-the-docs
just-the-docs (~> 0.10.0)

BUNDLED WITH
2.5.23

0 comments on commit 4294b30

Please sign in to comment.