Gemfile 338 Bytes
Newer Older
1
2
3
# Ruby Gems for building and testing Bootstrap
# Run `grunt update-gemfile-lock` to update to the latest compatible versions

4
5
source 'https://rubygems.org'

6
group :development, :test do
7
  gem 'jekyll', '~> 2.5.2'
8
  gem 'jekyll-redirect-from', '~> 0.8.0'
9
  gem 'rouge', '~> 1.7.4'
10
11
  gem 'sass', '~> 3.4.9'
  gem 'scss-lint', '~> 0.31'
12
end