config/chefstyle.yml in chefstyle-1.0.5 vs config/chefstyle.yml in chefstyle-1.1.0

- old
+ new

@@ -626,5 +626,9 @@ # No autofix for this one, and I don't care to fix 138 instances of it in the chef/chef codebase. Don't think its worth wasting # anyone else's time either. Style/CommentedKeyword: Enabled: false + +# make sure we catch this Ruby 3.0 breaking change now +Lint/DeprecatedOpenSSLConstant: + Enabled: true \ No newline at end of file