Skip to content

Commit

Permalink
Fix RubyGems issues for mise regarding sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Aug 15, 2024
1 parent a1f3c86 commit 6331fbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/steps/generic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
{
Expand Down

0 comments on commit 6331fbe

Please sign in to comment.