You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Latest version of the ruby gem cannot be required in code. Tested on docker container ruby:2.4.1
Gem works under root, however nonroot users requiring 'google/protobuf' get the following error:
> irb(main):001:0> require 'google/protobuf'
LoadError: cannot load such file -- google/protobuf
from /usr/local/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:133:in `require'
from /usr/local/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:133:in `rescue in require'
from /usr/local/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:40:in `require'
from (irb):1
from /usr/local/bin/irb:11:in `<main>'
Latest version of the ruby gem cannot be required in code. Tested on docker container
ruby:2.4.1
Gem works under root, however nonroot users requiring 'google/protobuf' get the following error:
Issue seems similar to #3509
The text was updated successfully, but these errors were encountered: