summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych_jars.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/psych/lib/psych_jars.rb')
-rw-r--r--ext/psych/lib/psych_jars.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/psych/lib/psych_jars.rb b/ext/psych/lib/psych_jars.rb
new file mode 100644
index 0000000000..795c7ea4a8
--- /dev/null
+++ b/ext/psych/lib/psych_jars.rb
@@ -0,0 +1,5 @@
+require 'psych/versions'
+require 'psych.jar'
+
+require 'jar-dependencies'
+require_jar('org.yaml', 'snakeyaml', Psych::DEFAULT_SNAKEYAML_VERSION)