From e34163d7fe8d416f9952d775eb743b58f376f0e3 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 3 Dec 2024 13:51:53 +0900 Subject: [PATCH] [ruby/pp] Bump up 0.6.2 https://github.com/ruby/pp/commit/979f9d972d --- lib/pp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pp.rb b/lib/pp.rb index 49e47caf5f..b8e69e644d 100644 --- a/lib/pp.rb +++ b/lib/pp.rb @@ -64,7 +64,7 @@ require 'prettyprint' class PP < PrettyPrint # The version string - VERSION = "0.6.1" + VERSION = "0.6.2" # Returns the usable width for +out+. # As the width of +out+: