Gemfile: Remove version dependency for Jekyll

This commit is contained in:
netravnen 2018-07-07 15:23:02 +02:00
parent b181a936b7
commit d8e60f4ff5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ source "https://rubygems.org"
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 3.6.2"
gem "jekyll"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.