Sha256: e9a72d4733a31d308bfb5e13e3ee5742cc67d189712d918ddc2ffe0b9afcfa98

Contents?: true

Size: 193 Bytes

Versions: 2

Compression:

Stored size: 193 Bytes

Contents

# frozen_string_literal: true

module Psych
  # The version of Psych you are using
  VERSION = '5.2.0.beta1'

  if RUBY_ENGINE == 'jruby'
    DEFAULT_SNAKEYAML_VERSION = '2.7'.freeze
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
psych-5.2.0.beta1-java lib/psych/versions.rb
psych-5.2.0.beta1 lib/psych/versions.rb