Explore >> Select a destination


You are here

developernote.com
| | soff.es
1.9 parsecs away

Travel
| | 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
1.9 parsecs away

Travel
| | 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
1.6 parsecs away

Travel
| | 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
15.0 parsecs away

Travel
| 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...