From 93c8b346bc8fe650851d3c8e1ebd0b900bd7140f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:33:58 +0000 Subject: [PATCH] chore(deps): bump concurrent-ruby from 1.3.4 to 1.3.7 in /example Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) from 1.3.4 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.4...v1.3.7) --- updated-dependencies: - dependency-name: concurrent-ruby dependency-version: 1.3.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/Gemfile | 2 +- example/Gemfile.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/example/Gemfile b/example/Gemfile index 60770b18..cdd8dce4 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.8' # 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 ebdbf97b..265d088b 100644 --- a/example/Gemfile.lock +++ b/example/Gemfile.lock @@ -22,6 +22,7 @@ GEM json (>= 1.5.1) atomos (0.1.3) base64 (0.2.0) + benchmark (0.5.0) bigdecimal (3.1.1) claide (1.1.0) cocoapods (1.15.2) @@ -62,7 +63,7 @@ GEM netrc (~> 0.11) cocoapods-try (1.2.0) colored2 (3.1.2) - concurrent-ruby (1.3.4) + concurrent-ruby (1.3.7) connection_pool (2.4.1) drb (2.1.0) ruby2_keywords @@ -78,6 +79,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + logger (1.7.0) minitest (5.25.1) molinillo (0.8.0) mutex_m (0.1.1) @@ -107,7 +109,12 @@ PLATFORMS DEPENDENCIES activesupport (>= 6.1.7.5, != 7.1.0) + benchmark + bigdecimal cocoapods (>= 1.13, != 1.15.1, != 1.15.0) + concurrent-ruby (< 1.3.8) + logger + mutex_m xcodeproj (< 1.26.0) RUBY VERSION