* Bump cocoapods from 1.9.3 to 1.11.2 in /Example Bumps [cocoapods](https://github.com/CocoaPods/CocoaPods) from 1.9.3 to 1.11.2. - [Release notes](https://github.com/CocoaPods/CocoaPods/releases) - [Changelog](https://github.com/CocoaPods/CocoaPods/blob/master/CHANGELOG.md) - [Commits](https://github.com/CocoaPods/CocoaPods/compare/1.9.3...1.11.2) --- updated-dependencies: - dependency-name: cocoapods dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * update Podfile.lock Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: the-real-adammork <adammork@gmail.com>
8 lines
254 B
Ruby
8 lines
254 B
Ruby
source 'https://rubygems.org' do
|
|
gem 'cocoapods', '~> 1.11'
|
|
gem 'cocoapods-binary', :git => 'https://github.com/mobilecoinofficial/cocoapods-binary.git', :tag => 'v0.4.4.rev5'
|
|
gem 'cocoapods-repo-update'
|
|
gem 'cocoapods-keys'
|
|
gem 'fastlane'
|
|
end
|