Moncef Belyamani
Moncef Belyamani
Hello. This has been open for over a year. Anything I can do to help get it merged? cc @vala @smartinez87
There are a few problems going on here that can cause these kinds of issues: - Using `sudo` to install Ruby or cocoapods or to run `rbenv` commands. Unfortunately, the...
@brodjustice Ruby versions older than 3.1 do not work with OpenSSL 3. They require OpenSSL 1.1 or lower. This is a common point of confusion, so I wrote this blog...
Ah, yes. I agree. The good news is that there are alternatives available, such as asdf, rbenv, and chruby/ruby-install. Based on my experience on macOS, they are more reliable than...
Another thing that would be nice, and which would be easier to implement, is to display the value of the retry header, so at least we know how long we...
@eddieantonio and others who might wonder why `--enable-shared` is required, it's due to an incompatibility between version 14.x of Apple's command line tools and Ruby. Ruby fixed the issue in...
Hi @lacostenycoder. That is a known issue with v14+ of Apple's command line tools. I wrote an article that goes over all the possible solutions: https://www.rubyonmac.dev/how-to-install-ruby-2-6-on-macos-13-ventura
Hey @yuletide! I'm glad it worked, but I'm curious why you needed to install 3.1.2 instead of updating your project to 3.1.3.
I can't reproduce this anymore after adding and removing git from the yml file. Perhaps there was a glitch in the yml that prevented RAP from realizing the readme recipe...
This happened to me again after creating an app from a custom template that I created from a defaults file + custom recipes. I'll have to do some more testing...