mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
33f039c117
Bumps [github-pages](https://github.com/github/pages-gem) and [jekyll](https://github.com/jekyll/jekyll). These dependencies needed to be updated together. Updates `github-pages` from 206 to 207 - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](https://github.com/github/pages-gem/compare/v206...v207) Updates `jekyll` from 3.8.7 to 3.9.0 - [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.7...v3.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
31 lines
1.0 KiB
Ruby
31 lines
1.0 KiB
Ruby
source "https://rubygems.org"
|
|
|
|
# Hello! This is where you manage which Jekyll version is used to run.
|
|
# When you want to use a different version, change it below, save the
|
|
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
|
|
#
|
|
# bundle exec jekyll serve
|
|
#
|
|
# This will help ensure the proper Jekyll version is running.
|
|
# Happy Jekylling!
|
|
gem "jekyll", "~> 3.9.0"
|
|
|
|
# This is the default theme for new Jekyll sites. You may change this to anything you like.
|
|
#gem "minima", "~> 2.0"
|
|
gem "just-the-docs"
|
|
|
|
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
|
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
|
gem "github-pages", group: :jekyll_plugins
|
|
|
|
# If you have any plugins, put them here!
|
|
group :jekyll_plugins do
|
|
# gem "jekyll-feed", "~> 0.6"
|
|
end
|
|
|
|
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
|
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
|
|
|
# Performance-booster for watching directories on Windows
|
|
gem "wdm", "~> 0.1.0" if Gem.win_platform?
|