summaryrefslogtreecommitdiff
path: root/lib/chef/http/simple_json.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/http/simple_json.rb')
-rw-r--r--lib/chef/http/simple_json.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/chef/http/simple_json.rb b/lib/chef/http/simple_json.rb
index 5dfdfbb680..5c5a87d387 100644
--- a/lib/chef/http/simple_json.rb
+++ b/lib/chef/http/simple_json.rb
@@ -16,11 +16,11 @@
# limitations under the License.
#
-require 'chef/http'
-require 'chef/http/authenticator'
-require 'chef/http/decompressor'
-require 'chef/http/cookie_manager'
-require 'chef/http/validate_content_length'
+require "chef/http"
+require "chef/http/authenticator"
+require "chef/http/decompressor"
+require "chef/http/cookie_manager"
+require "chef/http/validate_content_length"
class Chef
class HTTP