From a820e24fafb193b5314227fe8a4be3ca5c0ec1c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 14:27:16 +0000 Subject: [PATCH] Bump cocoapods from 1.15.1 to 1.15.2 Bumps [cocoapods](https://github.com/CocoaPods/CocoaPods) from 1.15.1 to 1.15.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.15.1...1.15.2) --- updated-dependencies: - dependency-name: cocoapods dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 0f6c86da7f..646ec2ee2d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'cocoapods', '~> 1.14' +gem 'cocoapods', '~> 1.15' gem 'fastlane' gem 'xcode-install', '~> 2.8' diff --git a/Gemfile.lock b/Gemfile.lock index ae7ec06589..faddb5c64b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,10 +40,10 @@ GEM base64 (0.2.0) bigdecimal (3.1.6) claide (1.1.0) - cocoapods (1.15.1) + cocoapods (1.15.2) addressable (~> 2.8) claide (>= 1.0.2, < 2.0) - cocoapods-core (= 1.15.1) + cocoapods-core (= 1.15.2) cocoapods-deintegrate (>= 1.0.3, < 2.0) cocoapods-downloader (>= 2.1, < 3.0) cocoapods-plugins (>= 1.0.0, < 2.0) @@ -58,7 +58,7 @@ GEM nap (~> 1.0) ruby-macho (>= 2.3.0, < 3.0) xcodeproj (>= 1.23.0, < 2.0) - cocoapods-core (1.15.1) + cocoapods-core (1.15.2) activesupport (>= 5.0, < 8) addressable (~> 2.8) algoliasearch (~> 1.0) @@ -222,7 +222,7 @@ GEM mime-types-data (3.2023.1205) mini_magick (4.12.0) mini_mime (1.1.5) - minitest (5.21.2) + minitest (5.22.1) molinillo (0.8.0) multi_json (1.15.0) multipart-post (2.3.0) @@ -298,7 +298,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - cocoapods (~> 1.14) + cocoapods (~> 1.15) fastlane fastlane-plugin-onesky xcode-install (~> 2.8)