Skip to content

Makefile: Install protogem dependencies

Will Chandler (ex-GitLab) requested to merge wc/make-protogem-install into master

The build-proto-gem target has its own Gemfile to require the grpc-tools gem, but does not run bundle install in the tools/protogem directory first.

Update the Makefile to install protogem's dependency before building.

Merge request reports