-
Umlauts in Timezones and %x/popen output on Windows Ruby
Umlauts in Timezones and %x/popen output on Windows Ruby need to be forced to WINDOWS_1252 and IBM437 respectively.
-
Controlling your rake spec run
rake spec SPEC=path/to/file/from/project/root_spec.rb rake spec SPEC_OPTS=”–format documentation”
-
Ruby `generate_key!’: pkeys are immutable on OpenSSL 3.0
I was suddenly getting `generate_key!’: pkeys are immutable on OpenSSL 3.0 (OpenSSL::PKey::PKeyError) in GitHub Actions with no changes on my part.