New site: lock minima to v2.x

This commit is contained in:
Parker Moore 2016-10-06 09:58:16 -07:00
parent 7133bddfb2
commit 63e4e750ec
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ ruby RUBY_VERSION
gem "jekyll", "#{Jekyll::VERSION}"
# 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
# uncomment the line below. To upgrade, run `bundle update github-pages`.