Sha256: 31e2b71f1044504ccffffa0dc062c5de479af7c4ab5d1baec48aaa378fa95e3b

Contents?: true

Size: 188 Bytes

Versions: 2

Compression:

Stored size: 188 Bytes

Contents

# frozen_string_literal: true
module Psych
  # The version of Psych you are using
  VERSION = '3.2.1'

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
psych-3.2.1-java lib/psych/versions.rb
psych-3.2.1 lib/psych/versions.rb