Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Gemfile - github.com/twbs/bootstrap-expo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dc96d93437abbcc1c810f659e7a2c3fd3d29a9f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
source 'https://rubygems.org'

group :development, :test do
  gem 'html-proofer', '~> 3.19.2'
  gem 'jekyll', '~> 4.2.1'
  gem 'jekyll-feed', '~> 0.15.0'
  gem 'jekyll-paginate', '~> 1.1.0'
  gem 'jekyll-redirect-from', '~> 0.16.0'
  gem 'jekyll-sitemap', '~> 1.4.0'
  gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
end