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: 23068bdfebf5d68492430c4c51b007cf015821b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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.2'
  gem 'rouge', '~> 1.7.4'
  gem 'sass', '~> 3.4.9'
  gem 'scss-lint', '~> 0.31'
end