Skip to content

Commit

Permalink
updated pipeline of ruby 3.3
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 committed Jul 22, 2024
1 parent ccbcb5a commit bc519c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
12 changes: 2 additions & 10 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ expeditor:
timeout_in_minutes: 30

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

- label: run-lint-and-specs-ruby-3.3
command:
- .expeditor/run_linux_tests.sh rake
Expand All @@ -23,7 +15,7 @@ steps:
docker:
image: ruby:3.3

- label: run-specs-windows-ruby-3.1
- label: run-specs-windows-ruby-3.3
command:
- bundle config --local path vendor/bundle
- bundle config set --local without docs debug
Expand All @@ -33,4 +25,4 @@ steps:
executor:
docker:
host_os: windows
image: rubydistros/windows-2019:3.1
image: rubydistros/windows-2019:3.3
4 changes: 2 additions & 2 deletions knife-vsphere.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Gem::Specification.new do |s|
s.description = "VMware vSphere support for Chef Infra's Knife command"
s.email = "[email protected]"
s.files = Dir["lib/**/*"] + %w{LICENSE}
s.required_ruby_version = ">= 3.1"
s.required_ruby_version = ">= 3.3"
s.homepage = "https://github.com/chef/knife-vsphere"
s.license = "Apache-2.0"
s.add_dependency "rbvmomi2", ">= 3.5.0", "< 4.0"
s.add_dependency "filesize", ">= 0.1.1", "< 0.3.0"
s.add_dependency "chef-vault", ">= 2.6"
s.add_dependency "knife", ">= 17"
s.add_dependency "knife", "~> 18"
end

0 comments on commit bc519c8

Please sign in to comment.