This project manages its dependencies using Bundler. Learn more
Gemfile 338 bytes
# 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'
  gem 'jekyll-redirect-from', '~> 0.8.0'
end