summaryrefslogtreecommitdiff
path: root/lib/chef/http/api_versions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/http/api_versions.rb')
-rw-r--r--lib/chef/http/api_versions.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/http/api_versions.rb b/lib/chef/http/api_versions.rb
index 6c5ede40aa..e1eae4b468 100644
--- a/lib/chef/http/api_versions.rb
+++ b/lib/chef/http/api_versions.rb
@@ -15,8 +15,8 @@
# limitations under the License.
#
-require "chef/server_api_versions"
-require "chef/json_compat"
+require_relative "../server_api_versions"
+require_relative "../json_compat"
class Chef
class HTTP