From 9886150a64846fc722e69b76e5066fe34ff3f84c Mon Sep 17 00:00:00 2001 From: staging-update-bot Date: Sat, 27 Dec 2025 03:50:23 +0000 Subject: [PATCH 1/2] ruby3.2-pry/0.16.0 package update --- ruby3.2-pry.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ruby3.2-pry.yaml b/ruby3.2-pry.yaml index f2eb518978b..8f9fcffc611 100644 --- a/ruby3.2-pry.yaml +++ b/ruby3.2-pry.yaml @@ -1,8 +1,8 @@ # Generated from https://github.com/pry/pry package: name: ruby3.2-pry - version: 0.15.2 - epoch: 1 + version: "0.16.0" + epoch: 0 description: A runtime developer console and IRB alternative with powerful introspection capabilities copyright: - license: MIT @@ -24,7 +24,7 @@ environment: pipeline: - uses: git-checkout with: - expected-commit: 2c89b65855b1519947cdb4855e6814637397f8eb + expected-commit: 5a267df08ad6a69dcb890733a2765b47585439c8 repository: https://github.com/pry/pry tag: v${{package.version}} From 6e9670cf15da1977bc723ebd6d6801192eb63df5 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Mon, 5 Jan 2026 10:23:42 -0500 Subject: [PATCH 2/2] ruby3.2-pry: add runtime dep on reline The version vendored into the stdlib is now too old. --- ruby3.2-pry.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ruby3.2-pry.yaml b/ruby3.2-pry.yaml index 8f9fcffc611..d74cc8e6ddb 100644 --- a/ruby3.2-pry.yaml +++ b/ruby3.2-pry.yaml @@ -10,6 +10,7 @@ package: runtime: - ruby${{vars.rubyMM}}-coderay - ruby${{vars.rubyMM}}-method_source + - ruby${{vars.rubyMM}}-reline environment: contents: