diff options
author | Tim Smith <tsmith@chef.io> | 2016-08-22 14:51:27 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2016-08-22 14:51:27 -0700 |
commit | 3fee839fd02fe061fbd840ba970ee7c826636c02 (patch) | |
tree | 4679323afad70298cf6d52ae5f18762ebfdea3d0 /mixlib-shellout.gemspec | |
parent | 2ff0466762a73f9dd8fa4c92bf5a2e35065f4bad (diff) | |
download | mixlib-shellout-3fee839fd02fe061fbd840ba970ee7c826636c02.tar.gz |
Require Ruby 2.1+deprecate
Just removes some 1.9 logic from testing.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'mixlib-shellout.gemspec')
-rw-r--r-- | mixlib-shellout.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mixlib-shellout.gemspec b/mixlib-shellout.gemspec index 37b7cf2..4aa568f 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 = ">= 1.9.3" + s.required_ruby_version = ">= 2.1" s.add_development_dependency "rspec", "~> 3.0" |