lib/httpx/plugins/response_cache/file_store.rb in httpx-0.24.1 vs lib/httpx/plugins/response_cache/file_store.rb in httpx-0.24.2
- old
+ new
@@ -1,7 +1,8 @@
# frozen_string_literal: true
require "pathname"
+require_relative "store"
module HTTPX::Plugins
module ResponseCache
class FileStore < Store
def initialize(dir = Dir.tmpdir)