2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Update to Jekyll v3.0.0.

[skip sauce]
This commit is contained in:
XhmikosR
2015-10-28 07:20:47 +02:00
parent 364925f951
commit 608dead1fe
6 changed files with 16 additions and 43 deletions
+2 -3
View File
@@ -4,10 +4,9 @@
source 'https://rubygems.org'
group :development, :test do
gem 'jekyll', '~> 2.5.3'
gem 'jekyll-redirect-from', '~> 0.8.0'
gem 'jekyll', '~> 3.0.0'
gem 'jekyll-redirect-from', '~> 0.9.0'
gem 'jekyll-sitemap', '~> 0.9.0'
gem 'rouge', '~> 1.10.1'
gem 'sass', '~> 3.4.19'
gem 'scss_lint', '~> 0.42.2'
end