summaryrefslogtreecommitdiff
path: root/ohai.gemspec
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-12-05 09:46:44 -0800
committerGitHub <noreply@github.com>2018-12-05 09:46:44 -0800
commitbfd436e92653d2f4ef32597f2454f4cf681b5a8a (patch)
tree632a4ed1ff66a51fc4863d525478acd90c69425f /ohai.gemspec
parent291c62b6757365afc799ce264730928f7022cc60 (diff)
parentc5e79b21b2ef781428ecaddb336940890cac5e29 (diff)
downloadohai-bfd436e92653d2f4ef32597f2454f4cf681b5a8a.tar.gz
Merge pull request #1300 from chef/new_ruby
Require Ruby 2.5 or later
Diffstat (limited to 'ohai.gemspec')
-rw-r--r--ohai.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ohai.gemspec b/ohai.gemspec
index c3a8d5cc..1eb358e4 100644
--- a/ohai.gemspec
+++ b/ohai.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.email = "adam@chef.io"
s.homepage = "https://github.com/chef/ohai/"
- s.required_ruby_version = ">= 2.4"
+ s.required_ruby_version = ">= 2.5"
s.add_dependency "systemu", "~> 2.6.4"
s.add_dependency "ffi-yajl", "~> 2.2"