Bumps [jekyll](https://github.com/jekyll/jekyll) from 4.2.1 to 4.2.2. - [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/v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: jekyll dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
12 lines
245 B
Ruby
Vendored
12 lines
245 B
Ruby
Vendored
source 'https://rubygems.org'
|
|
|
|
group :development, :test do
|
|
gem 'jekyll', '~> 4.2.2'
|
|
gem 'jekyll-seo-tag', '~> 2.7.1'
|
|
gem 'jekyll-sitemap', '~> 1.4.0'
|
|
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
|
|
end
|
|
|
|
|
|
gem "webrick", "~> 1.7"
|