lib/psych/versions.rb
# frozen_string_literal: true module Psych # The version is Psych you're using VERSION = '3.0.3.pre3' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '1.23'.freeze end end
# frozen_string_literal: true module Psych # The version is Psych you're using VERSION = '3.0.3.pre3' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '1.23'.freeze end end