From 0e63a64f3fad161c055598d0aca82935e9591428 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 19:45:18 +0000 Subject: [PATCH] Update gem_toys to version 1.0.1 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 192a611..3e968a1 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ group :development do ## https://cirrus-ci.com/task/5906822973358080?logs=bundle_install#L15 gem 'pry-byebug', '~> 3.9' unless RUBY_PLATFORM == 'java' || Gem.win_platform? - gem 'gem_toys', '~> 0.14.0' + gem 'gem_toys', '~> 1.0.1' gem 'toys', '~> 0.15.3' end