Skip to content

Commit eed0ee8

Browse files
Bump cocoapods from 1.12.1 to 1.14.3 in /template
Bumps [cocoapods](https://github.com/CocoaPods/CocoaPods) from 1.12.1 to 1.14.3. - [Release notes](https://github.com/CocoaPods/CocoaPods/releases) - [Changelog](https://github.com/CocoaPods/CocoaPods/blob/1.14.3/CHANGELOG.md) - [Commits](CocoaPods/CocoaPods@1.12.1...1.14.3) --- updated-dependencies: - dependency-name: cocoapods dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c4ceaf5 commit eed0ee8

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

template/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source 'https://rubygems.org'
22

33
ruby '>= 3.2.2'
44

5-
gem 'cocoapods', '~> 1.13'
5+
gem 'cocoapods', '~> 1.14'
66
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'

template/Gemfile.lock

+16-15
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ GEM
88
i18n (>= 1.6, < 2)
99
minitest (>= 5.1)
1010
tzinfo (~> 2.0)
11-
addressable (2.8.4)
11+
addressable (2.8.5)
1212
public_suffix (>= 2.0.2, < 6.0)
1313
algoliasearch (1.27.5)
1414
httpclient (~> 2.8, >= 2.8.3)
1515
json (>= 1.5.1)
1616
atomos (0.1.3)
1717
claide (1.1.0)
18-
cocoapods (1.12.1)
18+
cocoapods (1.14.3)
1919
addressable (~> 2.8)
2020
claide (>= 1.0.2, < 2.0)
21-
cocoapods-core (= 1.12.1)
21+
cocoapods-core (= 1.14.3)
2222
cocoapods-deintegrate (>= 1.0.3, < 2.0)
23-
cocoapods-downloader (>= 1.6.0, < 2.0)
23+
cocoapods-downloader (>= 2.1, < 3.0)
2424
cocoapods-plugins (>= 1.0.0, < 2.0)
2525
cocoapods-search (>= 1.0.0, < 2.0)
2626
cocoapods-trunk (>= 1.6.0, < 2.0)
@@ -32,8 +32,8 @@ GEM
3232
molinillo (~> 0.8.0)
3333
nap (~> 1.0)
3434
ruby-macho (>= 2.3.0, < 3.0)
35-
xcodeproj (>= 1.21.0, < 2.0)
36-
cocoapods-core (1.12.1)
35+
xcodeproj (>= 1.23.0, < 2.0)
36+
cocoapods-core (1.14.3)
3737
activesupport (>= 5.0, < 8)
3838
addressable (~> 2.8)
3939
algoliasearch (~> 1.0)
@@ -44,7 +44,7 @@ GEM
4444
public_suffix (~> 4.0)
4545
typhoeus (~> 1.0)
4646
cocoapods-deintegrate (1.0.5)
47-
cocoapods-downloader (1.6.3)
47+
cocoapods-downloader (2.1)
4848
cocoapods-plugins (1.0.0)
4949
nap
5050
cocoapods-search (1.0.1)
@@ -57,27 +57,27 @@ GEM
5757
escape (0.0.4)
5858
ethon (0.16.0)
5959
ffi (>= 1.15.0)
60-
ffi (1.15.5)
60+
ffi (1.16.3)
6161
fourflusher (2.3.1)
6262
fuzzy_match (2.0.4)
6363
gh_inspector (1.1.3)
6464
httpclient (2.8.3)
65-
i18n (1.13.0)
65+
i18n (1.14.1)
6666
concurrent-ruby (~> 1.0)
67-
json (2.6.3)
68-
minitest (5.18.0)
67+
json (2.7.1)
68+
minitest (5.20.0)
6969
molinillo (0.8.0)
7070
nanaimo (0.3.0)
7171
nap (1.1.0)
7272
netrc (0.11.0)
7373
public_suffix (4.0.7)
74-
rexml (3.2.5)
74+
rexml (3.2.6)
7575
ruby-macho (2.5.1)
76-
typhoeus (1.4.0)
76+
typhoeus (1.4.1)
7777
ethon (>= 0.9.0)
7878
tzinfo (2.0.6)
7979
concurrent-ruby (~> 1.0)
80-
xcodeproj (1.22.0)
80+
xcodeproj (1.23.0)
8181
CFPropertyList (>= 2.3.3, < 4.0)
8282
atomos (~> 0.1.3)
8383
claide (>= 1.0.2, < 2.0)
@@ -89,7 +89,8 @@ PLATFORMS
8989
ruby
9090

9191
DEPENDENCIES
92-
cocoapods (~> 1.12)
92+
activesupport (>= 6.1.7.3, < 7.1.0)
93+
cocoapods (~> 1.14)
9394

9495
RUBY VERSION
9596
ruby 3.2.2p53

0 commit comments

Comments
 (0)