Skip to content

Commit

Permalink
Add minor version to metadata.rb
Browse files Browse the repository at this point in the history
While a pessimistic constraint assocaited with major version is allowed
by the chef docs, the chef supermarket requires that at minimum
a major.minor is provided.
  • Loading branch information
Jeff Moss committed Dec 12, 2018
1 parent 64a5b6b commit d0ca8a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
source_url 'https://github.com/Tripwire/chef-tripwire_agent'
issues_url 'https://github.com/Tripwire/chef-tripwire_agent/issues'

depends 'windows', '~> 3'
depends 'tar', '~> 2'
depends 'windows', '~> 3.0'
depends 'tar', '~> 2.2'
supports 'redhat'
supports 'centos'
supports 'windows'
Expand Down

0 comments on commit d0ca8a2

Please sign in to comment.