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

Update devDependencies and gems.

Kept stylelint to v9.6.0 because v9.10.1 throws an error.
This commit is contained in:
XhmikosR
2019-03-27 16:54:08 +02:00
parent 963abd791d
commit 91c0e03425
4 changed files with 521 additions and 419 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ source 'https://rubygems.org'
group :development, :test do
gem 'jekyll', '~> 3.8.5'
gem 'jekyll-sitemap', '~> 1.2.0'
gem 'jekyll-sitemap', '~> 1.3.1'
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
end