14 lines
382 B
Ruby
14 lines
382 B
Ruby
# 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', '~> 3'
|
|
gem 'jekyll-redirect-from', '~> 0.11'
|
|
gem 'jekyll-sitemap', '~> 0.10.0'
|
|
gem 'redcarpet', '~> 3'
|
|
gem 'nokogiri', '1.6.6.4'
|
|
gem 'octopress-minify-html', '1.3.0'
|
|
end
|