From 31c34eea9630f99d5eb741055357035e735cde8d Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 23:15:17 +0000 Subject: [PATCH] Update gem_toys to version 1.0.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 192a611..36faf59 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.0' gem 'toys', '~> 0.15.3' end