Users should be installing patch versions. (#6198)

Merge pull request 6198
This commit is contained in:
Jordon Bedwell 2017-07-24 05:02:24 -05:00 committed by jekyllbot
parent 1a592c5757
commit e25c4af590
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ source "https://rubygems.org"
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
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.
gem "minima", "~> 2.0"