mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Upgrade to Jekyll 4.0.0 (#10202)
This commit is contained in:
parent
9c42cdf9d8
commit
7655c66c06
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,6 +6,7 @@
|
|||||||
public
|
public
|
||||||
source/_stash
|
source/_stash
|
||||||
source/stylesheets/screen.css
|
source/stylesheets/screen.css
|
||||||
|
source/.jekyll-cache/
|
||||||
vendor
|
vendor
|
||||||
node_modules
|
node_modules
|
||||||
source/.jekyll-metadata
|
source/.jekyll-metadata
|
||||||
|
6
Gemfile
6
Gemfile
@ -3,8 +3,8 @@ source "https://rubygems.org"
|
|||||||
ruby "> 2.5.0"
|
ruby "> 2.5.0"
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'rake', '12.3.2'
|
gem 'rake', '12.3.3'
|
||||||
gem 'jekyll', '3.8.6'
|
gem 'jekyll', '4.0.0'
|
||||||
gem 'compass', '1.0.3'
|
gem 'compass', '1.0.3'
|
||||||
gem 'sass-globbing', '1.1.5'
|
gem 'sass-globbing', '1.1.5'
|
||||||
gem 'stringex', '2.8.5'
|
gem 'stringex', '2.8.5'
|
||||||
@ -18,5 +18,5 @@ group :jekyll_plugins do
|
|||||||
gem 'jekyll-commonmark-ghpages', '0.1.6'
|
gem 'jekyll-commonmark-ghpages', '0.1.6'
|
||||||
end
|
end
|
||||||
|
|
||||||
gem 'sinatra', '2.0.5'
|
gem 'sinatra', '2.0.6'
|
||||||
gem 'nokogiri', '1.10.3'
|
gem 'nokogiri', '1.10.3'
|
||||||
|
43
Gemfile.lock
43
Gemfile.lock
@ -27,21 +27,23 @@ GEM
|
|||||||
ffi (1.11.1)
|
ffi (1.11.1)
|
||||||
forwardable-extended (2.6.0)
|
forwardable-extended (2.6.0)
|
||||||
http_parser.rb (0.6.0)
|
http_parser.rb (0.6.0)
|
||||||
i18n (0.9.5)
|
i18n (1.6.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
jekyll (3.8.6)
|
jekyll (4.0.0)
|
||||||
addressable (~> 2.4)
|
addressable (~> 2.4)
|
||||||
colorator (~> 1.0)
|
colorator (~> 1.0)
|
||||||
em-websocket (~> 0.5)
|
em-websocket (~> 0.5)
|
||||||
i18n (~> 0.7)
|
i18n (>= 0.9.5, < 2)
|
||||||
jekyll-sass-converter (~> 1.0)
|
jekyll-sass-converter (~> 2.0)
|
||||||
jekyll-watch (~> 2.0)
|
jekyll-watch (~> 2.0)
|
||||||
kramdown (~> 1.14)
|
kramdown (~> 2.1)
|
||||||
|
kramdown-parser-gfm (~> 1.0)
|
||||||
liquid (~> 4.0)
|
liquid (~> 4.0)
|
||||||
mercenary (~> 0.3.3)
|
mercenary (~> 0.3.3)
|
||||||
pathutil (~> 0.9)
|
pathutil (~> 0.9)
|
||||||
rouge (>= 1.7, < 4)
|
rouge (~> 3.0)
|
||||||
safe_yaml (~> 1.0)
|
safe_yaml (~> 1.0)
|
||||||
|
terminal-table (~> 1.8)
|
||||||
jekyll-commonmark (1.3.1)
|
jekyll-commonmark (1.3.1)
|
||||||
commonmarker (~> 0.14)
|
commonmarker (~> 0.14)
|
||||||
jekyll (>= 3.7, < 5.0)
|
jekyll (>= 3.7, < 5.0)
|
||||||
@ -52,15 +54,17 @@ GEM
|
|||||||
jekyll-paginate (1.1.0)
|
jekyll-paginate (1.1.0)
|
||||||
jekyll-redirect-from (0.15.0)
|
jekyll-redirect-from (0.15.0)
|
||||||
jekyll (>= 3.3, < 5.0)
|
jekyll (>= 3.3, < 5.0)
|
||||||
jekyll-sass-converter (1.5.2)
|
jekyll-sass-converter (2.0.0)
|
||||||
sass (~> 3.4)
|
sassc (> 2.0.1, < 3.0)
|
||||||
jekyll-sitemap (1.3.1)
|
jekyll-sitemap (1.3.1)
|
||||||
jekyll (>= 3.7, < 5.0)
|
jekyll (>= 3.7, < 5.0)
|
||||||
jekyll-time-to-read (0.1.2)
|
jekyll-time-to-read (0.1.2)
|
||||||
jekyll
|
jekyll
|
||||||
jekyll-watch (2.2.1)
|
jekyll-watch (2.2.1)
|
||||||
listen (~> 3.0)
|
listen (~> 3.0)
|
||||||
kramdown (1.17.0)
|
kramdown (2.1.0)
|
||||||
|
kramdown-parser-gfm (1.1.0)
|
||||||
|
kramdown (~> 2.0)
|
||||||
liquid (4.0.3)
|
liquid (4.0.3)
|
||||||
listen (3.1.5)
|
listen (3.1.5)
|
||||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||||
@ -76,13 +80,13 @@ GEM
|
|||||||
forwardable-extended (~> 2.6)
|
forwardable-extended (~> 2.6)
|
||||||
public_suffix (3.1.1)
|
public_suffix (3.1.1)
|
||||||
rack (2.0.7)
|
rack (2.0.7)
|
||||||
rack-protection (2.0.5)
|
rack-protection (2.0.6)
|
||||||
rack
|
rack
|
||||||
rake (12.3.2)
|
rake (12.3.3)
|
||||||
rb-fsevent (0.10.3)
|
rb-fsevent (0.10.3)
|
||||||
rb-inotify (0.10.0)
|
rb-inotify (0.10.0)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
rouge (3.6.0)
|
rouge (3.9.0)
|
||||||
ruby-enum (0.7.2)
|
ruby-enum (0.7.2)
|
||||||
i18n
|
i18n
|
||||||
ruby_dep (1.5.0)
|
ruby_dep (1.5.0)
|
||||||
@ -90,29 +94,34 @@ GEM
|
|||||||
sass (3.4.25)
|
sass (3.4.25)
|
||||||
sass-globbing (1.1.5)
|
sass-globbing (1.1.5)
|
||||||
sass (>= 3.1)
|
sass (>= 3.1)
|
||||||
sinatra (2.0.5)
|
sassc (2.1.0)
|
||||||
|
ffi (~> 1.9)
|
||||||
|
sinatra (2.0.6)
|
||||||
mustermann (~> 1.0)
|
mustermann (~> 1.0)
|
||||||
rack (~> 2.0)
|
rack (~> 2.0)
|
||||||
rack-protection (= 2.0.5)
|
rack-protection (= 2.0.6)
|
||||||
tilt (~> 2.0)
|
tilt (~> 2.0)
|
||||||
stringex (2.8.5)
|
stringex (2.8.5)
|
||||||
|
terminal-table (1.8.0)
|
||||||
|
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||||
tilt (2.0.9)
|
tilt (2.0.9)
|
||||||
|
unicode-display_width (1.6.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
compass (= 1.0.3)
|
compass (= 1.0.3)
|
||||||
jekyll (= 3.8.6)
|
jekyll (= 4.0.0)
|
||||||
jekyll-commonmark-ghpages (= 0.1.6)
|
jekyll-commonmark-ghpages (= 0.1.6)
|
||||||
jekyll-paginate (= 1.1.0)
|
jekyll-paginate (= 1.1.0)
|
||||||
jekyll-redirect-from (= 0.15.0)
|
jekyll-redirect-from (= 0.15.0)
|
||||||
jekyll-sitemap (= 1.3.1)
|
jekyll-sitemap (= 1.3.1)
|
||||||
jekyll-time-to-read (= 0.1.2)
|
jekyll-time-to-read (= 0.1.2)
|
||||||
nokogiri (= 1.10.3)
|
nokogiri (= 1.10.3)
|
||||||
rake (= 12.3.2)
|
rake (= 12.3.3)
|
||||||
sass-globbing (= 1.1.5)
|
sass-globbing (= 1.1.5)
|
||||||
sinatra (= 2.0.5)
|
sinatra (= 2.0.6)
|
||||||
stringex (= 2.8.5)
|
stringex (= 2.8.5)
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user