You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
519 B

10 years ago
10 years ago
  1. # Ruby Gems for building and testing Bootstrap
  2. # Run `grunt update-gemfile-lock` to update to the latest compatible versions
  3. source 'https://rubygems.org'
  4. group :development, :test do
  5. gem 'jekyll', '~> 3.9.0'
  6. gem 'jekyll-redirect-from', '~> 0.14.0'
  7. gem 'jekyll-sitemap', '~> 1.2.0'
  8. gem 'rouge', '~> 3.2.1'
  9. gem 'kramdown', '~> 2.3.1'
  10. gem 'kramdown-parser-gfm', '~> 1.1.0'
  11. gem 'nokogiri', '~> 1.13.2'
  12. gem "jekyll-last-modified-at", "~> 1.0"
  13. gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
  14. end