From 8f45b9ee8653307fa37bf33f4aff1de9e37a1141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 21:51:55 +0000 Subject: [PATCH] Bump concurrent-ruby from 1.1.6 to 1.3.7 in /aasm Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) from 1.1.6 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.6...v1.3.7) --- updated-dependencies: - dependency-name: concurrent-ruby dependency-version: 1.3.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- aasm/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aasm/Gemfile.lock b/aasm/Gemfile.lock index 3b362ca..ea433ed 100644 --- a/aasm/Gemfile.lock +++ b/aasm/Gemfile.lock @@ -3,11 +3,11 @@ GEM specs: aasm (5.0.8) concurrent-ruby (~> 1.0) - concurrent-ruby (1.1.6) + concurrent-ruby (1.3.7) PLATFORMS ruby - x64-mingw32 + x64-mingw-ucrt DEPENDENCIES aasm (~> 5.0.1)