Skip to content

Updated generated Go files and Gemfile.lock to pass CI

Ahmad Sherif requested to merge use-new-protoc-generator into master

Apparently there is a new version of protoc-go-gen that made a minor change in how it generates the Go files. Also bundler doesn't seem to like the "BUNDLED WITH" section at the end of the Gemfile.lock anymore. Both of them caused this CI failure, so this MR should fix it.

Merge request reports