File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,23 +8,23 @@ source "https://rubygems.org"
88#
99# This will help ensure the proper Jekyll version is running.
1010# Happy Jekylling!
11- gem "jekyll" , "~> 3.8.5 "
11+ gem "jekyll" , "~> 4.3.4 "
1212
1313# This is the default theme for new Jekyll sites. You may change this to anything you like.
14- gem "minima" , "~> 2.0 "
14+ gem "minima" , "~> 2.5 "
1515
1616# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1717# uncomment the line below. To upgrade, run `bundle update github-pages`.
1818# gem "github-pages", group: :jekyll_plugins
1919
2020# If you have any plugins, put them here!
2121group :jekyll_plugins do
22- gem "jekyll-feed" , "~> 0.6 "
22+ gem "jekyll-feed" , "~> 0.17 "
2323 gem "jekyll-paginate-v2"
2424 gem 'jekyll-tagging'
2525 gem 'jekyll-archives'
2626end
2727
2828# Performance-booster for watching directories on Windows
29- gem "wdm" , "~> 0.1 .0" if Gem . win_platform?
29+ gem "wdm" , "~> 0.2 .0" if Gem . win_platform?
3030
You can’t perform that action at this time.
0 commit comments