Skip to content

Fix gem installation#247

Closed
Aleksefo wants to merge 1 commit intomainfrom
fix-gem-installation
Closed

Fix gem installation#247
Aleksefo wants to merge 1 commit intomainfrom
fix-gem-installation

Conversation

@Aleksefo
Copy link
Collaborator

Update gem workflow

…update

The workflow was using 'bundle update' which re-resolves all dependencies
and ignores Gemfile.lock. This caused failures when external gems changed.

Changed to 'bundle install' which respects the committed Gemfile.lock,
ensuring consistent, reproducible builds.
@Aleksefo Aleksefo force-pushed the fix-gem-installation branch from 8741880 to 6ff3762 Compare December 10, 2025 23:28
@Aleksefo Aleksefo closed this Dec 10, 2025
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.

1 participant