https://github.com/twbs/bootstrap
Revision cfc9c85b322bc72b80c0d2398a65febe5bb875b6 authored by XhmikosR on 06 July 2018, 09:11:26 UTC, committed by XhmikosR on 06 July 2018, 09:39:13 UTC
Only bundlesize is kept back for Node.js 10.x compatibility.
1 parent 907f9a7
Raw File
Tip revision: cfc9c85b322bc72b80c0d2398a65febe5bb875b6 authored by XhmikosR on 06 July 2018, 09:11:26 UTC
Update devDependencies.
Tip revision: cfc9c85
Gemfile
source 'https://rubygems.org'

group :development, :test do
  gem 'jekyll', '~> 3.8.3'
  gem 'jekyll-redirect-from', '~> 0.14.0'
  gem 'jekyll-sitemap', '~> 1.2.0'
  gem 'jekyll-toc', '~> 0.6.0'
end
back to top