diff --git a/src/steps/generic.rs b/src/steps/generic.rs index 528b94b0..dce89ec7 100644 --- a/src/steps/generic.rs +++ b/src/steps/generic.rs @@ -121,6 +121,7 @@ pub fn run_rubygems(ctx: &ExecutionContext) -> Result<()> { print_separator("RubyGems"); let gem_path_str = gem.as_os_str(); if gem_path_str.to_str().unwrap().contains("asdf") + || gem_path_str.to_str().unwrap().contains("mise") || gem_path_str.to_str().unwrap().contains(".rbenv") || gem_path_str.to_str().unwrap().contains(".rvm") {