5f13dd6cde
- Added jekyll-sitemap to local build for sitemap preview. - Added last-modified-at for usage with sitemap.
14 lines
395 B
Ruby
14 lines
395 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.8.3'
|
|
gem 'jekyll-redirect-from', '~> 0.13.0'
|
|
gem 'jekyll-sitemap', '~> 1.2.0'
|
|
gem 'redcarpet', '~> 3.4.0'
|
|
gem 'nokogiri', '~> 1.8.2'
|
|
gem "jekyll-last-modified-at", "~> 1.0"
|
|
end
|