Skip to content

Commit 174a95b

Browse files
committed
Update Jekyll Gemfile deps
1 parent d46fb57 commit 174a95b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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!
2121
group :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'
2626
end
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

0 commit comments

Comments
 (0)