Files
tinymce-docs-4x/Gemfile
T
dependabot[bot] 1a568da483 Bump redcarpet from 3.4.0 to 3.5.1 (#97)
Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.4.0 to 3.5.1.
- [Release notes](https://github.com/vmg/redcarpet/releases)
- [Changelog](https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vmg/redcarpet/compare/v3.4.0...v3.5.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-12 10:40:06 +10:00

16 lines
469 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.9.0'
gem 'jekyll-redirect-from', '~> 0.13.0'
gem 'jekyll-sitemap', '~> 1.2.0'
gem 'redcarpet', '~> 3.5.1'
gem 'kramdown', '~> 2.3.0'
gem 'kramdown-parser-gfm', '~> 1.1.0'
gem 'nokogiri', '~> 1.11.0.rc4'
gem "jekyll-last-modified-at", "~> 1.0"
end