We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5990051 commit 53cf039Copy full SHA for 53cf039
1 file changed
Gemfile
@@ -10,7 +10,7 @@ source "https://rubygems.org"
10
gem "jekyll", "~> 4.4.1"
11
gem "logger" # Ruby 4.0 需要显式添加
12
# This is the default theme for new Jekyll sites. You may change this to anything you like.
13
-gem "minima", git: "https://github.com/donglua/minima"
+gem "minima", "~> 2.5"
14
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
15
# uncomment the line below. To upgrade, run `bundle update github-pages`.
16
# gem "github-pages", group: :jekyll_plugins
0 commit comments