Skip to content

Commit 5212432

Browse files
author
Joshua Kalpin
committed
[Bundle] Update
1 parent 16b15ee commit 5212432

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

Gemfile.lock

+14-10
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GIT
1818
PATH
1919
remote: .
2020
specs:
21-
cocoapods-core (0.27.1)
21+
cocoapods-core (0.28.0)
2222
activesupport (>= 3.2.15, < 4)
2323
fuzzy_match (~> 2.0.4)
2424
json (~> 1.8)
@@ -33,13 +33,14 @@ GEM
3333
ast (1.1.0)
3434
awesome_print (1.2.0)
3535
bacon (1.2.0)
36-
coderay (1.0.9)
36+
coderay (1.1.0)
3737
coveralls (0.7.0)
3838
multi_json (~> 1.3)
3939
rest-client
4040
simplecov (>= 0.7)
4141
term-ansicolor
4242
thor
43+
docile (1.1.0)
4344
ffi (1.9.3)
4445
fuzzy_match (2.0.4)
4546
github-markup (0.7.5)
@@ -49,6 +50,7 @@ GEM
4950
rb-fsevent (>= 0.9.3)
5051
rb-inotify (>= 0.9)
5152
rb-kqueue (>= 0.2)
53+
lockfile (2.1.0)
5254
metaclass (0.0.1)
5355
method_source (0.8.2)
5456
mime-types (1.25)
@@ -64,8 +66,8 @@ GEM
6466
slop (~> 3.4, >= 3.4.5)
6567
posix-spawn (0.3.6)
6668
powerpack (0.0.9)
67-
pry (0.9.12.2)
68-
coderay (~> 1.0.5)
69+
pry (0.9.12.3)
70+
coderay (~> 1.0)
6971
method_source (~> 0.8)
7072
slop (~> 3.4)
7173
pygments.rb (0.5.4)
@@ -85,15 +87,17 @@ GEM
8587
parser (~> 2.0)
8688
powerpack (~> 0.0.6)
8789
rainbow (>= 1.1.4)
88-
simplecov (0.7.1)
89-
multi_json (~> 1.0)
90-
simplecov-html (~> 0.7.1)
91-
simplecov-html (0.7.1)
92-
slop (3.4.6)
90+
simplecov (0.8.1)
91+
docile (~> 1.1.0)
92+
lockfile (>= 2.1.0)
93+
multi_json
94+
simplecov-html (~> 0.8.0)
95+
simplecov-html (0.8.0)
96+
slop (3.4.7)
9397
term-ansicolor (1.2.2)
9498
tins (~> 0.8)
9599
thor (0.18.1)
96-
tins (0.12.0)
100+
tins (0.13.1)
97101
yajl-ruby (1.1.0)
98102
yard (0.8.7.3)
99103

0 commit comments

Comments
 (0)