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: 9f624d8539a2a10b4d0bd69f1d8ac1230603ffa5 (plain)
1
2
3
4
5
6
7
8
source 'https://rubygems.org'

group :development, :test do
  gem 'jekyll', '~> 3.7.0'
  gem 'jekyll-redirect-from', '~> 0.13.0'
  gem 'jekyll-sitemap', '~> 1.2.0'
  gem 'jekyll-toc', '~> 0.5.1'
end