Files
tinymce-docs-4x/Gemfile
T
dependabot[bot] df7f6d42f5 Bump nokogiri from 1.11.4 to 1.12.5 (#112)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.4 to 1.12.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.4...v1.12.5)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:development
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-28 10:45:03 +10:00

16 lines
465 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.1'
gem 'kramdown-parser-gfm', '~> 1.1.0'
gem 'nokogiri', '~> 1.12.5'
gem "jekyll-last-modified-at", "~> 1.0"
end