Sha256: 13849440cf6eac9e09c2f50f840560c5b18d86c37fc2b9de9b8d31117c7eb8bc
Contents?: true
Size: 187 Bytes
Versions: 29
Compression:
Stored size: 187 Bytes
Contents
# frozen_string_literal: true module Psych # The version of Psych you are using VERSION = '5.2.1' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '2.7'.freeze end end
Version data entries
29 entries across 29 versions & 4 rubygems