From 1132be0c29c238fce5497375733418f78dd8c080 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 18:50:16 +0000 Subject: [PATCH] Update toys to version 0.22.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a18434b..c0be606 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,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.1' + gem 'toys', '~> 0.22.0' end group :audit do