Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Gemfile - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2c0ac91d55c9996887a8680c40223c398cf7c493 (plain)
1
2
3
4
5
6
7
8
source 'https://rubygems.org'

group :development, :test do
  gem 'jekyll', '~> 3.6.0'
  gem 'jekyll-redirect-from', '~> 0.12.1'
  gem 'jekyll-sitemap', '~> 1.1.1'
  gem 'jekyll-toc', '~> 0.3.0'
end