From 5e8b4d60e16a78d15eeca71479833285bb075b67 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 23:20:15 +0000 Subject: [PATCH] Update toys to version 0.18.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 192a611..749a943 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', '~> 0.14.0' - gem 'toys', '~> 0.15.3' + gem 'toys', '~> 0.18.0' end group :audit do