Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify version constraint in subcommand error message. #5974

Merged
merged 1 commit into from Mar 31, 2017

Commits on Mar 22, 2017

  1. Specify version constraint in subcommand error message.

    This clarifies the following error message:
    
        You must install the 'jekyll-docs' gem to use the 'jekyll docs' command.
    
    by including the required version
    
        You must install the 'jekyll-docs' gem version = 3.4.0 to use the 'jekyll docs' command.
    
    This removes ambiguity.
    parkr committed Mar 22, 2017
    Copy the full SHA
    14df2b6 View commit details
    Browse the repository at this point in the history