diff options
author | Tim Smith <tsmith@chef.io> | 2018-07-15 08:45:08 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-07-15 08:45:08 -0700 |
commit | 221b90666356bd5c6ff40a2e46135418e1887ca8 (patch) | |
tree | f50c95aa8cb79dc26ea1205c0c3b344caf3e4907 /lib/chef/knife/user_create.rb | |
parent | 189a3d1b364ac816b735348d338b57986ee480be (diff) | |
download | chef-221b90666356bd5c6ff40a2e46135418e1887ca8.tar.gz |
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 <tsmith@chef.io>
Diffstat (limited to 'lib/chef/knife/user_create.rb')
-rw-r--r-- | lib/chef/knife/user_create.rb | 1 |
1 files changed, 0 insertions, 1 deletions
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, |