Moncef Belyamani

Results 127 comments of Moncef Belyamani

This is a known issue with version 14 of Apple's command line tools. It is now fixed in Ruby 3.1.3, 3.0.5, and 2.7.7 It is recommended to update your projects...

While it's true that there haven't been any commits in a couple of years, the reason why Homebrew marked spotify-tui as deprecated is because it uses OpenSSL 1.1, which has...

Keep in mind that only Ruby versions 3.1 and higher support OpenSSL 3. If you need Ruby versions older than 3.1, you will need OpenSSL 1.x. Here is a chart...

Also, I don't recommend setting the OpenSSL version in the `PATH` globally in your shell startup file (such as .zshrc) because it can affect other tools, and it's not a...

There are many factors that can affect Ruby installation on a Mac, but I want to focus on 2 issues from the comments that are important to understand: 1) Different...

There are many factors that can affect Ruby installation on a Mac. One of the most common ones is that people mess up their development environment by trying multiple things...

@ziggear Symlinking those directories is not the right solution, and the problem is not that your openssl directory was missing. The problem is that you were trying to install Ruby...

@muhammadyana Try it with Ruby 2.6.10. There is rarely a good reason to use a Ruby version where the patch version (the 3rd digit) is not the latest one. In...

For anyone else trying to install Ruby 2.6.x where the "x" is less than 10, the first thing I always recommend is to update your Ruby project to at least...

There are many factors that can affect Ruby installation on a Mac, so this is not necessarily an issue specific to RVM. Here are some of those factors: - Xcode/Command...