From 1bd8d0064d0633f2dde384f8d82828469739f9eb Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Thu, 30 Nov 2017 15:54:14 -0800 Subject: add future comments Signed-off-by: Lamont Granquist --- lib/chef/version_constraint/platform.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/chef/version_constraint') diff --git a/lib/chef/version_constraint/platform.rb b/lib/chef/version_constraint/platform.rb index 29f4678bb5..e39da194c6 100644 --- a/lib/chef/version_constraint/platform.rb +++ b/lib/chef/version_constraint/platform.rb @@ -16,6 +16,8 @@ require "chef/version_constraint" require "chef/version/platform" +# NOTE: this is fairly badly broken for its purpose and should not be used +# unless it gets fixed. see chef/version/platform. class Chef class VersionConstraint class Platform < Chef::VersionConstraint -- cgit v1.2.1