Missing dependency ruby-rake
Description:
However unusual, the google-protobuf
gem has a hard runtime-dependency on ruby-rake
, as noted in gemspec. Loading this gem without having rake
installed will result in a runtime error. This was not noticed before as rake
is a makedep.
See: https://rubygems.org/gems/google-protobuf
Additional info:
- package version(s): any (currently
31.1-1
) - config and/or log files: n/a
- link to upstream bug report, if any: n/a
Steps to reproduce:
- run
require "google/protobuf"
with any ruby interpreter without havingrake
installed.
This will crash.
Edited by Toolybird