Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@an-lee
Copy link
Owner

@an-lee an-lee commented Oct 2, 2025

Fix CI workflow failure due to path gem version mismatch in frozen mode.

The CI was failing because bundler-cache: true sets Bundler to frozen mode, preventing Gemfile.lock updates when a local path gem's version changes (e.g., mixin_bot from 1.3.1 to 1.4.0). This PR adds steps to temporarily disable frozen mode, run bundle install to update the lockfile, and then re-enable frozen mode, allowing the CI to pass while maintaining caching benefits.


Open in Cursor Open in Web


Note

CI adds a step to temporarily disable Bundler frozen mode, run bundle install to update Gemfile.lock for path gems, then re-enable frozen mode.

  • CI Workflow (.github/workflows/ci.yml):
    • Add step to manage Bundler frozen mode:
      • bundle config set frozen false
      • bundle install to update Gemfile.lock for path gems
      • bundle config set frozen true

Written by Cursor Bugbot for commit c38544b. This will update automatically on new commits. Configure here.

@cursor
Copy link

cursor bot commented Oct 2, 2025

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@an-lee an-lee marked this pull request as ready for review October 2, 2025 09:16
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

Successfully merging this pull request may close these issues.

2 participants