You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2025. It is now read-only.
makeRubyGemsEnvironment requires to specify a rubyGems parameter with the entire pinned dependency tree. This is a huge headache as one has to go through each dependency in RubyGems and get its sha256. Aditionally, one still has to get a Gemfile.lock just to know the dependency tree for a set of direct dependencies.
Let's do what we do with Python:
Add a makeRubyLock (like makePythonLock) that automatically generates a lock file.
Make makeRubyGemsEnvironment receive such lock to create the environment.