Users should be installing patch versions. (#6198)
Merge pull request 6198
This commit is contained in:
parent
1a592c5757
commit
e25c4af590
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue