Skip to content

Commit 919017f

Browse files
committed
Re-generate with matching protoc version
$ cd lib/ $ protoc --version # libprotoc 25.7 $ protoc **/*.proto --ruby_out=lib/ > The protoc version can be inferred from the Protobuf Ruby minor version number. > Example: Protobuf Ruby version 3.25.x uses protoc version 25.x. This generates slightly different code, as the DSL is deprecated and will be removed in newer protobuf releases. Reference: #10 (comment) https://protobuf.dev/news/2023-04-20/ https://protobuf.dev/support/version-support/
1 parent 6617dc6 commit 919017f

File tree

2 files changed

+59
-33
lines changed

2 files changed

+59
-33
lines changed

lib/google/type/date_pb.rb

Lines changed: 27 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/protobuf_nested_struct/struct_pb.rb

Lines changed: 32 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)