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`.