summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2020-07-16 11:58:13 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2020-07-16 11:58:13 -0700
commit14757e85f67441a81e929a4848a49eb2231e9cc6 (patch)
tree9153d2ac413b2ac64ba59555f2d931e11ec89e99
parentefb049d75cf125aa097e21577727bf51620dc069 (diff)
downloadmixlib-shellout-14757e85f67441a81e929a4848a49eb2231e9cc6.tar.gz
remove ruby 2.2+2.3
train has a floor on 2.4 now so that is the oldest we need to support Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--.expeditor/verify.pipeline.yml18
-rw-r--r--mixlib-shellout.gemspec2
2 files changed, 1 insertions, 19 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 57afa06..b1217e5 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -6,24 +6,6 @@ expeditor:
steps:
-- label: run-lint-and-specs-ruby-2.2
- command:
- - export USER="root"
- - .expeditor/run_linux_tests.sh rake
- expeditor:
- executor:
- docker:
- image: ruby:2.2-jessie
-
-- label: run-lint-and-specs-ruby-2.3
- command:
- - export USER="root"
- - .expeditor/run_linux_tests.sh rake
- expeditor:
- executor:
- docker:
- image: ruby:2.3-stretch
-
- label: run-lint-and-specs-ruby-2.4
command:
- export USER="root"
diff --git a/mixlib-shellout.gemspec b/mixlib-shellout.gemspec
index 76807b3..dbb4c3d 100644
--- a/mixlib-shellout.gemspec
+++ b/mixlib-shellout.gemspec
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.email = "info@chef.io"
s.homepage = "https://github.com/chef/mixlib-shellout"
- s.required_ruby_version = ">= 2.2"
+ s.required_ruby_version = ">= 2.4"
s.add_dependency "chef-utils"
s.require_path = "lib"