1
Fork 0

Update jekyll

This commit is contained in:
Jan-Erik Rediger 2015-01-06 21:03:59 +01:00
parent d960daa824
commit c15aef7748
2 changed files with 57 additions and 25 deletions

View file

@ -1,5 +1,5 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem "jekyll", "~>1.0.0" gem "jekyll", "~>2.5.3"
gem "coderay", "~>1.0.0" gem "coderay", "~>1.0.0"
gem "kramdown" gem "kramdown"

View file

@ -1,35 +1,67 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
classifier (1.3.3) blankslate (2.1.2.4)
fast-stemmer (>= 1.0.0) celluloid (0.16.0)
timers (~> 4.0.0)
classifier-reborn (2.0.3)
fast-stemmer (~> 1.0)
coderay (1.0.8) coderay (1.0.8)
coffee-script (2.3.0)
coffee-script-source
execjs
coffee-script-source (1.8.0)
colorator (0.1) colorator (0.1)
commander (4.1.3) execjs (2.2.2)
highline (~> 1.6.11)
directory_watcher (1.4.1)
fast-stemmer (1.0.2) fast-stemmer (1.0.2)
highline (1.6.15) ffi (1.9.6)
jekyll (1.0.0) hitimes (1.2.2)
classifier (~> 1.3) jekyll (2.5.3)
classifier-reborn (~> 2.0)
colorator (~> 0.1) colorator (~> 0.1)
commander (~> 4.1.3) jekyll-coffeescript (~> 1.0)
directory_watcher (~> 1.4.1) jekyll-gist (~> 1.0)
kramdown (~> 0.14) jekyll-paginate (~> 1.0)
liquid (~> 2.3) jekyll-sass-converter (~> 1.0)
maruku (~> 0.5) jekyll-watch (~> 1.1)
pygments.rb (~> 0.4.2) kramdown (~> 1.3)
safe_yaml (~> 0.7.0) liquid (~> 2.6.1)
kramdown (0.14.2) mercenary (~> 0.3.3)
liquid (2.5.0) pygments.rb (~> 0.6.0)
maruku (0.6.1) redcarpet (~> 3.1)
syntax (>= 1.0.0) safe_yaml (~> 1.0)
posix-spawn (0.3.6) toml (~> 0.1.0)
pygments.rb (0.4.2) jekyll-coffeescript (1.0.1)
coffee-script (~> 2.2)
jekyll-gist (1.1.0)
jekyll-paginate (1.1.0)
jekyll-sass-converter (1.3.0)
sass (~> 3.2)
jekyll-watch (1.2.0)
listen (~> 2.7)
kramdown (1.5.0)
liquid (2.6.1)
listen (2.8.4)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
mercenary (0.3.5)
parslet (1.5.0)
blankslate (~> 2.0)
posix-spawn (0.3.9)
pygments.rb (0.6.0)
posix-spawn (~> 0.3.6) posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0) yajl-ruby (~> 1.1.0)
safe_yaml (0.7.1) rb-fsevent (0.9.4)
syntax (1.0.0) rb-inotify (0.9.5)
ffi (>= 0.5.0)
redcarpet (3.2.2)
safe_yaml (1.0.4)
sass (3.4.9)
timers (4.0.1)
hitimes
toml (0.1.2)
parslet (~> 1.5.0)
yajl-ruby (1.1.0) yajl-ruby (1.1.0)
PLATFORMS PLATFORMS
@ -37,5 +69,5 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
coderay (~> 1.0.0) coderay (~> 1.0.0)
jekyll (~> 1.0.0) jekyll (~> 2.5.3)
kramdown kramdown