Skip to content

Commit f8e677f

Browse files
committed
CocoaPods 1.16.0
1 parent f061a83 commit f8e677f

File tree

2 files changed

+15
-19
lines changed

2 files changed

+15
-19
lines changed

Gemfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +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.15.2'
15+
gem 'cocoapods', '1.16.0'
1616
gem 'cocoapods-generate', '2.2.5'
1717
gem 'danger', '8.4.5'
18-
19-
# TODO: delete explicit xcodeproj after cocoapods goes beyond 1.15.2.
20-
gem 'xcodeproj', '1.25.0'

Gemfile.lock

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (7.1.3.4)
8+
activesupport (7.1.4.2)
99
base64
1010
bigdecimal
1111
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -28,10 +28,10 @@ GEM
2828
cork
2929
nap
3030
open4 (~> 1.3)
31-
cocoapods (1.15.2)
31+
cocoapods (1.16.0)
3232
addressable (~> 2.8)
3333
claide (>= 1.0.2, < 2.0)
34-
cocoapods-core (= 1.15.2)
34+
cocoapods-core (= 1.16.0)
3535
cocoapods-deintegrate (>= 1.0.3, < 2.0)
3636
cocoapods-downloader (>= 2.1, < 3.0)
3737
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -45,8 +45,8 @@ GEM
4545
molinillo (~> 0.8.0)
4646
nap (~> 1.0)
4747
ruby-macho (>= 2.3.0, < 3.0)
48-
xcodeproj (>= 1.23.0, < 2.0)
49-
cocoapods-core (1.15.2)
48+
xcodeproj (>= 1.26.0, < 2.0)
49+
cocoapods-core (1.16.0)
5050
activesupport (>= 5.0, < 8)
5151
addressable (~> 2.8)
5252
algoliasearch (~> 1.0)
@@ -69,7 +69,7 @@ GEM
6969
netrc (~> 0.11)
7070
cocoapods-try (1.2.0)
7171
colored2 (3.1.2)
72-
concurrent-ruby (1.3.3)
72+
concurrent-ruby (1.3.4)
7373
connection_pool (2.4.1)
7474
cork (0.3.0)
7575
colored2 (~> 3.1)
@@ -123,18 +123,18 @@ GEM
123123
addressable (~> 2.8)
124124
rchardet (~> 1.8)
125125
httpclient (2.8.3)
126-
i18n (1.14.5)
126+
i18n (1.14.6)
127127
concurrent-ruby (~> 1.0)
128-
json (2.7.2)
128+
json (2.7.4)
129129
kramdown (2.4.0)
130130
rexml
131131
kramdown-parser-gfm (1.1.0)
132132
kramdown (~> 2.0)
133-
minitest (5.24.1)
133+
minitest (5.25.1)
134134
molinillo (0.8.0)
135135
multipart-post (2.4.1)
136136
mutex_m (0.2.0)
137-
nanaimo (0.3.0)
137+
nanaimo (0.4.0)
138138
nap (1.1.0)
139139
netrc (0.11.0)
140140
nkf (0.2.0)
@@ -160,22 +160,21 @@ GEM
160160
tzinfo (2.0.6)
161161
concurrent-ruby (~> 1.0)
162162
unicode-display_width (2.5.0)
163-
xcodeproj (1.25.0)
163+
xcodeproj (1.26.0)
164164
CFPropertyList (>= 2.3.3, < 4.0)
165165
atomos (~> 0.1.3)
166166
claide (>= 1.0.2, < 2.0)
167167
colored2 (~> 3.1)
168-
nanaimo (~> 0.3.0)
169-
rexml (>= 3.3.2, < 4.0)
168+
nanaimo (~> 0.4.0)
169+
rexml (>= 3.3.6, < 4.0)
170170

171171
PLATFORMS
172172
ruby
173173

174174
DEPENDENCIES
175-
cocoapods (= 1.15.2)
175+
cocoapods (= 1.16.0)
176176
cocoapods-generate (= 2.2.5)
177177
danger (= 8.4.5)
178-
xcodeproj (= 1.25.0)
179178

180179
BUNDLED WITH
181180
2.1.4

0 commit comments

Comments
 (0)