Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 3d473db

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent f6e90a3 commit 3d473db

19 files changed

+17
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ group :development do
2020
end
2121

2222
group :test do
23-
gem 'html-proofer'
23+
gem 'html-proofer', '~> 2.5'
2424
end

Gemfile.lock

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4+
addressable (2.3.8)
45
adsf (1.2.0)
56
rack (>= 1.0.0)
67
builder (3.2.2)
@@ -11,10 +12,10 @@ GEM
1112
cri (2.6.1)
1213
colored (~> 1.2)
1314
daemons (1.1.9)
14-
ethon (0.7.0)
15+
ethon (0.7.4)
1516
ffi (>= 1.3.0)
1617
eventmachine (1.0.3)
17-
ffi (1.9.3)
18+
ffi (1.9.10)
1819
formatador (0.2.5)
1920
fssm (0.2.10)
2021
guard (2.6.1)
@@ -26,26 +27,29 @@ GEM
2627
guard-nanoc (1.0.2)
2728
guard (>= 1.8.0)
2829
nanoc (>= 3.6.3)
29-
html-proofer (0.7.1)
30+
html-proofer (2.5.0)
31+
addressable (~> 2.3)
3032
colored (~> 1.2)
3133
mercenary (~> 0.3.2)
32-
nokogiri (~> 1.6.0)
33-
typhoeus (~> 0.6.7)
34+
nokogiri (~> 1.5)
35+
parallel (~> 1.3)
36+
typhoeus (~> 0.7)
3437
yell (~> 2.0)
3538
kramdown (0.13.8)
3639
listen (2.7.9)
3740
celluloid (>= 0.15.2)
3841
rb-fsevent (>= 0.9.3)
3942
rb-inotify (>= 0.9)
4043
lumberjack (1.0.9)
41-
mercenary (0.3.3)
44+
mercenary (0.3.5)
4245
method_source (0.8.2)
4346
mime-types (1.25.1)
44-
mini_portile (0.6.0)
47+
mini_portile (0.6.2)
4548
nanoc (3.7.1)
4649
cri (~> 2.3)
47-
nokogiri (1.6.2.1)
48-
mini_portile (= 0.6.0)
50+
nokogiri (1.6.6.2)
51+
mini_portile (~> 0.6.0)
52+
parallel (1.6.1)
4953
pry (0.10.0)
5054
coderay (~> 1.1.0)
5155
method_source (~> 0.8.1)
@@ -63,10 +67,10 @@ GEM
6367
rack (>= 1.0.0)
6468
thor (0.19.1)
6569
timers (1.1.0)
66-
typhoeus (0.6.8)
67-
ethon (>= 0.7.0)
70+
typhoeus (0.7.3)
71+
ethon (>= 0.7.4)
6872
yajl-ruby (0.8.3)
69-
yell (2.0.4)
73+
yell (2.0.5)
7074

7175
PLATFORMS
7276
ruby

vendor/cache/addressable-2.3.8.gem

97.5 KB
Binary file not shown.

vendor/cache/ethon-0.7.0.gem

-50.5 KB
Binary file not shown.

vendor/cache/ethon-0.7.4.gem

53 KB
Binary file not shown.

vendor/cache/ffi-1.9.10.gem

861 KB
Binary file not shown.

vendor/cache/ffi-1.9.3.gem

-845 KB
Binary file not shown.
-346 KB
Binary file not shown.
459 KB
Binary file not shown.

vendor/cache/mercenary-0.3.3.gem

-16 KB
Binary file not shown.

0 commit comments

Comments
 (0)