summaryrefslogtreecommitdiff
path: root/lib/psych_jars.rb
blob: e74c25bd52bba46ba311e52d5fb78b31f1e8ba6b (plain)
1
2
3
4
5
# frozen_string_literal: true
require 'psych.jar'

require 'jar-dependencies'
require_jar('org.snakeyaml', 'snakeyaml-engine', Psych::DEFAULT_SNAKEYAML_VERSION)