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: 2a3e729081fdcd0f2e351aa7e8e6be99c0c7ff7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Ruby Gems for building and testing Bootstrap
# Run `grunt update-gemfile-lock` to update to the latest compatible versions

source 'https://rubygems.org'

group :development, :test do
  gem 'jekyll', '~> 2.5.3'
  gem 'jekyll-redirect-from', '~> 0.8.0'
  gem 'jekyll-sitemap', '~> 0.9.0'
  gem 'rouge', '~> 1.10.1'
  gem 'sass', '~> 3.4.19'
  gem 'scss_lint', '~> 0.42.2'
end