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

group :development, :test do
  gem 'jekyll', '~> 3.3.0'
  gem 'jekyll-redirect-from', '~> 0.11.0'
  gem 'jekyll-sitemap', '~> 0.11.0'
  gem 'scss_lint', '~> 0.50.2'
end