aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych/lib/psych/versions.rb
blob: 1920f5d6acaec6de2c7843e972c139dcebcbb8d1 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true
module Psych
  # The version is Psych you're using
  VERSION = '3.0.3.pre1'

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