We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1108549 commit fe48376Copy full SHA for fe48376
Gemfile
@@ -9,13 +9,13 @@ source "https://rubygems.org"
9
# Happy Jekylling!
10
gem "jekyll", "~> 4.2.0"
11
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12
-gem "minima", "~> 2.5"
+gem "minima", "~> 2.5", ">= 2.5.1"
13
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
14
# uncomment the line below. To upgrade, run `bundle update github-pages`.
15
# gem "github-pages", group: :jekyll_plugins
16
# If you have any plugins, put them here!
17
group :jekyll_plugins do
18
- gem "jekyll-feed", "~> 0.12"
+ gem "jekyll-feed", "~> 0.15", ">= 0.15.1"
19
end
20
21
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
0 commit comments