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

Update simplecov dependency to 0.14.1 #117

Merged
merged 4 commits into from
Mar 30, 2017

Commits on Mar 30, 2017

  1. Test against latest Ruby versions

    Adds Ruby 2.4.1
    Updates 2.2.5 to 2.2.7 and 2.3.1 to 2.3.4
    tagliala committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    3cdb37b View commit details
    Browse the repository at this point in the history
  2. Update thor dependency

    tagliala committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    bcf1f6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    089ae52 View commit details
    Browse the repository at this point in the history
  4. Fix failing spec

    SimpleCov 0.14.0 skip the :nocov: comments along with the code that
    they skip. This commit updates a failing spec to reflect that change.
    
    Ref: simplecov-ruby/simplecov@d4756e4
    tagliala committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    a3c262f View commit details
    Browse the repository at this point in the history