Skip to content

Commit

Permalink
Update a reference to upb to point to the new location
Browse files Browse the repository at this point in the history
μpb has moved into the `protobuf` repo on August 25, 2023.
Related with fa75cd4.
  • Loading branch information
y-yagi committed Dec 23, 2024
1 parent 913f7b0 commit 3fba4d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ puts MyTestMessage.encode_json(mymessage)

Installation from Source (Building Gem)
---------------------------------------


Protocol Buffers has a new experimental backend that uses the
[ffi](https://github.com/ffi/ffi) gem to provide a unified C-based
implementation across Ruby interpreters based on
[UPB](https://github.com/protocolbuffers/upb). For now, use of the FFI
[UPB](https://github.com/protocolbuffers/protobuf/tree/main/upb). For now, use of the FFI
implementation is opt-in. If any of the following are true, the traditional
platform-native implementations (MRI-ruby based on CRuby, Java based on JRuby)
are used instead of the new FFI-based implementation: 1. `ffi` and
Expand Down

0 comments on commit 3fba4d1

Please sign in to comment.