summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-09-29 14:30:34 -0700
committerThom May <thom@chef.io>2016-10-07 11:10:49 +0100
commit120b1247484e6553035097e2f7e7e935425e968c (patch)
treee40e6d339e89e38bb7bb12fc4fad7b8ee143dbcd
parentc452a2159d92009fd1d17b82b682be54d5dd745c (diff)
downloadmixlib-shellout-120b1247484e6553035097e2f7e7e935425e968c.tar.gz
Require Ruby 2.2
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml1
-rw-r--r--mixlib-shellout.gemspec2
2 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index ea98a8b..ac33b58 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,6 @@ cache: bundler
sudo: false
rvm:
- - 2.1.9
- 2.2.5
- 2.3.1
diff --git a/mixlib-shellout.gemspec b/mixlib-shellout.gemspec
index 4aa568f..bebb3f5 100644
--- a/mixlib-shellout.gemspec
+++ b/mixlib-shellout.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.email = "info@chef.io"
s.homepage = "https://www.chef.io/"
- s.required_ruby_version = ">= 2.1"
+ s.required_ruby_version = ">= 2.2"
s.add_development_dependency "rspec", "~> 3.0"