From 3d6d6760c85ea9680179ce3e6529cc6682f312eb Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 6 Oct 2025 19:00:57 +0900 Subject: [PATCH] [ruby/pp] Bump up to 0.6.3 https://github.com/ruby/pp/commit/c1992ce07d --- lib/pp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pp.rb b/lib/pp.rb index e790f499d4..700a39cdc9 100644 --- a/lib/pp.rb +++ b/lib/pp.rb @@ -64,7 +64,7 @@ require 'prettyprint' class PP < PrettyPrint # The version string - VERSION = "0.6.2" + VERSION = "0.6.3" # Returns the usable width for +out+. # As the width of +out+: