Skip to content

Commit

Permalink
Update jekyll-redirect-from to v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Feb 12, 2020
1 parent adf48ff commit 97087f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

group :development, :test do
gem 'jekyll', '~> 4.0.0'
gem 'jekyll-redirect-from', '~> 0.15.0'
gem 'jekyll-redirect-from', '~> 0.16.0'
gem 'jekyll-sitemap', '~> 1.4.0'
gem 'jekyll-toc', '~> 0.13.1'
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GEM
rouge (~> 3.0)
safe_yaml (~> 1.0)
terminal-table (~> 1.8)
jekyll-redirect-from (0.15.0)
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0)
Expand Down Expand Up @@ -78,7 +78,7 @@ PLATFORMS

DEPENDENCIES
jekyll (~> 4.0.0)
jekyll-redirect-from (~> 0.15.0)
jekyll-redirect-from (~> 0.16.0)
jekyll-sitemap (~> 1.4.0)
jekyll-toc (~> 0.13.1)
wdm (~> 0.1.1)
Expand Down

0 comments on commit 97087f6

Please sign in to comment.