Skip to content

Commit 2e9f0b1

Browse files
author
Mattes Groeger
committed
Update cocoapods to latest version
1 parent ee7c6f7 commit 2e9f0b1

File tree

2 files changed

+51
-54
lines changed

2 files changed

+51
-54
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
language: objective-c
22
cache: bundler
3-
before_install:
4-
- gem install cocoapods
5-
- pod --version
63
before_script:
74
- openssl aes-256-cbc -k "$ENCRYPTION_SECRET" -in scripts/profile/TravisExample_Ad_Hoc.mobileprovision.enc -d -a -out scripts/profile/TravisExample_Ad_Hoc.mobileprovision
85
- openssl aes-256-cbc -k "$ENCRYPTION_SECRET" -in scripts/certs/dist.cer.enc -d -a -out scripts/certs/dist.cer

Gemfile.lock

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,85 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
activesupport (3.2.15)
4+
activesupport (3.2.17)
55
i18n (~> 0.6, >= 0.6.4)
66
multi_json (~> 1.0)
7-
addressable (2.3.5)
8-
backports (3.3.5)
9-
claide (0.3.2)
10-
cocoapods (0.26.2)
11-
activesupport (~> 3.2)
12-
claide (~> 0.3.2)
13-
cocoapods-core (= 0.26.2)
14-
cocoapods-downloader (~> 0.2.0)
7+
addressable (2.3.6)
8+
backports (3.6.0)
9+
claide (0.5.0)
10+
cocoapods (0.32.1)
11+
activesupport (>= 3.2.15, < 4)
12+
claide (~> 0.5.0)
13+
cocoapods-core (= 0.32.1)
14+
cocoapods-downloader (~> 0.5.0)
15+
cocoapods-try (~> 0.2.0)
1516
colored (~> 1.2)
1617
escape (~> 0.0.4)
17-
json (~> 1.8)
18+
json_pure (~> 1.8)
19+
nap (~> 0.7)
1820
open4 (~> 1.3)
19-
xcodeproj (~> 0.13.0)
20-
cocoapods-core (0.26.2)
21-
activesupport (~> 3.0)
22-
json (~> 1.8)
21+
xcodeproj (~> 0.16.1)
22+
cocoapods-core (0.32.1)
23+
activesupport (>= 3.2.15, < 4)
24+
fuzzy_match (~> 2.0.4)
25+
json_pure (~> 1.8)
2326
nap (~> 0.5)
24-
cocoapods-downloader (0.2.0)
25-
coderay (1.0.9)
27+
cocoapods-downloader (0.5.0)
28+
cocoapods-try (0.2.0)
29+
coderay (1.1.0)
2630
colored (1.2)
2731
escape (0.0.4)
28-
ethon (0.6.1)
32+
ethon (0.7.0)
2933
ffi (>= 1.3.0)
30-
mime-types (~> 1.18)
31-
faraday (0.8.8)
32-
multipart-post (~> 1.2.0)
33-
faraday_middleware (0.9.0)
34-
faraday (>= 0.7.4, < 0.9)
35-
ffi (1.9.0)
36-
gh (0.13.0)
34+
faraday (0.9.0)
35+
multipart-post (>= 1.2, < 3)
36+
faraday_middleware (0.9.1)
37+
faraday (>= 0.7.4, < 0.10)
38+
ffi (1.9.3)
39+
fuzzy_match (2.0.4)
40+
gh (0.13.2)
3741
addressable
3842
backports
3943
faraday (~> 0.8)
4044
multi_json (~> 1.0)
4145
net-http-persistent (>= 2.7)
4246
net-http-pipeline
43-
highline (1.6.20)
44-
i18n (0.6.5)
47+
highline (1.6.21)
48+
i18n (0.6.9)
4549
json (1.8.1)
46-
launchy (2.3.0)
50+
json_pure (1.8.1)
51+
launchy (2.4.2)
4752
addressable (~> 2.3)
4853
method_source (0.8.2)
49-
mime-types (1.25)
50-
multi_json (1.8.2)
51-
multipart-post (1.2.0)
52-
nap (0.5.1)
53-
net-http-persistent (2.9)
54+
multi_json (1.9.3)
55+
multipart-post (2.0.0)
56+
nap (0.7.0)
57+
net-http-persistent (2.9.4)
5458
net-http-pipeline (1.0.1)
55-
netrc (0.7.7)
56-
open4 (1.3.0)
57-
pry (0.9.12.2)
58-
coderay (~> 1.0.5)
59+
open4 (1.3.3)
60+
pry (0.9.12.6)
61+
coderay (~> 1.0)
5962
method_source (~> 0.8)
6063
slop (~> 3.4)
61-
pusher-client (0.3.1)
62-
ruby-hmac (~> 0.4.0)
63-
websocket (~> 1.0.0)
64-
ruby-hmac (0.4.0)
65-
slop (3.4.6)
66-
terminal-notifier (1.5.1)
67-
travis (1.5.6)
64+
pusher-client (0.6.0)
65+
json
66+
websocket (~> 1.0)
67+
slop (3.5.0)
68+
travis (1.6.10)
69+
addressable (~> 2.3)
6870
backports
69-
faraday (~> 0.8.7)
71+
faraday (~> 0.9)
7072
faraday_middleware (~> 0.9)
7173
gh (~> 0.13)
7274
highline (~> 1.6)
7375
launchy (~> 2.1)
74-
netrc (~> 0.7)
7576
pry (~> 0.9)
76-
pusher-client (~> 0.3, >= 0.3.1)
77-
terminal-notifier (>= 1.4.2)
77+
pusher-client (~> 0.4)
7878
typhoeus (~> 0.6)
79-
typhoeus (0.6.5)
80-
ethon (~> 0.6.1)
81-
websocket (1.0.7)
82-
xcodeproj (0.13.1)
79+
typhoeus (0.6.8)
80+
ethon (>= 0.7.0)
81+
websocket (1.1.2)
82+
xcodeproj (0.16.1)
8383
activesupport (~> 3.0)
8484
colored (~> 1.2)
8585

0 commit comments

Comments
 (0)