Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Create Bullet Train Upgrade PR" GHA fails on ruby upgrades #1282

Open
jagthedrummer opened this issue Jan 18, 2024 · 0 comments
Open

"Create Bullet Train Upgrade PR" GHA fails on ruby upgrades #1282

jagthedrummer opened this issue Jan 18, 2024 · 0 comments

Comments

@jagthedrummer
Copy link
Contributor

Not sure how we should handle this, but here's the situation.

On the demo site I tried to run the upgrade action and it failed due to a ruby version mismatch. In that repo the .ruby-version file says 3.2.2. So when the setup-ruby action runs it installs ruby 3.2.2. Then the workflow pulls down changes from the starter repo, where .ruby-version says 3.3.0. Then when we try to fix conflicts in Gemfile.lock we have to run bundle install and it fails because the wrong version of ruby is installed on the action runner.

Going to update the demo site by hand to get over this hump.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant