Skip to content

Commit ee5b7ab

Browse files
committed
Add CocoaPods as a development dependency
This should help avoid the dependency resolution issue encountered in #289.
1 parent 691c5b2 commit ee5b7ab

File tree

2 files changed

+54
-1
lines changed

2 files changed

+54
-1
lines changed

Gemfile.lock

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ GEM
2626
tzinfo (~> 1.1)
2727
addressable (2.7.0)
2828
public_suffix (>= 2.0.2, < 5.0)
29+
algoliasearch (1.27.5)
30+
httpclient (~> 2.8, >= 2.8.3)
31+
json (>= 1.5.1)
2932
artifactory (3.0.15)
3033
ast (2.4.2)
3134
atomos (0.1.3)
@@ -53,6 +56,43 @@ GEM
5356
cork
5457
nap
5558
open4 (~> 1.3)
59+
cocoapods (1.10.2)
60+
addressable (~> 2.6)
61+
claide (>= 1.0.2, < 2.0)
62+
cocoapods-core (= 1.10.2)
63+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
64+
cocoapods-downloader (>= 1.4.0, < 2.0)
65+
cocoapods-plugins (>= 1.0.0, < 2.0)
66+
cocoapods-search (>= 1.0.0, < 2.0)
67+
cocoapods-trunk (>= 1.4.0, < 2.0)
68+
cocoapods-try (>= 1.1.0, < 2.0)
69+
colored2 (~> 3.1)
70+
escape (~> 0.0.4)
71+
fourflusher (>= 2.3.0, < 3.0)
72+
gh_inspector (~> 1.0)
73+
molinillo (~> 0.6.6)
74+
nap (~> 1.0)
75+
ruby-macho (~> 1.4)
76+
xcodeproj (>= 1.19.0, < 2.0)
77+
cocoapods-core (1.10.2)
78+
activesupport (> 5.0, < 6)
79+
addressable (~> 2.6)
80+
algoliasearch (~> 1.0)
81+
concurrent-ruby (~> 1.1)
82+
fuzzy_match (~> 2.0.4)
83+
nap (~> 1.0)
84+
netrc (~> 0.11)
85+
public_suffix
86+
typhoeus (~> 1.0)
87+
cocoapods-deintegrate (1.0.4)
88+
cocoapods-downloader (1.4.0)
89+
cocoapods-plugins (1.0.0)
90+
nap
91+
cocoapods-search (1.0.0)
92+
cocoapods-trunk (1.5.0)
93+
nap (>= 0.8, < 2.0)
94+
netrc (~> 0.11)
95+
cocoapods-try (1.2.0)
5696
codecov (0.5.2)
5797
simplecov (>= 0.15, < 0.22)
5898
coderay (1.1.3)
@@ -90,6 +130,9 @@ GEM
90130
unf (>= 0.0.5, < 1.0.0)
91131
dotenv (2.7.6)
92132
emoji_regex (3.2.2)
133+
escape (0.0.4)
134+
ethon (0.14.0)
135+
ffi (>= 1.15.0)
93136
excon (0.81.0)
94137
faraday (1.4.2)
95138
faraday-em_http (~> 1.0)
@@ -150,6 +193,9 @@ GEM
150193
xcodeproj (>= 1.13.0, < 2.0.0)
151194
xcpretty (~> 0.3.0)
152195
xcpretty-travis-formatter (>= 0.0.3)
196+
ffi (1.15.3)
197+
fourflusher (2.3.1)
198+
fuzzy_match (2.0.4)
153199
gh_inspector (1.1.3)
154200
git (1.8.1)
155201
rchardet (~> 1.8)
@@ -215,11 +261,13 @@ GEM
215261
mini_mime (1.1.0)
216262
mini_portile2 (2.5.3)
217263
minitest (5.14.4)
264+
molinillo (0.6.6)
218265
multi_json (1.15.0)
219266
multipart-post (2.0.0)
220267
nanaimo (0.3.0)
221268
nap (1.1.0)
222269
naturally (2.2.1)
270+
netrc (0.11.0)
223271
no_proxy_fix (0.1.2)
224272
nokogiri (1.11.7)
225273
mini_portile2 (~> 2.5.0)
@@ -279,6 +327,7 @@ GEM
279327
rubocop-rspec (2.3.0)
280328
rubocop (~> 1.0)
281329
rubocop-ast (>= 1.1.0)
330+
ruby-macho (1.4.0)
282331
ruby-progressbar (1.11.0)
283332
ruby2_keywords (0.0.4)
284333
rubyzip (2.3.0)
@@ -307,6 +356,8 @@ GEM
307356
tty-screen (0.8.1)
308357
tty-spinner (0.9.3)
309358
tty-cursor (~> 0.7)
359+
typhoeus (1.4.0)
360+
ethon (>= 0.9.0)
310361
tzinfo (1.2.9)
311362
thread_safe (~> 0.1)
312363
uber (0.1.0)
@@ -337,6 +388,7 @@ PLATFORMS
337388

338389
DEPENDENCIES
339390
bundler (~> 2.0)
391+
cocoapods (~> 1.10)
340392
codecov
341393
danger (~> 8.0)
342394
danger-rubocop (~> 0.6)
@@ -353,4 +405,4 @@ DEPENDENCIES
353405
yard
354406

355407
BUNDLED WITH
356-
2.2.16
408+
2.2.23

fastlane-plugin-wpmreleasetoolkit.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,5 @@ Gem::Specification.new do |spec|
6161
spec.add_development_dependency 'simplecov', '~> 0.16.1'
6262
spec.add_development_dependency 'fastlane', '~> 2'
6363
spec.add_development_dependency 'rmagick', '~> 4.1'
64+
spec.add_development_dependency 'cocoapods', '~> 1.10'
6465
end

0 commit comments

Comments
 (0)