mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Config - Update to jekyll 3.6.3
This commit is contained in:
parent
8df8364c81
commit
be56cf72ae
2 changed files with 47 additions and 34 deletions
2
Gemfile
2
Gemfile
|
@ -16,7 +16,7 @@ group :development do
|
|||
gem 'ffi-icu'
|
||||
## When we upgrade to Jekyll 3.0.0 or higher, remove
|
||||
## _plugin/remove-html-extension.rb
|
||||
gem 'jekyll', '~>3.0'
|
||||
gem 'jekyll', '~>3.6.3'
|
||||
gem 'json', '>=1.9'
|
||||
gem 'less', '2.4.0'
|
||||
gem 'kramdown'
|
||||
|
|
79
Gemfile.lock
79
Gemfile.lock
|
@ -2,16 +2,18 @@ GEM
|
|||
remote: https://rubygems.org/
|
||||
specs:
|
||||
RedCloth (4.3.2)
|
||||
addressable (2.4.0)
|
||||
colorator (0.1)
|
||||
addressable (2.5.2)
|
||||
public_suffix (>= 2.0.2, < 4.0)
|
||||
colorator (1.1.0)
|
||||
colored (1.2)
|
||||
commonjs (0.2.7)
|
||||
ethon (0.8.0)
|
||||
ethon (0.11.0)
|
||||
ffi (>= 1.3.0)
|
||||
execjs (2.6.0)
|
||||
ffi (1.9.24)
|
||||
execjs (2.7.0)
|
||||
ffi (1.9.25)
|
||||
ffi-icu (0.1.10)
|
||||
ffi (~> 1.0, >= 1.0.9)
|
||||
forwardable-extended (2.6.0)
|
||||
html-proofer (2.1.0)
|
||||
addressable (~> 2.3)
|
||||
colored (~> 1.2)
|
||||
|
@ -20,54 +22,65 @@ GEM
|
|||
parallel (~> 1.3)
|
||||
typhoeus (~> 0.7)
|
||||
yell (~> 2.0)
|
||||
jekyll (3.0.1)
|
||||
colorator (~> 0.1)
|
||||
jekyll (3.6.3)
|
||||
addressable (~> 2.4)
|
||||
colorator (~> 1.0)
|
||||
jekyll-sass-converter (~> 1.0)
|
||||
jekyll-watch (~> 1.1)
|
||||
kramdown (~> 1.3)
|
||||
liquid (~> 3.0)
|
||||
kramdown (~> 1.14)
|
||||
liquid (~> 4.0)
|
||||
mercenary (~> 0.3.3)
|
||||
rouge (~> 1.7)
|
||||
pathutil (~> 0.9)
|
||||
rouge (>= 1.7, < 3)
|
||||
safe_yaml (~> 1.0)
|
||||
jekyll-sass-converter (1.4.0)
|
||||
jekyll-sass-converter (1.5.2)
|
||||
sass (~> 3.4)
|
||||
jekyll-watch (1.3.0)
|
||||
jekyll-watch (1.5.1)
|
||||
listen (~> 3.0)
|
||||
jshintrb (0.3.0)
|
||||
execjs
|
||||
multi_json (>= 1.3)
|
||||
rake
|
||||
json (2.1.0)
|
||||
json-schema (2.8.0)
|
||||
json-schema (2.8.1)
|
||||
addressable (>= 2.4)
|
||||
kramdown (1.9.0)
|
||||
kramdown (1.17.0)
|
||||
less (2.4.0)
|
||||
commonjs (~> 0.2.7)
|
||||
libv8 (3.16.14.19)
|
||||
liquid (3.0.6)
|
||||
listen (3.0.5)
|
||||
rb-fsevent (>= 0.9.3)
|
||||
rb-inotify (>= 0.9)
|
||||
mercenary (0.3.5)
|
||||
mini_portile2 (2.3.0)
|
||||
multi_json (1.11.2)
|
||||
nokogiri (1.8.2)
|
||||
mini_portile2 (~> 2.3.0)
|
||||
parallel (1.6.1)
|
||||
rake (10.4.2)
|
||||
rb-fsevent (0.9.7)
|
||||
rb-inotify (0.9.5)
|
||||
ffi (>= 0.5.0)
|
||||
liquid (4.0.1)
|
||||
listen (3.1.5)
|
||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||
rb-inotify (~> 0.9, >= 0.9.7)
|
||||
ruby_dep (~> 1.2)
|
||||
mercenary (0.3.6)
|
||||
mini_portile2 (2.4.0)
|
||||
multi_json (1.13.1)
|
||||
nokogiri (1.9.1)
|
||||
mini_portile2 (~> 2.4.0)
|
||||
parallel (1.12.1)
|
||||
pathutil (0.16.2)
|
||||
forwardable-extended (~> 2.6)
|
||||
public_suffix (3.0.3)
|
||||
rake (12.3.2)
|
||||
rb-fsevent (0.10.3)
|
||||
rb-inotify (0.10.0)
|
||||
ffi (~> 1.0)
|
||||
ref (2.0.0)
|
||||
rouge (1.10.1)
|
||||
rouge (2.2.1)
|
||||
ruby_dep (1.5.0)
|
||||
safe_yaml (1.0.4)
|
||||
sass (3.4.20)
|
||||
sass (3.7.2)
|
||||
sass-listen (~> 4.0.0)
|
||||
sass-listen (4.0.0)
|
||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||
rb-inotify (~> 0.9, >= 0.9.7)
|
||||
therubyracer (0.12.3)
|
||||
libv8 (~> 3.16.14.15)
|
||||
ref
|
||||
typhoeus (0.8.0)
|
||||
ethon (>= 0.8.0)
|
||||
yell (2.0.5)
|
||||
yell (2.0.7)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
@ -76,7 +89,7 @@ DEPENDENCIES
|
|||
RedCloth
|
||||
ffi-icu
|
||||
html-proofer (= 2.1.0)
|
||||
jekyll (~> 3.0)
|
||||
jekyll (~> 3.6.3)
|
||||
jshintrb (~> 0.3.0)
|
||||
json (>= 1.9)
|
||||
json-schema
|
||||
|
@ -89,4 +102,4 @@ RUBY VERSION
|
|||
ruby 2.5.0p0
|
||||
|
||||
BUNDLED WITH
|
||||
1.16.1
|
||||
1.16.6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue