-
Notifications
You must be signed in to change notification settings - Fork 153
Description
Hello ShipIt Team!
First off, thank you for your commitment to OSS.
I've run into an issue during the setup of the ShipIt project. I've initiated the repo with Ruby 3.1 and went through the setup steps. All was going well until I tried to deploy a test application. This application runs on Ruby 3.4. I get the following error at the bundle step:
I've tried running a setup using the shipit.yml where I set the Ruby version in the dependencies.pre and overrode using the dependencies.override and have had no luck getting past this issue. Below is me trying to run the install by installing/setting the version before the bundle install:
Unfortunately, many projects won't have the same version as the ShipIt project. Can ShipIt detect/install/use the Ruby version from the project it is trying to deploy? I'm likely doing something wrong.

