in ~/.config/fish/config.fish
set -x RUBY_CONFIGURE_OPTS --with-openssl-dir=(brew --prefix openssl@1.1)
and reload by
$ source ~/.config/fish/config.fish
and it works.
in ~/.config/fish/config.fish
set -x RUBY_CONFIGURE_OPTS --with-openssl-dir=(brew --prefix openssl@1.1)
and reload by
$ source ~/.config/fish/config.fish
and it works.