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

pin thor to 1.3.0 #282

Merged
merged 1 commit into from
May 17, 2024
Merged

pin thor to 1.3.0 #282

merged 1 commit into from
May 17, 2024

Commits on May 17, 2024

  1. pin thor to 1.3.0

    With thor 1.3.1 we've two failing tests:
    
    ```
    Failing Scenarios:
    cucumber features/execute.feature:36 # Scenario: Show fail-fast default value in help
    cucumber features/execute.feature:44 # Scenario: Override fail-fast default value using config file
    ```
    
    as a workaround to get CI green again we'r pinning to 1.3.0. I think the
    bug is fixed in rails/thor#878 but not yet
    released.
    bastelfreak committed May 17, 2024
    Configuration menu
    Copy the full SHA
    7fe82ae View commit details
    Browse the repository at this point in the history