Skip to content

Fix gem installation by using bundle install instead of bundle update#246

Closed
Aleksefo wants to merge 2 commits intomainfrom
library-update
Closed

Fix gem installation by using bundle install instead of bundle update#246
Aleksefo wants to merge 2 commits intomainfrom
library-update

Conversation

@Aleksefo
Copy link
Collaborator

The workflow was using 'bundle update' which re-resolves all dependencies and ignores Gemfile.lock. This caused failures when external gems changed (e.g. nokogiri dependency resolution issues).

Changed to 'bundle install' which respects the committed Gemfile.lock, ensuring consistent, reproducible builds.

Aleksefo and others added 2 commits December 11, 2025 01:18
The workflow was using 'bundle update' which re-resolves all dependencies
and ignores Gemfile.lock. This caused failures when external gems changed
(e.g. nokogiri dependency resolution issues).

Changed to 'bundle install' which respects the committed Gemfile.lock,
ensuring consistent, reproducible builds.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@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