Skip to content

Commit 754b47d

Browse files
committed
chore: fix yum dependency version constraint
Use >= 7.2 instead of >= 7.2.0 per Chef metadata best practices. Version constraints should use major.minor format without patch version.
1 parent d56a457 commit 754b47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
issues_url 'https://github.com/sous-chefs/postgresql/issues'
99
chef_version '>= 18.0'
1010

11-
depends 'yum', '>= 7.2.0'
11+
depends 'yum', '>= 7.2'
1212

1313
gem 'deepsort', '~> 0.5.0'
1414
gem 'inifile', '~> 3.0'

0 commit comments

Comments
 (0)