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

group :development, :test do
  gem 'jekyll', '~> 3.4.2'
  gem 'jekyll-redirect-from', '~> 0.12.1'
  gem 'jekyll-sitemap', '~> 1.0.0'
  gem 'scss_lint', '~> 0.52.0'
end