This PR suggests pinning the Cocoapods version using a bundled version of Cocoapods. This is similar to changes being made in other repositories that have Ruby dependencies – using specific, reproducible versions of these dependencies reduces the changes for unexpected behaviour.
It also matches the version of Cocoapods used for Travis CI builds to the version used to generate Podfile.lock. This should help to prevent issues as well.
This PR suggests pinning the Cocoapods version using a bundled version of Cocoapods. This is similar to changes being made in other repositories that have Ruby dependencies – using specific, reproducible versions of these dependencies reduces the changes for unexpected behaviour.
It also matches the version of Cocoapods used for Travis CI builds to the version used to generate
Podfile.lock
. This should help to prevent issues as well.