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.

Unpin the requirement a little to allow for Ohai 13, to see if the tests
will still work.

Signed-off-by: Richard Clamp <richardc@unixbeard.net>
  • Loading branch information
richardc committed Feb 13, 2018
1 parent 63e9081 commit d08e65b
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", "< 14"
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 d08e65b

Please sign in to comment.