Skip to content

Commit 1066f04

Browse files
chore(deps): update dependency cocoapods to v1.14.3 (#358)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cocoapods](https://togithub.com/CocoaPods/CocoaPods) | `1.13.0` -> `1.14.3` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/cocoapods/1.14.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/cocoapods/1.14.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/cocoapods/1.13.0/1.14.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/cocoapods/1.13.0/1.14.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>CocoaPods/CocoaPods (cocoapods)</summary> ### [`v1.14.3`](https://togithub.com/CocoaPods/CocoaPods/blob/HEAD/CHANGELOG.md#1143-2023-11-19) [Compare Source](https://togithub.com/CocoaPods/CocoaPods/compare/1.14.2...1.14.3) ##### Enhancements - None. ##### Bug Fixes - Revert minimum required Ruby version to 2.6 to support macOS system Ruby\ [Eric Amorde](https://togithub.com/amorde) [#&#8203;12122](https://togithub.com/CocoaPods/CocoaPods/issues/12122) ### [`v1.14.2`](https://togithub.com/CocoaPods/CocoaPods/releases/tag/1.14.2) [Compare Source](https://togithub.com/CocoaPods/CocoaPods/compare/1.14.1...1.14.2) ##### Enhancements - None. ##### Bug Fixes - Fix a bug when attempting to publish a Pod with `pod trunk push` in certain cases\ [Eric Amorde](https://togithub.com/amorde) [CocoaPods/Core#729](https://togithub.com/CocoaPods/Core/pull/759) ### [`v1.14.1`](https://togithub.com/CocoaPods/CocoaPods/blob/HEAD/CHANGELOG.md#1141-2023-10-26) [Compare Source](https://togithub.com/CocoaPods/CocoaPods/compare/1.14.0...1.14.1) ##### Enhancements - None. ##### Bug Fixes - None. ### [`v1.14.0`](https://togithub.com/CocoaPods/CocoaPods/blob/HEAD/CHANGELOG.md#1140-2023-10-26) [Compare Source](https://togithub.com/CocoaPods/CocoaPods/compare/1.13.0...1.14.0) ##### Enhancements - None. ##### Bug Fixes - Fix a crash when running with activesupport 7.1.0.\ [MCanhisares](https://togithub.com/MCanhisares) [#&#8203;12081](https://togithub.com/CocoaPods/CocoaPods/issues/12081) - Fix another crash when running with activesupport 7.1.0.\ [movila](https://togithub.com/movila) [#&#8203;12089](https://togithub.com/CocoaPods/CocoaPods/issues/12089) ##### Other - Drop support for `bazaar` SCM </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/techprimate/TPPDF). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 85f14bb commit 1066f04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ GEM
1313
minitest (>= 5.1)
1414
mutex_m
1515
tzinfo (~> 2.0)
16-
addressable (2.8.5)
16+
addressable (2.8.6)
1717
public_suffix (>= 2.0.2, < 6.0)
1818
algoliasearch (1.27.5)
1919
httpclient (~> 2.8, >= 2.8.3)
2020
json (>= 1.5.1)
2121
atomos (0.1.3)
2222
base64 (0.2.0)
23-
bigdecimal (3.1.4)
23+
bigdecimal (3.1.5)
2424
claide (1.1.0)
2525
clamp (1.3.2)
2626
cocoapods (1.13.0)
@@ -85,7 +85,7 @@ GEM
8585
sassc (~> 2.1)
8686
sqlite3 (~> 1.3)
8787
xcinvoke (~> 0.3.0)
88-
json (2.7.0)
88+
json (2.7.1)
8989
liferaft (0.0.6)
9090
mini_portile2 (2.8.5)
9191
minitest (5.20.0)

0 commit comments

Comments
 (0)