summaryrefslogtreecommitdiff
path: root/lib/psych/json/stream.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/psych/json/stream.rb')
-rw-r--r--lib/psych/json/stream.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/psych/json/stream.rb b/lib/psych/json/stream.rb
index 2ebd3d7..24dd4b9 100644
--- a/lib/psych/json/stream.rb
+++ b/lib/psych/json/stream.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-require 'psych/json/ruby_events'
-require 'psych/json/yaml_events'
+require_relative 'ruby_events'
+require_relative 'yaml_events'
module Psych
module JSON