Skip to content

Commit fc0235a

Browse files
authored
Merge pull request #26 from positiondev/dependabot/bundler/jekyll-redirect-from-0.16.0
Bump jekyll-redirect-from from 0.15.0 to 0.16.0
2 parents 5f5bdaf + a4bbc34 commit fc0235a

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
@@ -19,8 +19,8 @@ gem "minima", "~> 2.5"
1919

2020
# If you have any plugins, put them here!
2121
group :jekyll_plugins do
22+
gem 'jekyll-redirect-from', "~> 0.16.0"
2223
gem "jekyll-feed", "~> 0.17"
23-
gem 'jekyll-redirect-from', "~> 0.15.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.17.0)
3232
jekyll (>= 3.7, < 5.0)
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.17)
76-
jekyll-redirect-from (~> 0.15.0)
76+
jekyll-redirect-from (~> 0.16.0)
7777
kramdown-parser-gfm (~> 1.1)
7878
minima (~> 2.5)
7979
tzinfo-data

0 commit comments

Comments
 (0)