Bump jekyll-redirect-from from 0.15.0 to 0.16.0 (#11890)

Bumps [jekyll-redirect-from](https://github.com/jekyll/jekyll-redirect-from) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/jekyll/jekyll-redirect-from/releases)
- [Changelog](https://github.com/jekyll/jekyll-redirect-from/blob/master/History.markdown)
- [Commits](https://github.com/jekyll/jekyll-redirect-from/compare/v0.15.0...v0.16.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-27 15:45:55 +01:00 committed by Franck Nijhof
parent f7cc223520
commit 8a7e31a955
2 changed files with 11 additions and 11 deletions

View File

@ -12,7 +12,7 @@ end
group :jekyll_plugins do group :jekyll_plugins do
gem 'jekyll-paginate', '1.1.0' gem 'jekyll-paginate', '1.1.0'
gem 'jekyll-redirect-from', '0.15.0' gem 'jekyll-redirect-from', '0.16.0'
gem 'jekyll-sitemap', '1.4.0' gem 'jekyll-sitemap', '1.4.0'
gem 'jekyll-time-to-read', '0.1.2' gem 'jekyll-time-to-read', '0.1.2'
gem 'jekyll-commonmark', '1.3.1' gem 'jekyll-commonmark', '1.3.1'

View File

@ -25,11 +25,11 @@ GEM
http_parser.rb (~> 0.6.0) http_parser.rb (~> 0.6.0)
eventmachine (1.2.7) eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32) eventmachine (1.2.7-x64-mingw32)
ffi (1.11.2) ffi (1.12.1)
ffi (1.11.2-x64-mingw32) ffi (1.12.1-x64-mingw32)
forwardable-extended (2.6.0) forwardable-extended (2.6.0)
http_parser.rb (0.6.0) http_parser.rb (0.6.0)
i18n (1.7.0) i18n (1.8.2)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jekyll (4.0.0) jekyll (4.0.0)
addressable (~> 2.4) addressable (~> 2.4)
@ -50,7 +50,7 @@ GEM
commonmarker (~> 0.14) commonmarker (~> 0.14)
jekyll (>= 3.7, < 5.0) jekyll (>= 3.7, < 5.0)
jekyll-paginate (1.1.0) jekyll-paginate (1.1.0)
jekyll-redirect-from (0.15.0) jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0) jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (2.0.1) jekyll-sass-converter (2.0.1)
sassc (> 2.0.1, < 3.0) sassc (> 2.0.1, < 3.0)
@ -64,7 +64,7 @@ GEM
kramdown-parser-gfm (1.1.0) kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0) kramdown (~> 2.0)
liquid (4.0.3) liquid (4.0.3)
listen (3.2.0) 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.3.6)
@ -78,15 +78,15 @@ GEM
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.4.0)
pathutil (0.16.2) pathutil (0.16.2)
forwardable-extended (~> 2.6) forwardable-extended (~> 2.6)
public_suffix (4.0.1) public_suffix (4.0.3)
rack (2.0.8) rack (2.0.8)
rack-protection (2.0.8.1) rack-protection (2.0.8.1)
rack rack
rake (13.0.1) rake (13.0.1)
rb-fsevent (0.10.3) rb-fsevent (0.10.3)
rb-inotify (0.10.0) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
rouge (3.13.0) rouge (3.15.0)
ruby-enum (0.7.2) ruby-enum (0.7.2)
i18n i18n
ruby2_keywords (0.0.1) ruby2_keywords (0.0.1)
@ -111,7 +111,7 @@ GEM
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
tzinfo-data (1.2019.3) tzinfo-data (1.2019.3)
tzinfo (>= 1.0.0) tzinfo (>= 1.0.0)
unicode-display_width (1.6.0) unicode-display_width (1.6.1)
PLATFORMS PLATFORMS
ruby ruby
@ -122,7 +122,7 @@ DEPENDENCIES
jekyll (= 4.0.0) jekyll (= 4.0.0)
jekyll-commonmark (= 1.3.1) jekyll-commonmark (= 1.3.1)
jekyll-paginate (= 1.1.0) jekyll-paginate (= 1.1.0)
jekyll-redirect-from (= 0.15.0) jekyll-redirect-from (= 0.16.0)
jekyll-sitemap (= 1.4.0) jekyll-sitemap (= 1.4.0)
jekyll-time-to-read (= 0.1.2) jekyll-time-to-read (= 0.1.2)
nokogiri (= 1.10.7) nokogiri (= 1.10.7)