From c4d45f8bd07a287258d60e1f03487bb5fa751c11 Mon Sep 17 00:00:00 2001 From: jayashri garud Date: Thu, 24 Feb 2022 12:28:11 +0530 Subject: pin activesupport to 6.1 until we support ruby 2.6 Signed-off-by: jayashri garud --- .expeditor/verify.pipeline.yml | 4 ---- .github/CODEOWNERS | 4 ++-- chef-zero.gemspec | 1 + 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 934e60b..1b289d2 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -8,7 +8,6 @@ steps: - label: run-lint-and-specs-ruby-2.6 command: - - apt-get update - .expeditor/run_linux_tests.sh rake spec pedant style expeditor: executor: @@ -17,7 +16,6 @@ steps: - label: run-lint-and-specs-ruby-2.7 command: - - apt-get update - .expeditor/run_linux_tests.sh rake spec pedant style expeditor: executor: @@ -26,7 +24,6 @@ steps: - label: run-lint-and-specs-ruby-3.0 command: - - apt-get update - .expeditor/run_linux_tests.sh rake spec pedant style expeditor: executor: @@ -35,7 +32,6 @@ steps: - label: run-lint-and-specs-ruby-3.1 command: - - apt-get update - .expeditor/run_linux_tests.sh rake spec pedant style expeditor: executor: diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b1e1b13..36212ce 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,5 @@ # Order is important. The last matching pattern has the most precedence. -* @chef/chef-server-owners @chef/chef-server-approvers @chef/chef-server-reviewers -.expeditor/ @chef/jex-team +* @chef/chef-infra-reviewers @chef/chef-infra-approvers @chef/chef-infra-owners +.expeditor/ @chef/infra-packages *.md @chef/docs-team diff --git a/chef-zero.gemspec b/chef-zero.gemspec index 8ba6141..306f580 100644 --- a/chef-zero.gemspec +++ b/chef-zero.gemspec @@ -13,6 +13,7 @@ Gem::Specification.new do |s| s.required_ruby_version = ">= 2.6" + s.add_dependency "activesupport","~> 6.1" #pin until we support ruby 2.6 s.add_dependency "mixlib-log", ">= 2.0", "< 4.0" s.add_dependency "hashie", ">= 2.0", "< 5.0" s.add_dependency "uuidtools", "~> 2.1" -- cgit v1.2.1