chore: update Gemfile.lock transitive gems to latest - #74
Draft
devin-ai-integration[bot] wants to merge 1 commit into
Draft
chore: update Gemfile.lock transitive gems to latest#74devin-ai-integration[bot] wants to merge 1 commit into
devin-ai-integration[bot] wants to merge 1 commit into
Conversation
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
Author
|
@cursor review |
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
Refreshes the committed
Gemfile.lockso a freshbundle installfor the CocoaPods toolchain resolves the same versions that are current on RubyGems.activesupport7.2.3.1 → 7.2.3.2,concurrent-ruby1.3.7 → 1.3.8,json2.21.1 → 2.21.2 (transitive only;cocoapods (~> 1.17.0)stays at 1.17.0, which is latest).pod 'LaunchDarkly', '>= 11.2'with no committedPodfile.lockalready resolves to the latest 11.x, verified as 11.6.0.LDClient.start(config:context:completion:)(the example already uses thestartWaitSeconds:overload) andidentifywith optional completion, which the example does not call.BUNDLED WITHintentionally left at 2.0.1 to keep the diff scoped.Implementation details
Regenerated with
bundle lock --update(Ruby 3.4 container), then reverted the incidentalBUNDLED WITHrewrite.Verification:
pod installrun on Linux (CocoaPods 1.17.0 from this lockfile) resolvedLaunchDarkly 11.6.0+LDSwiftEventSource 3.3.0and integrated the workspace successfully — confirming the existing Podfile constraint already picks up the newest SDK, so no version bump is warranted (bumping the floor to>= 11.6would change nothing; the same reasoning closed chore: update LaunchDarkly iOS SDK to 11.3 #71).macos-buildCI job. The mobile key was exercised out-of-band againstclientsdk.launchdarkly.comto confirm flag delivery works for the hello-apps environment.@available(*, deprecatedin ios-client-sdk at tag 11.6.0.Link to Devin session: https://app.devin.ai/sessions/818e0a367b90429eb4ee9bad9b5b64f4
Open in Devin Desktop: https://app.devin.ai/desktop/session/818e0a367b90429eb4ee9bad9b5b64f4?variant=devin