Sha256: 77889fd947a9f6533009d1d474bb1c4d807534bbf28dc34dd840bea199f322e3

Contents?: true

Size: 191 Bytes

Versions: 4

Compression:

Stored size: 191 Bytes

Contents

# frozen_string_literal: true
module Psych
  # The version is Psych you're using
  VERSION = '3.0.3.pre2'

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
psych-3.0.3.pre2-x86-mingw32 lib/psych/versions.rb
psych-3.0.3.pre2-x64-mingw32 lib/psych/versions.rb
psych-3.0.3.pre2-java lib/psych/versions.rb
psych-3.0.3.pre2 lib/psych/versions.rb