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
I'm warming up to this, but qe cannit blindly remove the whole environment. So my suggestion is a boolean property rvmEnv. It is false by default which means RVM-related env varuables are removed before ececution.
If you're using RVM,
GEM_HOME
andGEM_PATH
can leak intoJRubyExec
tasks causing execution inconsistencies and hard to pin down bugs.Ideally we should just scrub the
System.environment
of these values before spinning up the new JVMThe text was updated successfully, but these errors were encountered: