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