Nathan Coulson
Nathan Coulson
I have seen this as well. in our case, Patching geminabox 1.4.1 with https://github.com/geminabox/geminabox/pull/353 worked well, and then if using this as a rubygems mirror, Geminabox.rubygems_proxy_merge_strategy = :remote_gems_take_precedence_over_local_gems (fixes https://github.com/geminabox/geminabox/pull/345...
From https://github.com/geminabox/geminabox/pull/345#issuecomment-1039264640, they mentioned that you can get similar to the old behavior by using: Geminabox.rubygems_proxy_merge_strategy = :combine_local_and_remote_gem_versions
In our case, we are only using it as a cacheing mirror (and our actual setup is with adding the patch at https://github.com/geminabox/geminabox/pull/353, and using Geminabox.rubygems_proxy_merge_strategy = :remote_gems_take_precedence_over_local_gems. * No...
RHEL/AlmaLinux/RockyLinux 9, have patches to compile Ruby 3.0 with the system OpenSSL 3.0, (Error above is OpenSSL no longer defines RSA_SSLV23_PADDING). https://git.centos.org/rpms/ruby/blob/c9/f/SOURCES Saying that, I personally haven't tried making this...
I threw together a patch to have Ruby 1.8.7 and Ruby 2.0.0 compile against OpenSSL 1.1 #5164 - Patch Ruby 1.8.7 to compile against openssl 1.1.x #5165 - Patch Ruby...
@pkuczynski I wasn't expecting them to be accepted honestly, but thought if I posted them then if someone really wants them they can use them. (and in the off chance...
Started converting the patches I posted on the above issues, to a rvm branch. https://github.com/conathan/rvm/tree/topic/opensslv30. - As of this writing, have only done this for Ruby 1.8.7-p374, and Ruby 2.0.0....
Speaking of Modules, something we found limiting on AlmaLinux 8, was it was only built against the Ruby 2.5 module (and so we can't use it directly for Ruby 2.6,...
@rarspace01 This is what we have been using internally for a year or two, Converted to being part of rvm vs needing --patch. The patches themselves have been unchanged since...
So far, no. Most of our servers are Ruby 2.5 based (AlmaLinux 8.6 system version), and no issues there. Had a couple servers on Ruby 2.0, but 2 servers (vs...