Bruce Burdick

Results 25 comments of Bruce Burdick

I've been able to get further by adding this to `~/.rvmrc`: ```bash export PKG_CONFIG_PATH="/opt/local/lib/openssl-1.1/pkgconfig" ``` Now `rvm install 2.6.6` gets all the way to installing before failing there due to...

Doing this in `~/.rvmrc` finally did it for me: ``` export RUBY_CFLAGS=-DUSE_FFI_CLOSURE_ALLOC export rvm_configure_flags="--with-openssl-dir=/opt/local/libexec/openssl11/" export LDFLAGS="-L/opt/local/libexec/openssl11/" export CPPFLAGS="-I/opt/local/include/openssl-1.1" export PKG_CONFIG_PATH="/opt/local/libexec/openssl11/lib/pkgconfig" ``` I'm not certain every line is essential there. But...

@Alex3921: `~/.rvmrc` is a file you can create if it doesn't yet exist. Then put the critical lines (per @bodgit's post https://github.com/rvm/rvm/issues/5146#issuecomment-996191284) you saw above into it and try your...

Rosetta is moot on an Intel Mac: ``` Target: x86_64-apple-darwin20.5.0 ```

This is how we've resolved it for now. ```ruby gem "font-awesome-sass", "< 5.0.13" ```

Related: https://github.com/rubygems/rubygems.org/issues/1943

When the new maintainers revive this project, please close this in favor of #16 or #17.

Any string can be symbolized: ```ruby :"12345"

And here is the crash report: https://gist.github.com/baburdick/f64745f2d2f513c167bc

It looks like @SteveMarshall has the most active fork for this now: https://github.com/SteveMarshall/markdown-redcarpet.tmbundle