From c2449a3dd5c5b75f0b57a099a844716c9aa04023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 13:32:49 +0000 Subject: [PATCH] chore(deps): bump concurrent-ruby from 1.3.3 to 1.3.5 in /example Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) from 1.3.3 to 1.3.5. - [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases) - [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.3.3...v1.3.5) --- updated-dependencies: - dependency-name: concurrent-ruby dependency-version: 1.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- example/Gemfile | 2 +- example/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/Gemfile b/example/Gemfile index 6a4c5f17..75fe3e46 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.4' +gem 'concurrent-ruby', '< 1.3.6' # Ruby 3.4.0 has removed some libraries from the standard library. gem 'bigdecimal' diff --git a/example/Gemfile.lock b/example/Gemfile.lock index 6fbcc98b..92c800a2 100644 --- a/example/Gemfile.lock +++ b/example/Gemfile.lock @@ -65,7 +65,7 @@ GEM netrc (~> 0.11) cocoapods-try (1.2.0) colored2 (3.1.2) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.5) connection_pool (2.5.4) drb (2.2.3) escape (0.0.4) @@ -112,7 +112,7 @@ DEPENDENCIES benchmark bigdecimal cocoapods (>= 1.13, != 1.15.1, != 1.15.0) - concurrent-ruby (< 1.3.4) + concurrent-ruby (< 1.3.6) logger mutex_m xcodeproj (< 1.26.0)