Skip to content

Commit

Permalink
Bump to 19 version for ohai and chef
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <[email protected]>
  • Loading branch information
tpowell-progress committed Jul 2, 2024
1 parent 7f3f45a commit 90204d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.2.0
19.0.0
2 changes: 1 addition & 1 deletion lib/ohai/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@

module Ohai
OHAI_ROOT = File.expand_path(__dir__)
VERSION = "18.2.0"
VERSION = "19.0.0"
end
4 changes: 2 additions & 2 deletions ohai.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 2.7"

s.add_dependency "chef-config", ">= 14.12", "< 19"
s.add_dependency "chef-utils", ">= 16.0", "< 19"
s.add_dependency "chef-config", ">= 14.12", "< 20"
s.add_dependency "chef-utils", ">= 16.0", "< 20"
s.add_dependency "ffi", "~> 1.9"
s.add_dependency "ffi-yajl", "~> 2.2"
s.add_dependency "ipaddress"
Expand Down

0 comments on commit 90204d7

Please sign in to comment.