Skip to content

Commit

Permalink
Revert "Bump chef-config/utils upper bounds to < 20 (#1825)"
Browse files Browse the repository at this point in the history
This reverts commit 3a4e583.
  • Loading branch information
tpowell-progress authored Jul 16, 2024
1 parent 3031b97 commit e5233ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.2.0
18.2.0
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", "< 20"
s.add_dependency "chef-utils", ">= 16.0", "< 20"
s.add_dependency "chef-config", ">= 14.12", "< 19"
s.add_dependency "chef-utils", ">= 16.0", "< 19"
s.add_dependency "ffi", "~> 1.9"
s.add_dependency "ffi-yajl", "~> 2.2"
s.add_dependency "ipaddress"
Expand Down

0 comments on commit e5233ba

Please sign in to comment.