Skip to content

ci: Local bin/relock flow with mise#2980

Open
sl0thentr0py wants to merge 4 commits into
masterfrom
neel/relock
Open

ci: Local bin/relock flow with mise#2980
sl0thentr0py wants to merge 4 commits into
masterfrom
neel/relock

Conversation

@sl0thentr0py

@sl0thentr0py sl0thentr0py commented Jun 23, 2026

Copy link
Copy Markdown
Member
  • list all required rubies in .mise.toml and install with mise install
    • leave note in CONTRIBUTING.md for ruby 3.0 patch needed on latest macos
  • add a bin/relock script
    • ./bin/relock: regenerate all lockfiles
    • ./bin/relock -l: list all cells in matrix
    • ./bin/relock --cell <cell>: regenerate lockfile for single cell
    • ./bin/relock --gem <gem>: regenerate lockfiles for one gem
  • use bin/relock in update-lockfiles.yml workflow
    • add summary of changed gems in PR description
  • split devcontainer latest pin to a separate MISE_ENV

Issues

@sl0thentr0py sl0thentr0py force-pushed the neel/relock branch 2 times, most recently from 6f4186e to b5cac36 Compare June 23, 2026 12:07
@sl0thentr0py sl0thentr0py changed the title relock wip ci: Local bin/relock flow with mise Jun 23, 2026
@sl0thentr0py sl0thentr0py marked this pull request as ready for review June 23, 2026 13:08
@linear-code

linear-code Bot commented Jun 23, 2026

Copy link
Copy Markdown

RUBY-180

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 5a1e653. Configure here.

Comment thread .github/workflows/update_lockfiles.yml
Comment thread bin/relock
Comment thread bin/relock Outdated
@sl0thentr0py sl0thentr0py requested review from dingsdax and solnic June 23, 2026 13:18
Comment thread .github/workflows/update_lockfiles.yml
Comment thread bin/relock
Comment thread bin/relock
# See --help for all options.

require "optparse"
require "shellwords"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't think this is used.

Comment thread bin/relock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants