From 346b68a3b7f5bf5e053a06f899222c081d9500c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 12:42:50 +0000 Subject: [PATCH] chore(deps): update dependency concurrent-ruby to '< 1.3.7' --- example/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Gemfile b/example/Gemfile index 6f0f168..2c716ac 100644 --- a/example/Gemfile +++ b/example/Gemfile @@ -7,7 +7,7 @@ ruby '>= 2.6.10' gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1' gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0' gem 'xcodeproj', '< 1.26.0' -gem 'concurrent-ruby', '< 1.3.5' +gem 'concurrent-ruby', '< 1.3.7' # Ruby 3.4.0 has removed some libraries from the standard library. gem 'bigdecimal'