summaryrefslogtreecommitdiff
path: root/lib/psych/versions.rb
blob: 877aea333b406fb86bf954a73fd81afb31fe169f (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 = '4.0.5'

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