From 735fa48ba085bc0ba0b41ed5d06b34ca9598d2cc Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Mon, 10 Nov 2025 08:12:58 -0700 Subject: [PATCH] Updated to Amazing Print 2.0.0 link:https://github.com/amazing-print/amazing_print/blob/main/CHANGELOG.md#v200[Details]. This only effects development and the major upgrade doesn't require any additional work so leaving this as a patch update. Milestone: patch --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 08180e4..deff29a 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ group :test do end group :tools do - gem "amazing_print", "~> 1.7" + gem "amazing_print", "~> 2.0" gem "debug", "~> 1.10" gem "irb-kit", "~> 1.1" gem "repl_type_completor", "~> 0.1"