4bb956e77b
Bumps [jekyll](https://github.com/jekyll/jekyll) from 3.8.3 to 3.8.4. - [Release notes](https://github.com/jekyll/jekyll/releases) - [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown) - [Commits](https://github.com/jekyll/jekyll/compare/v3.8.3...v3.8.4) Signed-off-by: dependabot[bot] <support@github.com>
14 lines
396 B
Ruby
14 lines
396 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.4'
|
|
gem 'jekyll-redirect-from', '~> 0.13.0'
|
|
gem 'jekyll-sitemap', '~> 1.2.0'
|
|
gem 'redcarpet', '~> 3.4.0'
|
|
gem 'nokogiri', '~> 1.10.4'
|
|
gem "jekyll-last-modified-at", "~> 1.0"
|
|
end
|