From 221b90666356bd5c6ff40a2e46135418e1887ca8 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Sun, 15 Jul 2018 08:45:08 -0700 Subject: Remove require json_compat where note used We're not directly manipulating json in these knife plugins. We're using mostly using the API class or environment/role classes directly. Signed-off-by: Tim Smith --- lib/chef/knife/user_create.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/chef/knife/user_create.rb') diff --git a/lib/chef/knife/user_create.rb b/lib/chef/knife/user_create.rb index a1761de979..3553e4db44 100644 --- a/lib/chef/knife/user_create.rb +++ b/lib/chef/knife/user_create.rb @@ -28,7 +28,6 @@ class Chef deps do require "chef/user_v1" - require "chef/json_compat" end option :file, -- cgit v1.2.1