summaryrefslogtreecommitdiff
path: root/mixlib-shellout.gemspec
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 /mixlib-shellout.gemspec
parentc452a2159d92009fd1d17b82b682be54d5dd745c (diff)
downloadmixlib-shellout-120b1247484e6553035097e2f7e7e935425e968c.tar.gz
Require Ruby 2.2
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'mixlib-shellout.gemspec')
-rw-r--r--mixlib-shellout.gemspec2
1 files changed, 1 insertions, 1 deletions
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"