Skip to content

Commit

Permalink
Bump mixlib-cli to use at least 2.7 to fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Dibowitz <[email protected]>
  • Loading branch information
jaymzh committed Sep 27, 2023
1 parent e5a01d7 commit 5c6d0ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ expeditor:

steps:

- label: run-lint-and-specs-ruby-2.6
command:
- .expeditor/run_linux_tests.sh rake
expeditor:
executor:
docker:
image: ruby:2.6
- label: run-lint-and-specs-ruby-2.7
command:
- .expeditor/run_linux_tests.sh rake
Expand Down Expand Up @@ -57,4 +50,4 @@ steps:
docker:
host_os: windows
shell: ["powershell"]
image: rubydistros/windows-2019:3.1
image: rubydistros/windows-2019:3.1
2 changes: 1 addition & 1 deletion mixlib-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.email = "[email protected]"
s.homepage = "https://github.com/chef/mixlib-cli"
s.license = "Apache-2.0"
s.required_ruby_version = ">= 2.6"
s.required_ruby_version = ">= 2.7"

s.require_path = "lib"
s.files = %w{LICENSE NOTICE} + Dir.glob("lib/**/*", File::FNM_DOTMATCH).reject { |f| File.directory?(f) }
Expand Down

0 comments on commit 5c6d0ea

Please sign in to comment.