mirror of
https://github.com/outbackdingo/site.git
synced 2026-01-27 10:20:24 +00:00
Bumps [jekyll](https://github.com/jekyll/jekyll) from 3.1.6 to 3.6.3. - [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.1.6...v3.6.3) --- updated-dependencies: - dependency-name: jekyll dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
7 lines
127 B
Ruby
7 lines
127 B
Ruby
source 'https://rubygems.org'
|
|
|
|
group :development, :test do
|
|
gem 'jekyll', '~> 3.6.3'
|
|
gem 'jekyll-sitemap', '~> 0.11.0'
|
|
end
|