Skip to content

Commit

Permalink
Merge pull request #329 from dafyddcrosby/rm_ruby_26
Browse files Browse the repository at this point in the history
Remove Ruby 2.6 support
  • Loading branch information
tpowell-progress authored Apr 26, 2024
2 parents 400f4dc + 528aff2 commit eca01f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ expeditor:

steps:

- label: run-lint-and-specs-ruby-2.6
command:
- .expeditor/run_linux_tests.sh rake spec pedant style
expeditor:
executor:
docker:
image: ruby:2.6

- label: run-lint-and-specs-ruby-2.7
command:
- .expeditor/run_linux_tests.sh rake spec pedant style
Expand Down
2 changes: 1 addition & 1 deletion chef-zero.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/chef/chef-zero"
s.license = "Apache-2.0"

s.required_ruby_version = ">= 2.6"
s.required_ruby_version = ">= 2.7"

s.add_dependency "activesupport","~> 6.1" #pin until we support ruby 2.6
s.add_dependency "mixlib-log", ">= 2.0", "< 4.0"
Expand Down

0 comments on commit eca01f8

Please sign in to comment.