summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-04-04 10:55:10 -0700
committerTim Smith <tsmith@chef.io>2017-04-04 10:55:10 -0700
commit311f14ab59c7dc4ba3a041dee62bacf183f043eb (patch)
treee4bdf8d61f79e5013d190f781c8f06304d7e337a
parent6bb6e8cf30118b104dbcffaea17ffb1644aee2cc (diff)
downloadohai-bump_ruby_really.tar.gz
Require Ruby 2.3+ to match Chef itselfbump_ruby_really
2.2 just went into security only support mode. Ohai 13 would be the opportune time to drop support. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml1
-rw-r--r--ohai.gemspec2
2 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 53a3b227..b0154458 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,6 @@ before_install:
- bundle --version
- rm -f .bundle/config
rvm:
- - 2.2.7
- 2.3.4
- 2.4.1
- ruby-head
diff --git a/ohai.gemspec b/ohai.gemspec
index 58bbee84..108b9fbf 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.2.0"
+ s.required_ruby_version = ">= 2.3"
s.add_dependency "systemu", "~> 2.6.4"
s.add_dependency "ffi-yajl", "~> 2.2"