Skip to content

Commit d74acf9

Browse files
authored
Merge pull request #12 from jtreanor/jtreanor/update_cocoapods
Update CocoaPods to 1.5.3
2 parents 01e4c83 + 31fe49a commit d74acf9

File tree

1 file changed

+29
-27
lines changed

1 file changed

+29
-27
lines changed

Gemfile.lock

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,60 +7,61 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
CFPropertyList (2.3.4)
11-
activesupport (4.2.7.1)
10+
CFPropertyList (3.0.0)
11+
activesupport (4.2.10)
1212
i18n (~> 0.7)
13-
json (~> 1.7, >= 1.7.7)
1413
minitest (~> 5.1)
1514
thread_safe (~> 0.3, >= 0.3.4)
1615
tzinfo (~> 1.1)
16+
atomos (0.1.2)
1717
claide (1.0.2)
18-
cocoapods (1.3.1)
18+
cocoapods (1.5.3)
1919
activesupport (>= 4.0.2, < 5)
2020
claide (>= 1.0.2, < 2.0)
21-
cocoapods-core (= 1.3.1)
22-
cocoapods-deintegrate (>= 1.0.1, < 2.0)
23-
cocoapods-downloader (>= 1.1.3, < 2.0)
21+
cocoapods-core (= 1.5.3)
22+
cocoapods-deintegrate (>= 1.0.2, < 2.0)
23+
cocoapods-downloader (>= 1.2.0, < 2.0)
2424
cocoapods-plugins (>= 1.0.0, < 2.0)
2525
cocoapods-search (>= 1.0.0, < 2.0)
2626
cocoapods-stats (>= 1.0.0, < 2.0)
27-
cocoapods-trunk (>= 1.2.0, < 2.0)
27+
cocoapods-trunk (>= 1.3.0, < 2.0)
2828
cocoapods-try (>= 1.1.0, < 2.0)
2929
colored2 (~> 3.1)
3030
escape (~> 0.0.4)
3131
fourflusher (~> 2.0.1)
3232
gh_inspector (~> 1.0)
33-
molinillo (~> 0.5.7)
33+
molinillo (~> 0.6.5)
3434
nap (~> 1.0)
3535
ruby-macho (~> 1.1)
36-
xcodeproj (>= 1.5.1, < 2.0)
37-
cocoapods-core (1.3.1)
36+
xcodeproj (>= 1.5.7, < 2.0)
37+
cocoapods-core (1.5.3)
3838
activesupport (>= 4.0.2, < 6)
3939
fuzzy_match (~> 2.0.4)
4040
nap (~> 1.0)
41-
cocoapods-deintegrate (1.0.1)
42-
cocoapods-downloader (1.1.3)
41+
cocoapods-deintegrate (1.0.2)
42+
cocoapods-downloader (1.2.1)
4343
cocoapods-plugins (1.0.0)
4444
nap
4545
cocoapods-search (1.0.0)
4646
cocoapods-stats (1.0.0)
47-
cocoapods-trunk (1.2.0)
47+
cocoapods-trunk (1.3.0)
4848
nap (>= 0.8, < 2.0)
49-
netrc (= 0.7.8)
49+
netrc (~> 0.11)
5050
cocoapods-try (1.1.0)
5151
colored2 (3.1.2)
52+
concurrent-ruby (1.0.5)
5253
diff-lcs (1.3)
5354
escape (0.0.4)
5455
fourflusher (2.0.1)
5556
fuzzy_match (2.0.4)
56-
gh_inspector (1.0.2)
57-
i18n (0.8.1)
58-
json (1.8.3)
59-
minitest (5.9.1)
60-
molinillo (0.5.7)
61-
nanaimo (0.2.3)
57+
gh_inspector (1.1.3)
58+
i18n (0.9.5)
59+
concurrent-ruby (~> 1.0)
60+
minitest (5.11.3)
61+
molinillo (0.6.5)
62+
nanaimo (0.2.5)
6263
nap (1.1.0)
63-
netrc (0.7.8)
64+
netrc (0.11.0)
6465
rspec (3.6.0)
6566
rspec-core (~> 3.6.0)
6667
rspec-expectations (~> 3.6.0)
@@ -77,14 +78,15 @@ GEM
7778
rspec_junit_formatter (0.3.0)
7879
rspec-core (>= 2, < 4, != 2.12.0)
7980
ruby-macho (1.1.0)
80-
thread_safe (0.3.5)
81-
tzinfo (1.2.2)
81+
thread_safe (0.3.6)
82+
tzinfo (1.2.5)
8283
thread_safe (~> 0.1)
83-
xcodeproj (1.5.1)
84-
CFPropertyList (~> 2.3.3)
84+
xcodeproj (1.5.9)
85+
CFPropertyList (>= 2.3.3, < 4.0)
86+
atomos (~> 0.1.2)
8587
claide (>= 1.0.2, < 2.0)
8688
colored2 (~> 3.1)
87-
nanaimo (~> 0.2.3)
89+
nanaimo (~> 0.2.5)
8890

8991
PLATFORMS
9092
ruby

0 commit comments

Comments
 (0)