Skip to content

Commit

Permalink
pin thor to 1.3.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bastelfreak committed May 17, 2024
1 parent ea24744 commit 7fe82ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modulesync.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'gitlab', '~>4.0'
spec.add_runtime_dependency 'octokit', '>=4', '<9'
spec.add_runtime_dependency 'puppet-blacksmith', '>= 3.0', '< 8'
spec.add_runtime_dependency 'thor'
spec.add_runtime_dependency 'thor', '1.3.0'
end

0 comments on commit 7fe82ae

Please sign in to comment.