From 3b9960dc42b469ed3da572dce5e6255b24597513 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 05:00:12 +0000 Subject: [PATCH] Update toys to version 0.21.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ef0a78f..3f98749 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ group :development do gem 'pry-byebug', '~> 3.9' unless RUBY_PLATFORM == 'java' || Gem.win_platform? gem 'gem_toys', '~> 1.0' - gem 'toys', '~> 0.19.0' + gem 'toys', '~> 0.21.0' end group :audit do