From 487c9f953a467ee4f53fc82f9f71e82bded8e667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 21:56:37 +0000 Subject: [PATCH] Bump concurrent-ruby from 1.3.4 to 1.3.7 in /examples/simple_rails_api 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: indirect ... Signed-off-by: dependabot[bot] --- examples/simple_rails_api/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple_rails_api/Gemfile.lock b/examples/simple_rails_api/Gemfile.lock index 4e78dc3..4f34439 100644 --- a/examples/simple_rails_api/Gemfile.lock +++ b/examples/simple_rails_api/Gemfile.lock @@ -64,7 +64,7 @@ GEM msgpack (~> 1.0) builder (3.3.0) byebug (11.1.3) - concurrent-ruby (1.3.4) + concurrent-ruby (1.3.7) crass (1.0.6) date (3.3.4) erubi (1.13.0)