Sha256: eaa57daa1cdfa6119a66c99fe08a8bfdffd57344b391d95d4d970362e1215f9a

Contents?: true

Size: 193 Bytes

Versions: 1

Compression:

Stored size: 193 Bytes

Contents

# frozen_string_literal: true

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
psych-5.2.0.beta2 lib/psych/versions.rb