Skip to content

Commit 271baca

Browse files
josepjaumeJosep M. Bach
authored andcommitted
Update Gemfile.lock
1 parent 52a6133 commit 271baca

File tree

1 file changed

+53
-37
lines changed

1 file changed

+53
-37
lines changed

Gemfile.lock

Lines changed: 53 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
GIT
22
remote: git://github.com/rubyworks/yard-tomdoc
3-
revision: caee83fb8b068fef81068e00dc8d1245354536f1
3+
revision: e4b09dcd574718bda91d0f956b4dd83246bda273
44
specs:
5-
yard-tomdoc (0.5.0)
6-
tomparse
5+
yard-tomdoc (0.7.1)
6+
tomparse (>= 0.4.0)
77
yard
88

99
PATH
@@ -12,66 +12,82 @@ PATH
1212
hyperclient (0.3.2)
1313
faraday (~> 0.8)
1414
faraday_middleware (~> 0.9)
15+
futuroscope (>= 0.0.10)
1516
net-http-digest_auth (~> 1.2)
1617
uri_template (~> 0.5)
1718

1819
GEM
1920
remote: https://rubygems.org/
2021
specs:
21-
addressable (2.2.8)
22-
ansi (1.4.2)
23-
coderay (1.0.6)
22+
addressable (2.3.4)
23+
ansi (1.4.3)
24+
coderay (1.0.9)
2425
colorize (0.5.8)
25-
crack (0.3.1)
26+
crack (0.3.2)
2627
faraday (0.8.8)
2728
multipart-post (~> 1.2.0)
2829
faraday_middleware (0.9.0)
2930
faraday (>= 0.7.4, < 0.9)
30-
ffi (1.0.11)
31-
gherkin-ruby (0.2.1)
31+
ffi (1.8.1)
32+
formatador (0.2.4)
33+
futuroscope (0.1.6)
34+
gherkin-ruby (0.3.0)
3235
growl (1.0.3)
33-
guard (1.0.3)
34-
ffi (>= 0.5.0)
36+
guard (1.8.0)
37+
formatador (>= 0.2.4)
38+
listen (>= 1.0.0)
39+
lumberjack (>= 1.0.2)
40+
pry (>= 0.9.10)
3541
thor (>= 0.14.6)
3642
guard-minitest (0.5.0)
3743
guard (>= 0.4)
38-
guard-spinach (0.0.1.1)
39-
guard
44+
guard-spinach (0.0.2)
45+
guard (>= 1.1)
4046
spinach
47+
listen (1.0.3)
48+
rb-fsevent (>= 0.9.3)
49+
rb-inotify (>= 0.9)
50+
rb-kqueue (>= 0.2)
51+
lumberjack (1.0.3)
4152
metaclass (0.0.1)
42-
method_source (0.7.1)
53+
method_source (0.8.1)
4354
minitest (3.4.0)
44-
mocha (0.13.1)
55+
mocha (0.13.3)
4556
metaclass (~> 0.0.1)
46-
multi_json (1.3.6)
57+
multi_json (1.7.2)
4758
multipart-post (1.2.0)
48-
net-http-digest_auth (1.2.1)
49-
pry (0.9.9.6)
59+
net-http-digest_auth (1.4)
60+
pry (0.9.12.1)
5061
coderay (~> 1.0.5)
51-
method_source (~> 0.7.1)
52-
slop (>= 2.4.4, < 3)
53-
rack (1.4.1)
62+
method_source (~> 0.8)
63+
slop (~> 3.4)
64+
rack (1.5.2)
5465
rack-test (0.6.2)
5566
rack (>= 1.0)
56-
rake (0.9.2.2)
57-
redcarpet (2.1.1)
58-
simplecov (0.6.4)
67+
rake (10.0.4)
68+
rb-fsevent (0.9.3)
69+
rb-inotify (0.9.0)
70+
ffi (>= 0.5.0)
71+
rb-kqueue (0.2.0)
72+
ffi (>= 0.5.0)
73+
redcarpet (2.2.2)
74+
simplecov (0.7.1)
5975
multi_json (~> 1.0)
60-
simplecov-html (~> 0.5.3)
61-
simplecov-html (0.5.3)
62-
slop (2.4.4)
63-
spinach (0.7.0)
64-
colorize
65-
gherkin-ruby (~> 0.2.0)
66-
thor (0.15.2)
67-
tomparse (0.2.1)
68-
turn (0.9.5)
76+
simplecov-html (~> 0.7.1)
77+
simplecov-html (0.7.1)
78+
slop (3.4.4)
79+
spinach (0.8.2)
80+
colorize (= 0.5.8)
81+
gherkin-ruby (~> 0.3.0)
82+
thor (0.18.1)
83+
tomparse (0.4.2)
84+
turn (0.9.6)
6985
ansi
70-
uri_template (0.5.1)
71-
webmock (1.8.7)
86+
uri_template (0.6.0)
87+
webmock (1.11.0)
7288
addressable (>= 2.2.7)
73-
crack (>= 0.1.7)
74-
yard (0.8.2.1)
89+
crack (>= 0.3.2)
90+
yard (0.8.6.1)
7591

7692
PLATFORMS
7793
ruby

0 commit comments

Comments
 (0)