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

group :development, :test do
  gem 'jekyll', '~> 3.1.2'
  gem 'jekyll-redirect-from', '~> 0.10.0'
  gem 'jekyll-sitemap', '~> 0.10.0'
  gem 'scss_lint', '~> 0.48.0'
end