Skip to content

Commit 061e594

Browse files
Bump jekyll-redirect-from from 0.15.0 to 0.16.0
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](jekyll/jekyll-redirect-from@v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: jekyll-redirect-from dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9459d4f commit 061e594

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gem "minima", "~> 2.0"
2020
# If you have any plugins, put them here!
2121
group :jekyll_plugins do
2222
gem "jekyll-feed", "~> 0.6"
23-
gem 'jekyll-redirect-from', "~> 0.15.0"
23+
gem 'jekyll-redirect-from', "~> 0.16.0"
2424
end
2525

2626

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ GEM
3030
safe_yaml (~> 1.0)
3131
jekyll-feed (0.10.0)
3232
jekyll (~> 3.3)
33-
jekyll-redirect-from (0.15.0)
33+
jekyll-redirect-from (0.16.0)
3434
jekyll (>= 3.3, < 5.0)
3535
jekyll-sass-converter (1.5.2)
3636
sass (~> 3.4)
@@ -73,7 +73,7 @@ DEPENDENCIES
7373
cssminify
7474
jekyll (~> 3.9)
7575
jekyll-feed (~> 0.6)
76-
jekyll-redirect-from (~> 0.15.0)
76+
jekyll-redirect-from (~> 0.16.0)
7777
kramdown-parser-gfm (~> 1.1)
7878
minima (~> 2.0)
7979
tzinfo-data

0 commit comments

Comments
 (0)