From 21cb7cdef39133dca45da77ce5ac5b49c589ad15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:26:36 +0000 Subject: [PATCH] build(deps): bump concurrent-ruby from 1.3.3 to 1.3.7 Bumps [concurrent-ruby](https://github.com/ruby-concurrency/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 ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 422f7f79..81d7f4ee 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ ruby ">= 2.6.10" gem 'cocoapods', '= 1.16.2' gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0' gem 'xcodeproj', '>= 1.27.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/Gemfile.lock b/Gemfile.lock index 0b36a065..62a2a978 100644 --- a/Gemfile.lock +++ b/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.7) connection_pool (2.5.4) drb (2.2.3) escape (0.0.4) @@ -132,7 +132,7 @@ DEPENDENCIES benchmark bigdecimal cocoapods (= 1.16.2) - concurrent-ruby (< 1.3.4) + concurrent-ruby (< 1.3.8) logger mutex_m xcodeproj (>= 1.27.0)