lib/chef/knife/cookbook_show.rb in chef-0.9.14.beta.1 vs lib/chef/knife/cookbook_show.rb in chef-0.9.14.rc.1
- old
+ new
@@ -15,10 +15,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
require 'chef/knife'
-require 'chef/json'
+require 'chef/json_compat'
require 'uri'
class Chef
class Knife
class CookbookShow < Knife