Skip to content

Commit

Permalink
Merge pull request #1040 from balasankarc/remove-ohai-restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
lamont-granquist committed Nov 10, 2021
2 parents 64ff737 + 4cda33b commit e0d467f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnibus.gemspec
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "chef-cleanroom", "~> 1.0"
gem.add_dependency "ffi-yajl", "~> 2.2"
gem.add_dependency "mixlib-shellout", ">= 2.0", "< 4.0"
gem.add_dependency "ohai", ">= 15", "< 17"
gem.add_dependency "ohai", ">= 15", "< 18"
gem.add_dependency "ruby-progressbar", "~> 1.7"
gem.add_dependency "thor", ">= 0.18", "< 2.0"
gem.add_dependency "license_scout", "~> 1.0"
Expand Down

0 comments on commit e0d467f

Please sign in to comment.