You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unnecessary bundle lock --add-platform from CI workflow
The x86_64-linux platform is already present in all Gemfile.lock files,
so running 'bundle lock --add-platform' is unnecessary and was causing
the lockfile to be modified during CI runs, particularly on Ruby 2.7.
This fixes the check_react_and_ujs (2.7) test failure.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments