diff --git a/ios/Gemfile b/ios/Gemfile index bf1e26f..ed054b5 100644 --- a/ios/Gemfile +++ b/ios/Gemfile @@ -2,4 +2,4 @@ source "https://rubygems.org" gem "fastlane", '~> 2.224.0' gem "dotenv" -gem "cocoapods", '~> 1.13.0' +gem "cocoapods", '~> 1.16.2' diff --git a/ios/Gemfile.lock b/ios/Gemfile.lock index ddbaa5f..54101ec 100644 --- a/ios/Gemfile.lock +++ b/ios/Gemfile.lock @@ -45,12 +45,12 @@ GEM benchmark (0.4.0) bigdecimal (3.1.8) claide (1.1.0) - cocoapods (1.13.0) + cocoapods (1.16.2) addressable (~> 2.8) claide (>= 1.0.2, < 2.0) - cocoapods-core (= 1.13.0) + cocoapods-core (= 1.16.2) cocoapods-deintegrate (>= 1.0.3, < 2.0) - cocoapods-downloader (>= 1.6.0, < 2.0) + cocoapods-downloader (>= 2.1, < 3.0) cocoapods-plugins (>= 1.0.0, < 2.0) cocoapods-search (>= 1.0.0, < 2.0) cocoapods-trunk (>= 1.6.0, < 2.0) @@ -62,8 +62,8 @@ GEM molinillo (~> 0.8.0) nap (~> 1.0) ruby-macho (>= 2.3.0, < 3.0) - xcodeproj (>= 1.23.0, < 2.0) - cocoapods-core (1.13.0) + xcodeproj (>= 1.27.0, < 2.0) + cocoapods-core (1.16.2) activesupport (>= 5.0, < 8) addressable (~> 2.8) algoliasearch (~> 1.0) @@ -74,7 +74,7 @@ GEM public_suffix (~> 4.0) typhoeus (~> 1.0) cocoapods-deintegrate (1.0.5) - cocoapods-downloader (1.6.3) + cocoapods-downloader (2.1) cocoapods-plugins (1.0.0) nap cocoapods-search (1.0.1) @@ -287,7 +287,7 @@ PLATFORMS arm64-darwin-23 DEPENDENCIES - cocoapods (~> 1.13.0) + cocoapods (~> 1.16.2) dotenv fastlane (~> 2.224.0)