mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-02 17:42:39 +00:00
Update dependencies and fix build server issues
This commit is contained in:
16
Gemfile
16
Gemfile
@ -8,22 +8,18 @@ source "https://rubygems.org"
|
||||
#
|
||||
# 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"
|
||||
|
||||
# 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
|
||||
gem "jekyll", "~> 4.2"
|
||||
|
||||
# Install jekyll-brotli gem (https://github.com/philnash/jekyll-brotli/)
|
||||
# If you have any plugins, put them here!
|
||||
group :jekyll_plugins do
|
||||
gem "jekyll-feed", "~> 0.6"
|
||||
gem "jekyll-brotli", "~> 2.2"
|
||||
end
|
||||
|
||||
# Jekyll 3.9.0 now requires this explicitly installs, apparently
|
||||
gem "kramdown-parser-gfm", "~> 1.1.0"
|
||||
# Jekyll 3.9.0 now requires this explicitly installed, apparently
|
||||
gem "kramdown-parser-gfm", "~> 1.1"
|
||||
gem "webrick", "~> 1.7"
|
||||
|
||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
||||
|
Reference in New Issue
Block a user