diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,3 +7,7 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } # gem "rails" gem "jekyll", "~> 3.8" + +group :jekyll_plugins do + gem "jekyll-redirect-from", "~> 0.15.0" +end |