add jekyll plugins to gemfile
Showing
+7 -0
... | @@ -5,6 +5,7 @@ source 'https://rubygems.org' | ... | @@ -5,6 +5,7 @@ source 'https://rubygems.org' |
group :development, :test do | group :development, :test do | ||
gem 'jekyll', '~> 2.5.2' | gem 'jekyll', '~> 2.5.2' | ||
gem 'jekyll-redirect-from', '~> 0.8.0' | |||
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' | ||
... | ... |
Please register or sign in to comment