summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-04-04 13:26:19 -0700
committerGitHub <noreply@github.com>2017-04-04 13:26:19 -0700
commitd456abf400268d3087f2c6aa711b967d70dd9ff3 (patch)
tree763f4cd52a40f24602f21ad176434bbb02fd415d
parent6bb6e8cf30118b104dbcffaea17ffb1644aee2cc (diff)
parent851405251d8d830ee643f9ae218276b6426b6d6f (diff)
downloadohai-d456abf400268d3087f2c6aa711b967d70dd9ff3.tar.gz
Merge pull request #981 from chef/bump_ruby_really
Require Ruby 2.3+ to match Chef itself
-rw-r--r--.travis.yml1
-rw-r--r--appveyor.yml1
-rw-r--r--ohai.gemspec2
3 files changed, 1 insertions, 3 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/appveyor.yml b/appveyor.yml
index d7f753b0..bf6cd845 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -6,7 +6,6 @@ platform:
environment:
matrix:
- - ruby_version: "22"
- ruby_version: "23"
clone_folder: c:\projects\ohai
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"