Skip to content

Commit

Permalink
Fix gemspec dependencies test-kitchen logic (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
aivaraslaimikis authored Feb 22, 2024
1 parent 8f3b368 commit 011d339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitchen-vro.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency "test-kitchen", "~> 1.4", "< 4"
spec.add_dependency "test-kitchen", ">= 1.4", "< 4"
spec.add_dependency "vcoworkflows", "~> 0.2"
end

0 comments on commit 011d339

Please sign in to comment.