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
The Codespaces and Ruby images include rvm and rbenv for convienence, but rvm triggers warnings if a Gemfile is found that references a Ruby version, even if the system version matches it.
Its worth investigating if we can remove this warning rvm rvmrc warning ignore allGemfiles alone doesn't seem to do it for some reason.
The Codespaces and Ruby images include rvm and rbenv for convienence, but rvm triggers warnings if a Gemfile is found that references a Ruby version, even if the system version matches it.
Its worth investigating if we can remove this warning
rvm rvmrc warning ignore allGemfilesalone doesn't seem to do it for some reason.//cc: John Keech (@jkeech)