Skip to content

Commit

Permalink
updated pipeline and gems
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 committed Jul 12, 2024
1 parent 706c3d9 commit 13998a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 27 deletions.
27 changes: 2 additions & 25 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,36 +19,13 @@ steps:
docker:
image: ruby:3.3


- label: run-specs-ruby-2.7-windows
command:
- .expeditor/run_windows_tests.ps1
expeditor:
executor:
docker:
host_os: windows
shell: ["powershell", "-Command"]
image: rubydistros/windows-2019:2.7
user: 'NT AUTHORITY\SYSTEM'

- label: run-specs-ruby-3.0-windows
command:
- .expeditor/run_windows_tests.ps1
expeditor:
executor:
docker:
host_os: windows
shell: ["powershell", "-Command"]
image: rubydistros/windows-2019:3.0
user: 'NT AUTHORITY\SYSTEM'

- label: run-specs-ruby-3.1-windows
- label: run-specs-ruby-3.3-windows
command:
- .expeditor/run_windows_tests.ps1
expeditor:
executor:
docker:
host_os: windows
shell: ["powershell", "-Command"]
image: rubydistros/windows-2019:3.1
image: rubydistros/windows-2019:3.3
user: 'NT AUTHORITY\SYSTEM'
4 changes: 2 additions & 2 deletions chef-apply.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.description = "Ad-hoc management of individual nodes and devices."
spec.homepage = "https://github.com/chef/chef-apply"
spec.license = "Apache-2.0"
spec.required_ruby_version = ">= 2.7"
spec.required_ruby_version = ">= 3.1"

spec.files = %w{Rakefile LICENSE warning.txt} +
Dir.glob("Gemfile*") + # Includes Gemfile and locks
Expand All @@ -49,7 +49,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "train-winrm" # winrm transports were pulled out into this plugin
spec.add_dependency "pastel" # A color library
spec.add_dependency "tty-spinner" # Pretty output for status updates in the CLI
spec.add_dependency "chef", ">= 16.0" # Needed to load cookbooks
spec.add_dependency "chef", ">= 18.0" # Needed to load cookbooks
spec.add_dependency "chef-cli", ">= 2.0.10 " # Policyfile
spec.add_dependency "chef-telemetry", ">= 1.0.2"
spec.add_dependency "license-acceptance", ">= 1.0.11", "< 3"
Expand Down

0 comments on commit 13998a2

Please sign in to comment.