Skip to content

Commit

Permalink
Merge pull request #66 from chef/nikhil/fixed-verify-test-failure
Browse files Browse the repository at this point in the history
CHEF-1918 Fixed the knife-vrealize verify test failure
  • Loading branch information
nikhil2611 committed Apr 19, 2023
2 parents 16a7288 + bec1159 commit 0cff09c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,6 @@ expeditor:
timeout_in_minutes: 30

steps:
- label: run-specs-ruby-2.7
command:
- .expeditor/run_linux_tests.sh rake
expeditor:
executor:
docker:
image: ruby:2.7-buster

- label: run-specs-ruby-3.0
command:
- .expeditor/run_linux_tests.sh rake
expeditor:
executor:
docker:
image: ruby:3.0-buster

- label: run-specs-ruby-3.1
command:
- .expeditor/run_linux_tests.sh rake
Expand Down
2 changes: 1 addition & 1 deletion knife-vrealize.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.files = Dir["lib/**/*"] + %w{LICENSE}
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.7"
spec.required_ruby_version = ">= 3.1.0"

spec.add_dependency "knife"
spec.add_dependency "knife-cloud", ">= 1.2.0", "< 5.0"
Expand Down

0 comments on commit 0cff09c

Please sign in to comment.