From c5aa202cda790f409e621a28ec1c1481d180aa16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 01:08:55 +0000 Subject: [PATCH] chore(deps): bump concurrent-ruby Bumps the bundler group with 1 update in the /apps/smoke directory: [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby). Updates `concurrent-ruby` from 1.3.3 to 1.3.7 - [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.7) --- updated-dependencies: - dependency-name: concurrent-ruby dependency-version: 1.3.7 dependency-type: direct:production dependency-group: bundler ... Signed-off-by: dependabot[bot] --- apps/smoke/Gemfile | 2 +- apps/smoke/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/smoke/Gemfile b/apps/smoke/Gemfile index 6a4c5f17..e6ce68ea 100644 --- a/apps/smoke/Gemfile +++ b/apps/smoke/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.8' # Ruby 3.4.0 has removed some libraries from the standard library. gem 'bigdecimal' diff --git a/apps/smoke/Gemfile.lock b/apps/smoke/Gemfile.lock index be198a01..5b5395ff 100644 --- a/apps/smoke/Gemfile.lock +++ b/apps/smoke/Gemfile.lock @@ -62,7 +62,7 @@ GEM netrc (~> 0.11) cocoapods-try (1.2.0) colored2 (3.1.2) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.7) connection_pool (3.0.2) drb (2.2.3) escape (0.0.4) @@ -109,7 +109,7 @@ DEPENDENCIES benchmark bigdecimal cocoapods (>= 1.13, != 1.15.1, != 1.15.0) - concurrent-ruby (< 1.3.4) + concurrent-ruby (< 1.3.8) logger mutex_m xcodeproj (< 1.26.0)