-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
Description
I tried to install digest-crc (for fastlane) on Windows, but It seems that trying to install digest-crc when Ruby path contains a space character it breaks with an InvalidArgument error
Ruby installation path : D:\User Programs\Ruby30-x64
Error
current directory: D:/User Programs/Ruby30-x64/lib/ruby/gems/3.0.0/gems/digest-crc-0.6.4/ext/digest
\"D:/User\ Programs/Ruby30-x64/bin/ruby.exe\" -ID:/User\ Programs/Ruby30-x64/lib/ruby/3.0.0 -rrubygems D:/User\ Programs/Ruby30-x64/lib/ruby/gems/3.0.0/gems/rake-13.0.6/exe/rake RUBYARCHDIR\=D:/User\ Programs/Ruby30-x64/lib/ruby/gems/3.0.0/extensions/x64-mingw32/3.0.0/digest-crc-0.6.4 RUBYLIBDIR\=D:/User\ Programs/Ruby30-x64/lib/ruby/gems/3.0.0/extensions/x64-mingw32/3.0.0/digest-crc-0.6.4
rake failedInvalid argument - "D:/User Programs/Ruby30-x64/bin/ruby.exe"
It could also be a Rake error
Reactions are currently unavailable