lib/chef/knife/role_show.rb in chef-0.9.14.beta.1 vs lib/chef/knife/role_show.rb in chef-0.9.14.rc.1

- old
+ new

@@ -16,10 +16,10 @@ # limitations under the License. # require 'chef/knife' require 'chef/node' -require 'chef/json' +require 'chef/json_compat' class Chef class Knife class RoleShow < Knife