Skip to content

Commit

Permalink
Add x86_64-linux platform to Gemfile.lock]
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Oct 22, 2024
1 parent 8b296d8 commit 79f253e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@ GEM
faraday-net_http (3.3.0)
net-http
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
forwardable-extended (2.6.0)
google-protobuf (4.28.2-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.28.2-x86_64-linux)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -92,6 +96,8 @@ GEM
safe_yaml (1.0.5)
sass-embedded (1.80.2-arm64-darwin)
google-protobuf (~> 4.28)
sass-embedded (1.80.2-x86_64-linux-gnu)
google-protobuf (~> 4.28)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
Expand All @@ -103,6 +109,7 @@ GEM

PLATFORMS
arm64-darwin
x86_64-linux

DEPENDENCIES
bundler
Expand Down

0 comments on commit 79f253e

Please sign in to comment.