Skip to content

Commit

Permalink
fix: Falling back to google-protobuf gem for supported platforms inst…
Browse files Browse the repository at this point in the history
…ead of natively built.
  • Loading branch information
anirbanbasu committed Feb 16, 2024
1 parent 890d5a7 commit 40c4a96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ GEM
eventmachine (1.2.7)
ffi (1.16.3)
forwardable-extended (2.6.0)
google-protobuf (3.25.2)
google-protobuf (3.25.3-arm64-darwin)
google-protobuf (3.25.3-x86_64-darwin)
google-protobuf (3.25.3-x86_64-linux)
http_parser.rb (0.8.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand Down

0 comments on commit 40c4a96

Please sign in to comment.