Skip to content

Commit 5e17a99

Browse files
authored
Update to xcodeproj 1.25.0 (#13462)
1 parent 9b5be20 commit 5e17a99

File tree

2 files changed

+38
-32
lines changed

2 files changed

+38
-32
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ source 'https://rubygems.org'
1515
gem 'cocoapods', '1.15.2'
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: 35 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.6)
4+
CFPropertyList (3.0.7)
5+
base64
6+
nkf
57
rexml
6-
activesupport (7.1.3)
8+
activesupport (7.1.3.4)
79
base64
810
bigdecimal
911
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -13,15 +15,15 @@ GEM
1315
minitest (>= 5.1)
1416
mutex_m
1517
tzinfo (~> 2.0)
16-
addressable (2.8.0)
17-
public_suffix (>= 2.0.2, < 5.0)
18+
addressable (2.8.7)
19+
public_suffix (>= 2.0.2, < 7.0)
1820
algoliasearch (1.27.5)
1921
httpclient (~> 2.8, >= 2.8.3)
2022
json (>= 1.5.1)
2123
atomos (0.1.3)
2224
base64 (0.2.0)
23-
bigdecimal (3.1.6)
24-
claide (1.0.3)
25+
bigdecimal (3.1.8)
26+
claide (1.1.0)
2527
claide-plugins (0.9.2)
2628
cork
2729
nap
@@ -67,7 +69,7 @@ GEM
6769
netrc (~> 0.11)
6870
cocoapods-try (1.2.0)
6971
colored2 (3.1.2)
70-
concurrent-ruby (1.2.3)
72+
concurrent-ruby (1.3.3)
7173
connection_pool (2.4.1)
7274
cork (0.3.0)
7375
colored2 (~> 3.1)
@@ -84,12 +86,11 @@ GEM
8486
no_proxy_fix
8587
octokit (~> 4.7)
8688
terminal-table (>= 1, < 4)
87-
drb (2.2.0)
88-
ruby2_keywords
89+
drb (2.2.1)
8990
escape (0.0.4)
9091
ethon (0.16.0)
9192
ffi (>= 1.15.0)
92-
faraday (1.10.0)
93+
faraday (1.10.3)
9394
faraday-em_http (~> 1.0)
9495
faraday-em_synchrony (~> 1.0)
9596
faraday-excon (~> 1.1)
@@ -104,67 +105,68 @@ GEM
104105
faraday-em_http (1.0.0)
105106
faraday-em_synchrony (1.0.0)
106107
faraday-excon (1.1.0)
107-
faraday-http-cache (2.2.0)
108+
faraday-http-cache (2.5.1)
108109
faraday (>= 0.8)
109110
faraday-httpclient (1.0.1)
110-
faraday-multipart (1.0.3)
111-
multipart-post (>= 1.2, < 3)
112-
faraday-net_http (1.0.1)
111+
faraday-multipart (1.0.4)
112+
multipart-post (~> 2)
113+
faraday-net_http (1.0.2)
113114
faraday-net_http_persistent (1.2.0)
114115
faraday-patron (1.0.0)
115116
faraday-rack (1.0.0)
116117
faraday-retry (1.0.3)
117-
ffi (1.16.3)
118+
ffi (1.17.0)
118119
fourflusher (2.3.1)
119120
fuzzy_match (2.0.4)
120121
gh_inspector (1.1.3)
121-
git (1.13.0)
122+
git (1.19.1)
122123
addressable (~> 2.8)
123124
rchardet (~> 1.8)
124125
httpclient (2.8.3)
125-
i18n (1.14.1)
126+
i18n (1.14.5)
126127
concurrent-ruby (~> 1.0)
127-
json (2.7.1)
128-
kramdown (2.3.1)
128+
json (2.7.2)
129+
kramdown (2.4.0)
129130
rexml
130131
kramdown-parser-gfm (1.1.0)
131132
kramdown (~> 2.0)
132-
minitest (5.22.0)
133+
minitest (5.24.1)
133134
molinillo (0.8.0)
134-
multipart-post (2.1.1)
135+
multipart-post (2.4.1)
135136
mutex_m (0.2.0)
136137
nanaimo (0.3.0)
137138
nap (1.1.0)
138139
netrc (0.11.0)
140+
nkf (0.2.0)
139141
no_proxy_fix (0.1.2)
140-
octokit (4.22.0)
141-
faraday (>= 0.9)
142-
sawyer (~> 0.8.0, >= 0.5.3)
142+
octokit (4.25.1)
143+
faraday (>= 1, < 3)
144+
sawyer (~> 0.9)
143145
open4 (1.3.4)
144-
public_suffix (4.0.6)
146+
public_suffix (4.0.7)
145147
rchardet (1.8.0)
146-
rexml (3.2.8)
147-
strscan (>= 3.0.9)
148+
rexml (3.3.4)
149+
strscan
148150
ruby-macho (2.5.1)
149151
ruby2_keywords (0.0.5)
150-
sawyer (0.8.2)
152+
sawyer (0.9.2)
151153
addressable (>= 2.3.5)
152-
faraday (> 0.8, < 2.0)
154+
faraday (>= 0.17.3, < 3)
153155
strscan (3.1.0)
154156
terminal-table (3.0.2)
155157
unicode-display_width (>= 1.1.1, < 3)
156158
typhoeus (1.4.1)
157159
ethon (>= 0.9.0)
158160
tzinfo (2.0.6)
159161
concurrent-ruby (~> 1.0)
160-
unicode-display_width (2.1.0)
161-
xcodeproj (1.24.0)
162+
unicode-display_width (2.5.0)
163+
xcodeproj (1.25.0)
162164
CFPropertyList (>= 2.3.3, < 4.0)
163165
atomos (~> 0.1.3)
164166
claide (>= 1.0.2, < 2.0)
165167
colored2 (~> 3.1)
166168
nanaimo (~> 0.3.0)
167-
rexml (~> 3.2.4)
169+
rexml (>= 3.3.2, < 4.0)
168170

169171
PLATFORMS
170172
ruby
@@ -173,6 +175,7 @@ DEPENDENCIES
173175
cocoapods (= 1.15.2)
174176
cocoapods-generate (= 2.2.5)
175177
danger (= 8.4.5)
178+
xcodeproj (= 1.25.0)
176179

177180
BUNDLED WITH
178181
2.1.4

0 commit comments

Comments
 (0)