Skip to content

Commit 7909d5f

Browse files
committed
Update cocoapods in Gemfile
1 parent 4ff4186 commit 7909d5f

File tree

2 files changed

+29
-27
lines changed

2 files changed

+29
-27
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# A sample Gemfile
22
source "https://rubygems.org"
33

4-
gem 'cocoapods'
4+
gem 'cocoapods', '1.1.0.rc.3'

Gemfile.lock

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,69 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (4.2.6)
4+
activesupport (4.2.7.1)
55
i18n (~> 0.7)
66
json (~> 1.7, >= 1.7.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10-
claide (1.0.0)
11-
cocoapods (1.0.1)
12-
activesupport (>= 4.0.2)
13-
claide (>= 1.0.0, < 2.0)
14-
cocoapods-core (= 1.0.1)
15-
cocoapods-deintegrate (>= 1.0.0, < 2.0)
16-
cocoapods-downloader (>= 1.0.0, < 2.0)
10+
claide (1.0.1)
11+
cocoapods (1.1.0.rc.3)
12+
activesupport (>= 4.0.2, < 5)
13+
claide (>= 1.0.1, < 2.0)
14+
cocoapods-core (= 1.1.0.rc.3)
15+
cocoapods-deintegrate (>= 1.0.1, < 2.0)
16+
cocoapods-downloader (>= 1.1.1, < 2.0)
1717
cocoapods-plugins (>= 1.0.0, < 2.0)
1818
cocoapods-search (>= 1.0.0, < 2.0)
1919
cocoapods-stats (>= 1.0.0, < 2.0)
20-
cocoapods-trunk (>= 1.0.0, < 2.0)
21-
cocoapods-try (>= 1.0.0, < 2.0)
20+
cocoapods-trunk (= 1.1.0.beta.1)
21+
cocoapods-try (>= 1.1.0, < 2.0)
2222
colored (~> 1.2)
2323
escape (~> 0.0.4)
24-
fourflusher (~> 0.3.0)
25-
molinillo (~> 0.4.5)
24+
fourflusher (~> 2.0)
25+
gh_inspector (~> 1.0)
26+
molinillo (~> 0.5.1)
2627
nap (~> 1.0)
27-
xcodeproj (>= 1.1.0, < 2.0)
28-
cocoapods-core (1.0.1)
29-
activesupport (>= 4.0.2)
28+
xcodeproj (>= 1.3.2, < 2.0)
29+
cocoapods-core (1.1.0.rc.3)
30+
activesupport (>= 4.0.2, < 5)
3031
fuzzy_match (~> 2.0.4)
3132
nap (~> 1.0)
32-
cocoapods-deintegrate (1.0.0)
33-
cocoapods-downloader (1.0.1)
33+
cocoapods-deintegrate (1.0.1)
34+
cocoapods-downloader (1.1.1)
3435
cocoapods-plugins (1.0.0)
3536
nap
3637
cocoapods-search (1.0.0)
3738
cocoapods-stats (1.0.0)
38-
cocoapods-trunk (1.0.0)
39+
cocoapods-trunk (1.1.0.beta.1)
3940
nap (>= 0.8, < 2.0)
4041
netrc (= 0.7.8)
41-
cocoapods-try (1.0.0)
42+
cocoapods-try (1.1.0)
4243
colored (1.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)
4749
json (1.8.3)
48-
minitest (5.9.0)
49-
molinillo (0.4.5)
50+
minitest (5.9.1)
51+
molinillo (0.5.1)
5052
nap (1.1.0)
5153
netrc (0.7.8)
5254
thread_safe (0.3.5)
5355
tzinfo (1.2.2)
5456
thread_safe (~> 0.1)
55-
xcodeproj (1.1.0)
57+
xcodeproj (1.3.2)
5658
activesupport (>= 3)
57-
claide (>= 1.0.0, < 2.0)
59+
claide (>= 1.0.1, < 2.0)
5860
colored (~> 1.2)
5961

6062
PLATFORMS
6163
ruby
6264

6365
DEPENDENCIES
64-
cocoapods
66+
cocoapods (= 1.1.0.rc.3)
6567

6668
BUNDLED WITH
67-
1.12.3
69+
1.13.1

0 commit comments

Comments
 (0)