From a304f9fa64d36719d25f1bba94b6b2ca845cd3ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:58:57 +0000 Subject: [PATCH] Update concurrent-ruby requirement from 1.3.4 to 1.3.6 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/v1.3.4...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 85d5e9e96..9031da9ff 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'minitest', '~> 5.0' # This fix is temporary until the next release of the gem # See https://stackoverflow.com/questions/79360526/uninitialized-constant-activesupportloggerthreadsafelevellogger-nameerror -gem 'concurrent-ruby', '1.3.4' +gem 'concurrent-ruby', '1.3.6' group :development do gem 'gem-release'