Franklin Yu
Franklin Yu
It is specified in `gemspec`. I would suggest to change title of this issue to > update dependency Rouge to latest version And you can do something similar to #277...
rvm/rvm#4298 could be related.
@postmodern Yes, and rvm/rvm#4298 has been talking about it. RVM team made barely any progress about this since last year though.
@rkh Awesome! I’m curious whether they are path-dependent though. Will need some research. I think it would help if one picks a binary from the page, and try it in...
> Odd, `ruby-install` already has specific logic for MacPorts and will pass in `--opt-dir=/opt/local`, so I assume `--with-openssl-dir=/opt/local/...` would be redundant? I think the default one gives OpenSSL 3.0, which...
Sorry, my `opt_dir_prefix` didn’t fix the issue. Now `ext/openssl/mkmf.log` says that it’s using command ```sh gcc -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/opt/local/libexec/openssl3/include -I/opt/local/libexec/openssl11/include -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -g -O2 -pipe -c...
I’m fine with Ruby 2.7 not supporting OpenSSL 3.0; this is pretty much expected. After reading the bug, I also understand their concern against bumping the built-in gem version, but...
I want everything linked against MacPorts. I do have `--package-manager port` already, but Ruby `./configure` finds OpenSSL 3 before 1.1 (we know why), which is the only reason why I...
It is not finding my Homebrew OpenSSL (I don’t install OpenSSL with Homebrew), but actually my OpenSSL 3.0 from MacPorts at `/opt/local/{include,lib}`. I did some digging, apparently it is using...
@eregon On my machine, setting `$PKG_CONFIG_PATH` helps, but it’s insufficient. I ran into the issue ```plain Traceback (most recent call last): 15: from ./tool/rbinstall.rb:649:in `' 14: from ./tool/rbinstall.rb:713:in `' 13:...