update jekyll to 4.1.1

This commit is contained in:
sakrecoer 2020-08-10 17:30:43 +02:00
parent 5a2aa81c68
commit 11d3e1f5fd
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'jekyll', '4.0.0' gem 'jekyll', '4.1.1'
group :jekyll_plugins do group :jekyll_plugins do
gem 'jekyll-sitemap', '1.4.0' gem 'jekyll-sitemap', '1.4.0'

View file

@ -14,17 +14,17 @@ GEM
http_parser.rb (0.6.0) http_parser.rb (0.6.0)
i18n (1.8.5) i18n (1.8.5)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jekyll (4.0.0) jekyll (4.1.1)
addressable (~> 2.4) addressable (~> 2.4)
colorator (~> 1.0) colorator (~> 1.0)
em-websocket (~> 0.5) em-websocket (~> 0.5)
i18n (>= 0.9.5, < 2) i18n (~> 1.0)
jekyll-sass-converter (~> 2.0) jekyll-sass-converter (~> 2.0)
jekyll-watch (~> 2.0) jekyll-watch (~> 2.0)
kramdown (~> 2.1) kramdown (~> 2.1)
kramdown-parser-gfm (~> 1.0) kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0) liquid (~> 4.0)
mercenary (~> 0.3.3) mercenary (~> 0.4.0)
pathutil (~> 0.9) pathutil (~> 0.9)
rouge (~> 3.0) rouge (~> 3.0)
safe_yaml (~> 1.0) safe_yaml (~> 1.0)
@ -47,7 +47,7 @@ GEM
listen (3.2.1) listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10) rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6) mercenary (0.4.0)
pathutil (0.16.2) pathutil (0.16.2)
forwardable-extended (~> 2.6) forwardable-extended (~> 2.6)
posix-spawn (0.3.15) posix-spawn (0.3.15)
@ -68,7 +68,7 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
jekyll (= 4.0.0) jekyll (= 4.1.1)
jekyll-last-modified-at (= 1.1.0) jekyll-last-modified-at (= 1.1.0)
jekyll-pwa-plugin jekyll-pwa-plugin
jekyll-sitemap (= 1.4.0) jekyll-sitemap (= 1.4.0)