summaryrefslogtreecommitdiff
path: root/lib/psych/versions.rb
blob: 9c563af0f20af7d62975965a063ffc74ff021190 (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

module Psych
  # The version of Psych you are using
  VERSION = '5.0.2.pre1'

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