Sha256: 7d04ea87b35765952c754a2321d6df51f20655f05795887ef45575393b44c835

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.3.4'

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

Version data entries

2 entries across 2 versions & 1 rubygems

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