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

group :development, :test do
  gem 'jekyll', '~> 3.3.1'
  gem 'jekyll-redirect-from', '~> 0.12.0'
  gem 'jekyll-sitemap', '~> 0.12.0'
  gem 'scss_lint', '~> 0.51.0'
end