From c68da0fd494201dc5488606ba591a009c2cce3ce Mon Sep 17 00:00:00 2001 From: hsbt Date: Wed, 29 Jun 2016 13:24:56 +0000 Subject: * ext/psych/lib/psych_jars.rb: removed needless file required to JRuby. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/psych/lib/psych_jars.rb | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 ext/psych/lib/psych_jars.rb (limited to 'ext/psych') diff --git a/ext/psych/lib/psych_jars.rb b/ext/psych/lib/psych_jars.rb deleted file mode 100644 index bd7ea04de7..0000000000 --- a/ext/psych/lib/psych_jars.rb +++ /dev/null @@ -1,6 +0,0 @@ -# frozen_string_literal: false -require 'psych/versions' -require 'psych.jar' - -require 'jar-dependencies' -require_jar('org.yaml', 'snakeyaml', Psych::DEFAULT_SNAKEYAML_VERSION) -- cgit v1.2.3