summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Oliver Nutter <headius@headius.com>2021-02-23 16:18:38 -0600
committerCharles Oliver Nutter <headius@headius.com>2021-02-23 16:18:38 -0600
commita88ff77f02bafafabfc6df9d159141bca2ae0217 (patch)
treeb1b737fca605f377410eddc7248c9879f35e556c
parentfeeb22416544dca70021874e83ff6e94c1730ef5 (diff)
downloadpsych-a88ff77f02bafafabfc6df9d159141bca2ae0217.zip
Update to latest SnakeYAML
Fixes jruby/jruby#6365
-rw-r--r--lib/psych/versions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych/versions.rb b/lib/psych/versions.rb
index 488f86e..5c0e55b 100644
--- a/lib/psych/versions.rb
+++ b/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