voxpupuli / modulesync

Synchronize common files across your Git repositories.
Apache License 2.0
104 stars 48 forks source link

pin thor to 1.3.0 #282

Closed bastelfreak closed 5 months ago

bastelfreak commented 5 months ago

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 https://github.com/rails/thor/pull/878 but not yet released.