From 62e3083bc52b303c681d6e3bc18d3e2ef4d47722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 20:35:11 +0000 Subject: [PATCH] Bump concurrent-ruby from 1.1.8 to 1.3.7 in /example Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) from 1.1.8 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.1.8...v1.3.7) --- updated-dependencies: - dependency-name: concurrent-ruby dependency-version: 1.3.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- example/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Gemfile.lock b/example/Gemfile.lock index e67e2dc..14f9c95 100644 --- a/example/Gemfile.lock +++ b/example/Gemfile.lock @@ -8,7 +8,7 @@ GEM i18n rake (>= 10.0.0) sshkit (>= 1.9.0) - concurrent-ruby (1.1.8) + concurrent-ruby (1.3.7) i18n (1.8.10) concurrent-ruby (~> 1.0) net-scp (3.0.0)