2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Merge pull request #17253 from wangsai/jekyll-redirect-from

Add jekyll-redirect-from plugin in Gemfile
This commit is contained in:
Mark Otto
2015-08-23 23:08:24 -07:00
+1
View File
@@ -8,4 +8,5 @@ group :development, :test do
gem 'rouge', '~> 1.7.4' gem 'rouge', '~> 1.7.4'
gem 'sass', '~> 3.4.9' gem 'sass', '~> 3.4.9'
gem 'scss-lint', '~> 0.31' gem 'scss-lint', '~> 0.31'
gem 'jekyll-redirect-from', '~> 0.8.0'
end end