Skip to content

Update CocoaPods gem to match the version used in Podfile.lock - #17843

Merged
AliSoftware merged 1 commit into
trunkfrom
tooling/update-cocoapods
Jan 31, 2022
Merged

Update CocoaPods gem to match the version used in Podfile.lock#17843
AliSoftware merged 1 commit into
trunkfrom
tooling/update-cocoapods

Conversation

@AliSoftware

@AliSoftware AliSoftware commented Jan 31, 2022

Copy link
Copy Markdown
Contributor

The version of CocoaPods used to generate the latest Podfile.lock (as seen at the very end of said Podfile.lock) is 1.11.2, but the version of CocoaPods used in our Gemfile.lock was still locked to 1.10.1.

This PR simply aligns the two, so that we ensure CI (and local builds) use a version of the gem (from Gemfile.lock) at least as recent as the one that was used to generate latest Podfile.lock.

h/t @leandroalonso for noticing this.

@AliSoftware AliSoftware added the Tooling Build, Release, and Validation Tools label Jan 31, 2022
@AliSoftware AliSoftware added this to the 19.2 milestone Jan 31, 2022
@AliSoftware
AliSoftware requested a review from a team January 31, 2022 16:48
@AliSoftware AliSoftware self-assigned this Jan 31, 2022
Comment thread Gemfile

gem 'rake'
gem 'cocoapods', '~> 1.10'
gem 'cocoapods', '~> 1.11'

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was not strictly necessary, as the most important thing was to ensure the version which was locked in the Gemfile.lock lockfile (after running bundle update cocoapods) was the same as the one here, and that version 1.11.2 already fulfilled the ~> 1.10 semver requirement. But that doesn't hurt either and made sense to request this as minimum version anyway, so 🙃

@AliSoftware
AliSoftware enabled auto-merge January 31, 2022 16:54
@peril-wordpress-mobile

Copy link
Copy Markdown

You can trigger optional UI/connected tests for these changes by visiting CircleCI here.

@AliSoftware
AliSoftware merged commit 3870317 into trunk Jan 31, 2022
@AliSoftware
AliSoftware deleted the tooling/update-cocoapods branch January 31, 2022 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Tooling Build, Release, and Validation Tools

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants