Skip to content

Commit 7fe82ae

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modulesync.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ Gem::Specification.new do |spec|
2727
spec.add_runtime_dependency 'gitlab', '~>4.0'
2828
spec.add_runtime_dependency 'octokit', '>=4', '<9'
2929
spec.add_runtime_dependency 'puppet-blacksmith', '>= 3.0', '< 8'
30-
spec.add_runtime_dependency 'thor'
30+
spec.add_runtime_dependency 'thor', '1.3.0'
3131
end

0 commit comments

Comments
 (0)