File: psych_jars.rb

package info (click to toggle)
ruby-psych 5.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 864 kB
  • sloc: ruby: 7,947; ansic: 925; java: 846; makefile: 14; sh: 4
file content (5 lines) | stat: -rw-r--r-- 161 bytes parent folder | download
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)