From 63e4e750ec47b4dc1d6fbe717da47f354d9b56fc Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 6 Oct 2016 09:58:16 -0700 Subject: [PATCH] New site: lock minima to v2.x --- lib/jekyll/commands/new.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll/commands/new.rb b/lib/jekyll/commands/new.rb index 0a0c8b53..8319bd7e 100644 --- a/lib/jekyll/commands/new.rb +++ b/lib/jekyll/commands/new.rb @@ -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`.