Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Commit 9853dce

Browse files
author
dzenbot
committed
Updates the GemFile to enable Travis CI
1 parent 9780adc commit 9853dce

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

Gemfile.lock

+31
Original file line numberDiff line numberDiff line change
@@ -40,26 +40,55 @@ GEM
4040
netrc (= 0.7.8)
4141
cocoapods-try (0.4.3)
4242
colored (1.2)
43+
coveralls (0.8.0)
44+
multi_json (~> 1.10)
45+
rest-client (>= 1.6.8, < 2)
46+
simplecov (~> 0.9.1)
47+
term-ansicolor (~> 1.3)
48+
thor (~> 0.19.1)
49+
docile (1.1.5)
50+
domain_name (0.5.24)
51+
unf (>= 0.0.5, < 1.0.0)
4352
escape (0.0.4)
4453
fuzzy_match (2.0.4)
54+
http-cookie (1.0.2)
55+
domain_name (~> 0.5)
4556
i18n (0.7.0)
4657
json (1.8.2)
58+
mime-types (2.4.3)
4759
mini_portile (0.6.0)
4860
minitest (5.6.0)
4961
molinillo (0.2.3)
62+
multi_json (1.11.0)
5063
nap (0.8.0)
5164
netrc (0.7.8)
5265
nokogiri (1.6.3.1)
5366
mini_portile (= 0.6.0)
5467
open4 (1.3.4)
5568
rake (10.4.2)
69+
rest-client (1.8.0)
70+
http-cookie (>= 1.0.2, < 2.0)
71+
mime-types (>= 1.16, < 3.0)
72+
netrc (~> 0.7)
73+
simplecov (0.9.2)
74+
docile (~> 1.1.0)
75+
multi_json (~> 1.0)
76+
simplecov-html (~> 0.9.0)
77+
simplecov-html (0.9.0)
5678
slather (1.7.0)
5779
clamp (~> 0.6)
5880
nokogiri (~> 1.6.3)
5981
xcodeproj (~> 0.23.0)
82+
term-ansicolor (1.3.0)
83+
tins (~> 1.0)
84+
thor (0.19.1)
6085
thread_safe (0.3.5)
86+
tins (1.3.5)
6187
tzinfo (1.2.2)
6288
thread_safe (~> 0.1)
89+
unf (0.1.4)
90+
unf_ext
91+
unf_ext (0.0.7.1)
6392
xcodeproj (0.23.1)
6493
activesupport (>= 3)
6594
colored (~> 1.2)
@@ -74,5 +103,7 @@ PLATFORMS
74103
DEPENDENCIES
75104
cocoapods (>= 0.35.0)
76105
cocoapods-coverage (>= 0.2.0)
106+
coveralls
77107
nokogiri (= 1.6.3.1)
108+
slather (~> 1.7.0)
78109
xcpretty

0 commit comments

Comments
 (0)