• A
    Upgrade github-pages gem to fix deprecation warnings · ce422b04
    Andy Wilkinson 提交于
    Previously, when running bundle exec jekyll serve a false-positive
    deprecation warning was reported:
    
    Deprecation: Auto-regeneration can no longer be set from your
    configuration file(s). Use the --[no-]watch/-w command-line option
    instead.
    
    See https://github.com/jekyll/jekyll/issues/4831 for some details.
    Jekyll 3.0.5 fixes the problem. This commit upgrades to the latest
    version of github-pages, thereby also upgrading to Jekyll 3.0.5
    ce422b04
This project manages its dependencies using Bundler. 进一步了解
Gemfile.lock 3.0 KB