summaryrefslogtreecommitdiff
path: root/chef.gemspec
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-03-28 10:42:37 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2017-03-28 10:42:37 -0700
commit9118d0ac00c6bd3e46b61821fd49e8187faa9f75 (patch)
tree66d23546db9473811c2450bff675d5908f24db4c /chef.gemspec
parenta3159a69242adc94050e1664a7c1ced9d08a84a6 (diff)
downloadchef-9118d0ac00c6bd3e46b61821fd49e8187faa9f75.tar.gz
drop 2.2 support + testing / bump tests to 2.4.1
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'chef.gemspec')
-rw-r--r--chef.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef.gemspec b/chef.gemspec
index 36387f91b0..a44c882089 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.email = "adam@chef.io"
s.homepage = "https://www.chef.io"
- s.required_ruby_version = ">= 2.2.2"
+ s.required_ruby_version = ">= 2.3.0"
s.add_dependency "chef-config", "= #{Chef::VERSION}"