Sha256: 48b1e206e5a89ae2e266790bf6f736b37ce84b02a256c9eaf0cf47740297c5ad

Contents?: true

Size: 188 Bytes

Versions: 3

Compression:

Stored size: 188 Bytes

Contents

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

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

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
mfk_openapi_ruby_client-1.0.0 vendor/bundle/ruby/2.7.0/gems/psych-3.3.1/lib/psych/versions.rb
psych-3.3.1-java lib/psych/versions.rb
psych-3.3.1 lib/psych/versions.rb