summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-07-05 10:55:52 -0700
committerGitHub <noreply@github.com>2016-07-05 10:55:52 -0700
commitf4f28b23ed7ad8fb0357851e371da720a45ade01 (patch)
treee2e5fd451a08c48a8fee75bb8022c070fae75885
parent5d77844baf352ad387c9ab8a5387ff18a1523f07 (diff)
parentaf27fd0527cd500549292f63a6e4e165a449fc10 (diff)
downloadohai-f4f28b23ed7ad8fb0357851e371da720a45ade01.tar.gz
Merge pull request #838 from chef/testing
Remove support for Ruby 2.0
-rw-r--r--.travis.yml7
-rw-r--r--ohai.gemspec2
2 files changed, 4 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index f33b7d17..9980eb3d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,10 +14,9 @@ before_install:
- bundle --version
- gem --version
rvm:
- - 2.0
- - 2.1
- - 2.2
- - 2.3.0
+ - 2.1.9
+ - 2.2.5
+ - 2.3.1
script:
- bundle exec chefstyle
diff --git a/ohai.gemspec b/ohai.gemspec
index 3e59b6a8..f9508757 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.0.0"
+ s.required_ruby_version = ">= 2.1.0"
s.add_dependency "systemu", "~> 2.6.4"
s.add_dependency "ffi-yajl", "~> 2.2"