|
You are here |
developernote.com | ||
| | | | |
soff.es
|
|
| | | | | I've been using Homebrew on Apple Silicon for a few weeks now and it's been working well. With Ruby 3.0.0, I haven't had any issues installing it... | |
| | | | |
ankane.org
|
|
| | | | | Some Ruby features like scrypt and hkdf require OpenSSL 1.1. Here's how to make it work on Mac: Install rbenv and OpenSSL 1.1 Install Ruby Open an... | |
| | | | |
soff.es
|
|
| | | | | I'm a fan of living on the edge. Ruby 1.9.3 just came out today. It's apparently really stable as well! We've been running it in all our 1.9... | |
| | | | |
nileshgr.com
|
|
| | | RVM is a great tool to manage multiple versions of Ruby when working on projects. I was working on a Rails project which was using Ruby 2.7.5, so tried to install it using RVM's standard installation process: rvm install 2.7.5. It fails, and in the log file you can see this: + command gem install... | ||