From 0c20d6da8a9e4d14958518e42b617ab4e78bbde1 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 10 Jan 2018 16:11:26 -0800 Subject: Require Ruby 2.4 or later Support the last 2 major releases. Signed-off-by: Tim Smith --- .travis.yml | 1 - ohai.gemspec | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c7167d9e..f7f0f7c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,6 @@ before_install: - bundle --version - rm -f .bundle/config rvm: - - 2.3.5 - 2.4.2 - 2.5.0 - ruby-head diff --git a/ohai.gemspec b/ohai.gemspec index 108b9fbf..1be3b9ca 100644 --- a/ohai.gemspec +++ b/ohai.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |s| s.email = "adam@chef.io" s.homepage = "https://docs.chef.io/ohai.html" - s.required_ruby_version = ">= 2.3" + s.required_ruby_version = ">= 2.4" s.add_dependency "systemu", "~> 2.6.4" s.add_dependency "ffi-yajl", "~> 2.2" -- cgit v1.2.1