Skip to content

Commit

Permalink
Loosen the pinning on "ohai"
Browse files Browse the repository at this point in the history
Ohai requirement of ~> 8.0 is incompatible with Chef 13 or newer.

Unpin the requirement a little to allow for Ohai up to 14.x, as for
omnibus's needs the Ohai API should be stable up through Chef/Omnibus 14

Signed-off-by: Richard Clamp <richardc@unixbeard.net>
  • Loading branch information
richardc committed Feb 14, 2018
1 parent 63e9081 commit bb8469a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnibus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "cleanroom", "~> 1.0"
gem.add_dependency "ffi-yajl", "~> 2.2"
gem.add_dependency "mixlib-shellout", "~> 2.0"
gem.add_dependency "ohai", "~> 8.0"
gem.add_dependency "ohai", ">= 8.6.0.alpha.1", "< 15"
gem.add_dependency "ruby-progressbar", "~> 1.7"
gem.add_dependency "thor", "~> 0.18"
gem.add_dependency "license_scout", "~> 1.0"
Expand Down

0 comments on commit bb8469a

Please sign in to comment.