Skip to content

Commit 7dc3e52

Browse files
authored
Update to CocoaPods 1.15.2 (#12325)
1 parent 85da438 commit 7dc3e52

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ source 'https://rubygems.org'
1212
# gem 'cocoapods-core', git: "https://github.com/CocoaPods/Core.git", ref: "f7cf05720eab935d7d50e35224d263952176fb53"
1313
# gem 'xcodeproj', git: "https://github.com/CocoaPods/Xcodeproj.git", ref: "eeccae7275645753cbaf45d96fc4b23e4b8b3b9f"
1414

15-
gem 'cocoapods', '1.14.3'
15+
gem 'cocoapods', '1.15.2'
1616
gem 'cocoapods-generate', '2.2.5'
1717
gem 'danger', '8.4.5'

Gemfile.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
CFPropertyList (3.0.6)
55
rexml
6-
activesupport (7.1.2)
6+
activesupport (7.1.3)
77
base64
88
bigdecimal
99
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -20,16 +20,16 @@ GEM
2020
json (>= 1.5.1)
2121
atomos (0.1.3)
2222
base64 (0.2.0)
23-
bigdecimal (3.1.4)
23+
bigdecimal (3.1.6)
2424
claide (1.0.3)
2525
claide-plugins (0.9.2)
2626
cork
2727
nap
2828
open4 (~> 1.3)
29-
cocoapods (1.14.3)
29+
cocoapods (1.15.2)
3030
addressable (~> 2.8)
3131
claide (>= 1.0.2, < 2.0)
32-
cocoapods-core (= 1.14.3)
32+
cocoapods-core (= 1.15.2)
3333
cocoapods-deintegrate (>= 1.0.3, < 2.0)
3434
cocoapods-downloader (>= 2.1, < 3.0)
3535
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -44,7 +44,7 @@ GEM
4444
nap (~> 1.0)
4545
ruby-macho (>= 2.3.0, < 3.0)
4646
xcodeproj (>= 1.23.0, < 2.0)
47-
cocoapods-core (1.14.3)
47+
cocoapods-core (1.15.2)
4848
activesupport (>= 5.0, < 8)
4949
addressable (~> 2.8)
5050
algoliasearch (~> 1.0)
@@ -67,7 +67,7 @@ GEM
6767
netrc (~> 0.11)
6868
cocoapods-try (1.2.0)
6969
colored2 (3.1.2)
70-
concurrent-ruby (1.2.2)
70+
concurrent-ruby (1.2.3)
7171
connection_pool (2.4.1)
7272
cork (0.3.0)
7373
colored2 (~> 3.1)
@@ -124,12 +124,12 @@ GEM
124124
httpclient (2.8.3)
125125
i18n (1.14.1)
126126
concurrent-ruby (~> 1.0)
127-
json (2.6.3)
127+
json (2.7.1)
128128
kramdown (2.3.1)
129129
rexml
130130
kramdown-parser-gfm (1.1.0)
131131
kramdown (~> 2.0)
132-
minitest (5.20.0)
132+
minitest (5.22.0)
133133
molinillo (0.8.0)
134134
multipart-post (2.1.1)
135135
mutex_m (0.2.0)
@@ -156,7 +156,7 @@ GEM
156156
tzinfo (2.0.6)
157157
concurrent-ruby (~> 1.0)
158158
unicode-display_width (2.1.0)
159-
xcodeproj (1.23.0)
159+
xcodeproj (1.24.0)
160160
CFPropertyList (>= 2.3.3, < 4.0)
161161
atomos (~> 0.1.3)
162162
claide (>= 1.0.2, < 2.0)
@@ -168,7 +168,7 @@ PLATFORMS
168168
ruby
169169

170170
DEPENDENCIES
171-
cocoapods (= 1.14.3)
171+
cocoapods (= 1.15.2)
172172
cocoapods-generate (= 2.2.5)
173173
danger (= 8.4.5)
174174

0 commit comments

Comments
 (0)