closes #20
This commit is contained in:
parent
0a64d063b8
commit
17eea6e71b
2 changed files with 5 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -3,7 +3,7 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
# gem 'nanoc', git: 'https://github.com/werthen/nanoc.git', branch: 'add-resources-to-ilinks-check'
|
# gem 'nanoc', git: 'https://github.com/werthen/nanoc.git', branch: 'add-resources-to-ilinks-check'
|
||||||
gem 'nanoc', '4.2.3'
|
gem 'nanoc', '4.2.4'
|
||||||
gem 'kramdown'
|
gem 'kramdown'
|
||||||
gem 'coffee-script'
|
gem 'coffee-script'
|
||||||
# Needed for relativize_urls
|
# Needed for relativize_urls
|
||||||
|
|
|
@ -40,9 +40,10 @@ GEM
|
||||||
lumberjack (1.0.10)
|
lumberjack (1.0.10)
|
||||||
method_source (0.8.2)
|
method_source (0.8.2)
|
||||||
mini_portile2 (2.1.0)
|
mini_portile2 (2.1.0)
|
||||||
nanoc (4.2.3)
|
nanoc (4.2.4)
|
||||||
cri (~> 2.3)
|
cri (~> 2.3)
|
||||||
hamster (~> 3.0)
|
hamster (~> 3.0)
|
||||||
|
ref (~> 2.0)
|
||||||
nenv (0.3.0)
|
nenv (0.3.0)
|
||||||
nokogiri (1.6.8)
|
nokogiri (1.6.8)
|
||||||
mini_portile2 (~> 2.1.0)
|
mini_portile2 (~> 2.1.0)
|
||||||
|
@ -59,6 +60,7 @@ GEM
|
||||||
rb-fsevent (0.9.7)
|
rb-fsevent (0.9.7)
|
||||||
rb-inotify (0.9.7)
|
rb-inotify (0.9.7)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
|
ref (2.0.0)
|
||||||
ruby_dep (1.3.1)
|
ruby_dep (1.3.1)
|
||||||
sass (3.4.22)
|
sass (3.4.22)
|
||||||
shellany (0.0.1)
|
shellany (0.0.1)
|
||||||
|
@ -76,7 +78,7 @@ DEPENDENCIES
|
||||||
coffee-script
|
coffee-script
|
||||||
guard-nanoc
|
guard-nanoc
|
||||||
kramdown
|
kramdown
|
||||||
nanoc (= 4.2.3)
|
nanoc (= 4.2.4)
|
||||||
nokogiri
|
nokogiri
|
||||||
sass
|
sass
|
||||||
w3c_validators
|
w3c_validators
|
||||||
|
|
Loading…
Reference in a new issue