Bump fastlane to 2.237.0#701
Merged
Merged
Conversation
Update the pinned fastlane version from 2.235.0 to 2.237.0 and refresh the transitive dependencies in Gemfile.lock. Notable upstream changes: - addressable minimum raised to 2.9.0 (CVE-2026-35611) - excon upper bound relaxed, resolving to 1.5.0 - match: keychain import path escaping fix, fail fast on SSH auth prompts in non-interactive shells - gym: cleaner xcpretty error handling, xcbeautify preferred
Collaborator
TestConfigure docs-test GitHub user to have this branch as the default. |
marionbarker
approved these changes
Jul 10, 2026
marionbarker
left a comment
Collaborator
There was a problem hiding this comment.
Approve from code review and test.
bjorkert
added a commit
that referenced
this pull request
Jul 10, 2026
Chart-library migration applied on top of the integration set: - Registered the BGChart files and removed the legacy chart file references in the project file by hand (the branch's re-sorted project file does not merge cleanly against the watch-app target additions) - Gemfile/Gemfile.lock taken from dev (#701, fastlane 2.237.0) - Deployment target 16.6 -> 17.0
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.
Bumps the pinned fastlane version from
2.235.0to2.237.0and refreshesGemfile.lock. The browser build prints an update warning on every run because the pin trails the current release.Notable upstream changes:
addressableminimum raised to 2.9.0 for CVE-2026-35611required_ruby_versionis unchanged at>= 3.0, and all lanes the workflows invoke still resolve.