Closed kirankotari closed 5 years ago
I was trying to install rbenv in new system when i tried
rbenv install -l
I got Type mismatch: 'GetCurrentVersionNoError()' Error.
Type mismatch: 'GetCurrentVersionNoError()'
Error @line
I just removed (0) from the above line. Can you please validate it, is that correct.
(0)
OK, I can reproduce it. When no global version, no local .ruby-version and no %RBENV_VERSION%, it occurs. I'll fix it.
version
.ruby-version
%RBENV_VERSION%
I was trying to install rbenv in new system when i tried
I got
Type mismatch: 'GetCurrentVersionNoError()'
Error.Error @line
I just removed
(0)
from the above line. Can you please validate it, is that correct.