From b2071739ee8345a6a7291a44e95b18429ce3f4ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 16:25:43 +0000 Subject: [PATCH] Update concurrent-ruby requirement from < 1.3.5 to < 1.3.7 Updates the requirements on [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) to permit the latest version. - [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/v0.0.1...v1.3.6) --- updated-dependencies: - dependency-name: concurrent-ruby dependency-version: 1.3.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 4265de56..e411b26e 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ else end if rails_version == "7.0" - gem "concurrent-ruby", "< 1.3.5" + gem "concurrent-ruby", "< 1.3.7" end if RUBY_VERSION >= "3.4"