diff options
author | Charles Oliver Nutter <headius@headius.com> | 2021-02-23 16:18:38 -0600 |
---|---|---|
committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2021-05-10 19:19:35 +0900 |
commit | 1563de599780da71a744ba504f4dea6ac0bda192 (patch) | |
tree | ef0b2e92ee8ad1281ad546ae713fa214101ba6b2 /ext/psych/lib/psych | |
parent | c110ade0d235391c2fbfe9291250f744b735a1a8 (diff) |
[ruby/psych] Update to latest SnakeYAML
Fixes jruby/jruby#6365
https://github.com/ruby/psych/commit/a88ff77f02
Diffstat (limited to 'ext/psych/lib/psych')
-rw-r--r-- | ext/psych/lib/psych/versions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/lib/psych/versions.rb b/ext/psych/lib/psych/versions.rb index 488f86e0b4..5c0e55bb7d 100644 --- a/ext/psych/lib/psych/versions.rb +++ b/ext/psych/lib/psych/versions.rb @@ -5,6 +5,6 @@ module Psych VERSION = '3.3.0' if RUBY_ENGINE == 'jruby' - DEFAULT_SNAKEYAML_VERSION = '1.26'.freeze + DEFAULT_SNAKEYAML_VERSION = '1.28'.freeze end end |