summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"