ogre-run / miniogre

Automate the management of software dependencies with AI, to ensure your Python code runs on any computer.
https://docs.ogre.run
Apache License 2.0
43 stars 6 forks source link

Install requirements for a Ruby codebase using RubyGems #17

Open wilderlopes opened 5 months ago

wilderlopes commented 5 months ago

Problem

Currently, miniogre can only handle the generation of requirements for Python code. However, there has been interest from some Ruby devs in using miniogre.

Proposed solution

To build a consistent environment for Ruby projects, we can use Bundler, a gem that makes sure that the version of multiple gems in an environment are compatible.

To be able to use Bundler inside miniogre, we must: