Fix CI for July release: restore x86_64-linux platform in Gemfile.lock#227
Closed
menglinblock wants to merge 3 commits into
Closed
Conversation
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-ruby-sdk: 1.0.0-rc84
Co-authored-by: Cursor <cursoragent@cursor.com>
Merged
fern-api
Bot
force-pushed
the
fern-bot/2026-07-13_21-33-48_865
branch
from
July 14, 2026 17:01
0f86b4d to
874bea5
Compare
Contributor
Author
|
🤖 Fix re-applied directly to the fern-bot branch (fern-bot/2026-07-13_21-33-48_865); closing this stale PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
PLATFORMSinGemfile.lockfromx86_64-linuxtox86_64-linux-musl. Thetestmatrix jobs on SDK regeneration #226 run on ubuntu-latest and fail duringbundle installwith "Could not find gem 'nokogiri' with platform 'x86_64-linux-musl'".x86_64-linux. With this change the lockfile diff vs master is only the expected version bumps (square.rb 46.0.0.20260715, json, language_server-protocol, rubocop, rubocop-ast) — the same state that was green on master.This PR targets the
fern-bot/2026-07-13_21-33-48_865release branch so #226 goes green once merged.Made with Cursor