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
Is rbenv-each intended to also execute the command against the system ruby?
rbenv versions includes the system ruby in its output, but rbenv versions --bare does not. Is this a bug with rbenv versions? Or should rbenv-each not be using --bare?
The text was updated successfully, but these errors were encountered:
"system" is purely for user convenience when reading human-readable output. it should not actually get listed among rbenv versions, since it's not an actual version that rbenv manages.
I don't think rbenv each should iterate over "system".
Speaking anecdotally, I think most of the time I run each I want the command executed in the system ruby as well. For the time being, it's probably better to not change the current behavior. If #1 ever gets implemented, I think I'd like to see system included by default, and excludable via whatever mechanism accomplishes #1
Is rbenv-each intended to also execute the command against the system ruby?
rbenv versions
includes thesystem
ruby in its output, butrbenv versions --bare
does not. Is this a bug withrbenv versions
? Or shouldrbenv-each
not be using--bare
?The text was updated successfully, but these errors were encountered: