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

group :development, :test do
  gem 'jekyll', '~> 3.1.1'
  gem 'jekyll-redirect-from', '~> 0.9.1'
  gem 'jekyll-sitemap', '~> 0.10.0'
  gem 'sass', '~> 3.4.21'
  gem 'scss_lint', '~> 0.46.0'
end