lib/rubocop/cop/chef/deprecation/deprecated_chefspec_platform.rb in cookstyle-7.5.2 vs lib/rubocop/cop/chef/deprecation/deprecated_chefspec_platform.rb in cookstyle-7.5.3
- old
+ new
@@ -62,24 +62,24 @@
'< 12' => true,
},
'opensuse' => {
'< 14' => true,
'~> 42.0' => true,
- '= 15.0' => '15',
+ '~> 15.0, < 15.2' => '15',
},
'debian' => {
'< 9' => true,
'> 9.0, < 9.11' => '9',
},
'centos' => {
'< 6.0' => true,
'~> 6.0, < 6.10' => '6',
- '~> 7.0, < 7.6 ' => '7',
+ '~> 7.0, < 7.7 ' => '7',
},
'redhat' => {
'< 6.0' => true,
'~> 6.0, < 6.10' => '6',
- '~> 7.0, < 7.6' => '7',
+ '~> 7.0, < 7.7' => '7',
},
'oracle' => {
'< 6.0' => true,
'~> 6.0, < 6.10' => '6',
'~> 7.0, < 7.6 ' => '7',