Closed bdunne closed 8 months ago
I'm running a test build now.
Ok, looks like this will work on both pods and appliances.
cc @jrafanie
Backported to radjabov
in commit 5b374991f3a9f2de8e8f7f60ce752fdebc894fe7.
commit 5b374991f3a9f2de8e8f7f60ce752fdebc894fe7
Author: Jason Frey <fryguy9@gmail.com>
Date: Fri Apr 5 10:05:20 2024 -0400
Merge pull request #454 from bdunne/updated_default_gem_problems
Temporarily lock down to ruby 3.1.2-142
(cherry picked from commit 48de4db8c9b5ef1adb6942f4f154886cca6a88cd)
3.1.4-143 is now available in ubi-9-appstream. That version of ruby-default-gems includes time-0.2.2 and cgi that match our current gemset gemfile.lock. When we bundle install with 3.1.4, time and cgi are not installed in the gemset location since they are already installed in the system path. If we try to use a gemset that was built with 3.1.4 on an appliance that only has 3.1.2 (since appliances don't have ubi-9-appstream) we fail to load time and cgi.
3.1.4 appears to have been released between 2024-03-29T21:15 and 2024-04-02T06:15 Eastern