New site: lock minima to v2.x
This commit is contained in:
parent
7133bddfb2
commit
63e4e750ec
|
@ -74,7 +74,7 @@ ruby RUBY_VERSION
|
||||||
gem "jekyll", "#{Jekyll::VERSION}"
|
gem "jekyll", "#{Jekyll::VERSION}"
|
||||||
|
|
||||||
# This is the default theme for new Jekyll sites. You may change this to anything you like.
|
# This is the default theme for new Jekyll sites. You may change this to anything you like.
|
||||||
gem "minima"
|
gem "minima", "~> 2.0"
|
||||||
|
|
||||||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
||||||
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
||||||
|
|
Loading…
Reference in New Issue