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