From 193e614a608cfd08053e07399473a8b1cd12486f Mon Sep 17 00:00:00 2001 From: openhands Date: Tue, 5 Aug 2025 21:45:45 +0000 Subject: [PATCH] AIP-151: Add pry gem to all environments Co-authored-by: Peter Hamilton <> --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 5851b7d..85ad4cc 100644 --- a/Gemfile +++ b/Gemfile @@ -13,6 +13,8 @@ not_jruby = %i[ruby mingw x64_mingw].freeze gem 'activesupport', '>= 4.2' gem 'byebug', platforms: not_jruby gem 'irb', '~> 1.0' +# Pry for interactive console in all environments +gem 'pry' # Minimum of 0.5.0 for specific error classes gem 'mysql2', '>= 0.5.0', platforms: not_jruby gem 'redcarpet', '~> 3.5', platforms: not_jruby