diff options
Diffstat (limited to 'ext/psych/lib/psych/versions.rb')
-rw-r--r-- | ext/psych/lib/psych/versions.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/psych/lib/psych/versions.rb b/ext/psych/lib/psych/versions.rb new file mode 100644 index 0000000000..530d310f44 --- /dev/null +++ b/ext/psych/lib/psych/versions.rb @@ -0,0 +1,3 @@ +module Psych + DEFAULT_SNAKEYAML_VERSION = '1.14'.freeze +end |