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

group :development, :test do
  gem 'jekyll', '~> 3.8.6'
  gem 'jekyll-redirect-from', '~> 0.15.0'
  gem 'jekyll-sitemap', '~> 1.3.1'
  gem 'jekyll-toc', '~> 0.11.0'
  gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
end