Skip to content

Commit c52479b

Browse files
committed
Use CocoaPods ~> 1.1
1 parent 91f68f0 commit c52479b

File tree

2 files changed

+29
-26
lines changed

2 files changed

+29
-26
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source 'https://rubygems.org'
22
ruby '~> 2.3'
33

4-
gem 'cocoapods', '~> 1.0'
4+
gem 'cocoapods', '~> 1.1'

Gemfile.lock

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,72 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (5.0.0.1)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
4+
activesupport (4.2.7.1)
65
i18n (~> 0.7)
6+
json (~> 1.7, >= 1.7.7)
77
minitest (~> 5.1)
8+
thread_safe (~> 0.3, >= 0.3.4)
89
tzinfo (~> 1.1)
9-
claide (1.0.0)
10-
cocoapods (1.0.1)
11-
activesupport (>= 4.0.2)
12-
claide (>= 1.0.0, < 2.0)
13-
cocoapods-core (= 1.0.1)
14-
cocoapods-deintegrate (>= 1.0.0, < 2.0)
15-
cocoapods-downloader (>= 1.0.0, < 2.0)
10+
claide (1.0.1)
11+
cocoapods (1.1.1)
12+
activesupport (>= 4.0.2, < 5)
13+
claide (>= 1.0.1, < 2.0)
14+
cocoapods-core (= 1.1.1)
15+
cocoapods-deintegrate (>= 1.0.1, < 2.0)
16+
cocoapods-downloader (>= 1.1.2, < 2.0)
1617
cocoapods-plugins (>= 1.0.0, < 2.0)
1718
cocoapods-search (>= 1.0.0, < 2.0)
1819
cocoapods-stats (>= 1.0.0, < 2.0)
19-
cocoapods-trunk (>= 1.0.0, < 2.0)
20-
cocoapods-try (>= 1.0.0, < 2.0)
20+
cocoapods-trunk (>= 1.1.1, < 2.0)
21+
cocoapods-try (>= 1.1.0, < 2.0)
2122
colored (~> 1.2)
2223
escape (~> 0.0.4)
23-
fourflusher (~> 0.3.0)
24-
molinillo (~> 0.4.5)
24+
fourflusher (~> 2.0.1)
25+
gh_inspector (~> 1.0)
26+
molinillo (~> 0.5.1)
2527
nap (~> 1.0)
26-
xcodeproj (>= 1.1.0, < 2.0)
27-
cocoapods-core (1.0.1)
28-
activesupport (>= 4.0.2)
28+
xcodeproj (>= 1.3.3, < 2.0)
29+
cocoapods-core (1.1.1)
30+
activesupport (>= 4.0.2, < 5)
2931
fuzzy_match (~> 2.0.4)
3032
nap (~> 1.0)
3133
cocoapods-deintegrate (1.0.1)
32-
cocoapods-downloader (1.1.1)
34+
cocoapods-downloader (1.1.2)
3335
cocoapods-plugins (1.0.0)
3436
nap
3537
cocoapods-search (1.0.0)
3638
cocoapods-stats (1.0.0)
37-
cocoapods-trunk (1.0.0)
39+
cocoapods-trunk (1.1.1)
3840
nap (>= 0.8, < 2.0)
3941
netrc (= 0.7.8)
4042
cocoapods-try (1.1.0)
4143
colored (1.2)
42-
concurrent-ruby (1.0.2)
4344
escape (0.0.4)
44-
fourflusher (0.3.2)
45+
fourflusher (2.0.1)
4546
fuzzy_match (2.0.4)
47+
gh_inspector (1.0.2)
4648
i18n (0.7.0)
49+
json (1.8.3)
4750
minitest (5.9.1)
48-
molinillo (0.4.5)
51+
molinillo (0.5.2)
4952
nap (1.1.0)
5053
netrc (0.7.8)
5154
thread_safe (0.3.5)
5255
tzinfo (1.2.2)
5356
thread_safe (~> 0.1)
54-
xcodeproj (1.3.1)
57+
xcodeproj (1.3.3)
5558
activesupport (>= 3)
56-
claide (>= 1.0.0, < 2.0)
59+
claide (>= 1.0.1, < 2.0)
5760
colored (~> 1.2)
5861

5962
PLATFORMS
6063
ruby
6164

6265
DEPENDENCIES
63-
cocoapods (~> 1.0)
66+
cocoapods (~> 1.1)
6467

6568
RUBY VERSION
6669
ruby 2.3.1p112
6770

6871
BUNDLED WITH
69-
1.13.1
72+
1.13.3

0 commit comments

Comments
 (0)