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
Unset RUBYOPT to avoid Bundler leak platform-specific details
Bundler uses RUBYOPT to ensure child Ruby interpreter used uses
the same Gemfile and interpreter.
This affects the different versions of Ruby during cross-compilation.
Of course, this needs to be solved by rake-compiler, but we can
workaround this issue for the time being.
0 commit comments