update nanoc

This commit is contained in:
Lorin Werthen 2016-10-30 14:08:16 +01:00
parent e34630c56b
commit 744c12b3b7
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0
2 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
# frozen_string_literal: true # frozen_string_literal: true
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'nanoc', '4.3.5' gem 'nanoc', '4.3.7'
gem 'kramdown' gem 'kramdown'
gem 'coffee-script' gem 'coffee-script'
gem 'sass' gem 'sass'

View file

@ -3,7 +3,7 @@ GEM
specs: specs:
adsf (1.2.1) adsf (1.2.1)
rack (>= 1.0.0) rack (>= 1.0.0)
autoprefixer-rails (6.5.0.1) autoprefixer-rails (6.5.1.1)
execjs execjs
builder (3.2.2) builder (3.2.2)
coderay (1.1.1) coderay (1.1.1)
@ -45,28 +45,28 @@ 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.3.5) nanoc (4.3.7)
cri (~> 2.3) cri (~> 2.3)
hamster (~> 3.0) hamster (~> 3.0)
parallel (~> 1.9)
ref (~> 2.0) ref (~> 2.0)
nenv (0.3.0) nenv (0.3.0)
nokogiri (1.6.8) nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0) mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
notiffany (0.1.1) notiffany (0.1.1)
nenv (~> 0.1) nenv (~> 0.1)
shellany (~> 0.0) shellany (~> 0.0)
pkg-config (1.1.7) parallel (1.9.0)
pry (0.10.4) pry (0.10.4)
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.8.1) method_source (~> 0.8.1)
slop (~> 3.4) slop (~> 3.4)
rack (2.0.1) rack (2.0.1)
rb-fsevent (0.9.7) rb-fsevent (0.9.8)
rb-inotify (0.9.7) rb-inotify (0.9.7)
ffi (>= 0.5.0) ffi (>= 0.5.0)
ref (2.0.0) ref (2.0.0)
ruby_dep (1.4.0) ruby_dep (1.5.0)
sass (3.4.22) sass (3.4.22)
shellany (0.0.1) shellany (0.0.1)
slop (3.6.0) slop (3.6.0)
@ -88,7 +88,7 @@ DEPENDENCIES
highline highline
icalendar icalendar
kramdown kramdown
nanoc (= 4.3.5) nanoc (= 4.3.7)
sass sass
terminal-notifier-guard terminal-notifier-guard
w3c_validators w3c_validators