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

group :development, :test do
  gem 'jekyll', '~> 3.5.1'
  gem 'jekyll-redirect-from', '~> 0.12.1'
  gem 'jekyll-sitemap', '~> 1.1.1'
  gem 'jekyll-toc', '~> 0.3.0.pre1'
  gem 'scss_lint', '~> 0.54.0'
end