📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 17:10:17
📂
/ (Root)
/
opt
/
alt
/
ruby26
/
lib64
/
ruby
/
2.6.0
/
psych
📍 /opt/alt/ruby26/lib64/ruby/2.6.0/psych
🔄 Refresh
✏️
Editing: versions.rb
Read Only
# frozen_string_literal: true module Psych # The version of Psych you are using VERSION = '3.1.0' unless defined?(::Psych::VERSION) if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '1.23'.freeze end end
💾 Save Changes
❌ Cancel