]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add jekyll-redirect-from plugin in Gemfile, ohterwise report ".../jekyll/plugin_manna... 17253/head
authorwangsai <wangsai@bootcss.com>
Sun, 23 Aug 2015 23:45:12 +0000 (07:45 +0800)
committerwangsai <wangsai@bootcss.com>
Sun, 23 Aug 2015 23:45:12 +0000 (07:45 +0800)
Gemfile

diff --git a/Gemfile b/Gemfile
index 23068bdfebf5d68492430c4c51b007cf015821b8..cc3e50b7f4b8458269632055b1cd03722b299df8 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -8,4 +8,5 @@ group :development, :test do
   gem 'rouge', '~> 1.7.4'
   gem 'sass', '~> 3.4.9'
   gem 'scss-lint', '~> 0.31'
+  gem 'jekyll-redirect-from', '~> 0.8.0'
 end