Files
tinymce-docs-4x/Gemfile
T
Glenn Penridge 5f13dd6cde - Changed URL, Origin properties from https://www.tinymce.com to correct URLs.
- Added jekyll-sitemap to local build for sitemap preview.
- Added last-modified-at for usage with sitemap.
2019-03-05 15:22:06 +10:00

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