From 0e5a59d798763d6e490a1bd1ff8bae9a89a66ce8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 22:05:44 +0000 Subject: [PATCH] build(deps): bump concurrent-ruby from 1.3.3 to 1.3.7 in /apps/bare-rn 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] --- apps/bare-rn/Gemfile | 2 +- apps/bare-rn/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/bare-rn/Gemfile b/apps/bare-rn/Gemfile index c717940f18..87de7b4f47 100644 --- a/apps/bare-rn/Gemfile +++ b/apps/bare-rn/Gemfile @@ -7,7 +7,7 @@ ruby ">= 2.6.10" # CocoaPods >= 1.16.0 fixes Ruby 3.4 compatibility (kconv removal). gem 'cocoapods', '>= 1.16.2' gem 'activesupport', '>= 6.1.7.5', '!= 7.1.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/bare-rn/Gemfile.lock b/apps/bare-rn/Gemfile.lock index 130a52d752..4514c29129 100644 --- a/apps/bare-rn/Gemfile.lock +++ b/apps/bare-rn/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) @@ -108,7 +108,7 @@ DEPENDENCIES benchmark bigdecimal cocoapods (>= 1.16.2) - concurrent-ruby (< 1.3.4) + concurrent-ruby (< 1.3.8) logger mutex_m