Commit 7fe82ae
committed
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.1 parent ea24744 commit 7fe82ae
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
0 commit comments