📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 13:59:35
📂
/
/
opt
/
alt
/
ruby23
/
lib64
/
ruby
/
2.3.0
/
rubygems
/
request
✏️
Editing: https_pool.rb
# frozen_string_literal: true class Gem::Request::HTTPSPool < Gem::Request::HTTPPool # :nodoc: private def setup_connection connection Gem::Request.configure_connection_for_https(connection, @cert_files) super end end
💾 Save Changes
❌ Cancel